2024-02-18T00:59:36.829 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-18T00:59:36.830 DEBUG:teuthology.run:Teuthology command: teuthology --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} --verbose --name yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044/orig.config.yaml 2024-02-18T00:59:36.865 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-18T00:59:36.974 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044 branch: pacific-release description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7565044' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: pacific-release ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: pacific-release sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 owner: scheduled_yuriw@teuthology priority: 51 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 264 sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: pacific-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBcA8fTKTI24cqhHYJA9qw6sa/ak38XDShzjpZ40/LQSkW/dI8j+vtks2STYwk/AJGvHVHIP2kDtVVoIAgCgceY= smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIfcRalMEvN2fRdL7mbPm1Axq0u/GsxSYV5rPA97Cs/SVtp8v4hUMqLnFu67Ky1qhTM8NuubWbAMZ7+RGcY9P8= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-17_15:55:51 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-18T00:59:36.975 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa; will attempt to use it 2024-02-18T00:59:36.975 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks 2024-02-18T00:59:36.975 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-18T00:59:36.977 INFO:teuthology.task.internal:Checking packages... 2024-02-18T00:59:37.005 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '81bd20d634209c7cb82c18be12b4b5a05643ebf1' 2024-02-18T00:59:37.005 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-18T00:59:37.005 INFO:teuthology.packaging:ref: None 2024-02-18T00:59:37.006 INFO:teuthology.packaging:tag: None 2024-02-18T00:59:37.006 INFO:teuthology.packaging:branch: pacific-release 2024-02-18T00:59:37.006 INFO:teuthology.packaging:sha1: 81bd20d634209c7cb82c18be12b4b5a05643ebf1 2024-02-18T00:59:37.006 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=pacific-release 2024-02-18T00:59:37.152 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-548.g81bd20d6 2024-02-18T00:59:37.153 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-18T00:59:37.163 INFO:teuthology.task.internal:no buildpackages task found 2024-02-18T00:59:37.163 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-18T00:59:37.188 INFO:teuthology.task.internal:Saving configuration 2024-02-18T00:59:37.201 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-18T00:59:37.210 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-18T00:59:37.234 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-18 00:53:55.859894', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBcA8fTKTI24cqhHYJA9qw6sa/ak38XDShzjpZ40/LQSkW/dI8j+vtks2STYwk/AJGvHVHIP2kDtVVoIAgCgceY='} 2024-02-18T00:59:37.254 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-18 00:53:55.861707', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIfcRalMEvN2fRdL7mbPm1Axq0u/GsxSYV5rPA97Cs/SVtp8v4hUMqLnFu67Ky1qhTM8NuubWbAMZ7+RGcY9P8='} 2024-02-18T00:59:37.254 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-18T00:59:37.265 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-18T00:59:37.265 INFO:teuthology.task.internal:roles: ubuntu@smithi076.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-18T00:59:37.265 INFO:teuthology.run_tasks:Running task console_log... 2024-02-18T00:59:37.340 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f21ca8c0dc0>, signals=[15]) 2024-02-18T00:59:37.340 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-18T00:59:37.349 INFO:teuthology.task.internal:Opening connections... 2024-02-18T00:59:37.349 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2024-02-18T00:59:37.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T00:59:37.435 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2024-02-18T00:59:37.436 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T00:59:37.511 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-18T00:59:37.523 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2024-02-18T00:59:37.544 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2024-02-18T00:59:37.545 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Red Hat Enterprise Linux" 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="8.6 (Ootpa)" 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:ID="rhel" 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="fedora" 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="8.6" 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el8" 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-18T00:59:37.606 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.redhat.com/" 2024-02-18T00:59:37.607 INFO:teuthology.orchestra.run.smithi037.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-18T00:59:37.607 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-18T00:59:37.607 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T00:59:37.607 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-18T00:59:37.607 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-18T00:59:37.607 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-18T00:59:37.607 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-18T00:59:37.608 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2024-02-18T00:59:37.637 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2024-02-18T00:59:37.658 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2024-02-18T00:59:37.658 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2024-02-18T00:59:37.718 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="Red Hat Enterprise Linux" 2024-02-18T00:59:37.718 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="8.6 (Ootpa)" 2024-02-18T00:59:37.718 INFO:teuthology.orchestra.run.smithi076.stdout:ID="rhel" 2024-02-18T00:59:37.718 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE="fedora" 2024-02-18T00:59:37.718 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="8.6" 2024-02-18T00:59:37.718 INFO:teuthology.orchestra.run.smithi076.stdout:PLATFORM_ID="platform:el8" 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout:ANSI_COLOR="0;31" 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://www.redhat.com/" 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-18T00:59:37.719 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-18T00:59:37.720 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-18T00:59:37.720 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2024-02-18T00:59:37.745 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-18T00:59:37.754 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-18T00:59:37.767 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-18T00:59:37.767 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2024-02-18T00:59:37.769 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2024-02-18T00:59:37.788 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-18T00:59:37.799 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-18T00:59:37.799 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2024-02-18T00:59:37.830 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2024-02-18T00:59:37.858 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-18T00:59:37.920 INFO:teuthology.run_tasks:Running task kernel... 2024-02-18T00:59:37.939 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-18T00:59:37.939 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-18T00:59:37.940 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-18T00:59:37.940 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-18T00:59:37.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T00:59:37.960 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-02-18T00:59:37.960 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T00:59:37.961 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-02-18T00:59:38.020 INFO:teuthology.orchestra.run.smithi076.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-18T00:59:38.020 INFO:teuthology.task.kernel:Running kernel on smithi076: 4.18.0-513.9.1.el8_9.x86_64 2024-02-18T00:59:38.021 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum install -y kernel 2024-02-18T00:59:38.022 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-18T00:59:38.022 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.18.0-513.9.1.el8_9.x86_64 2024-02-18T00:59:38.022 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2024-02-18T00:59:39.609 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-02-18T00:59:39.609 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2024-02-18T00:59:39.672 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2024-02-18T00:59:39.672 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2024-02-18T00:59:39.892 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T00:59:39.893 INFO:teuthology.orchestra.run.smithi076.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T00:59:39.893 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T00:59:39.948 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T00:59:39.948 INFO:teuthology.orchestra.run.smithi037.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T00:59:39.948 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T00:59:41.678 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2024-02-18T00:59:42.043 INFO:teuthology.orchestra.run.smithi076.stdout:Copr repo for python3-asyncssh owned by ceph 7.1 kB/s | 3.5 kB 00:00 2024-02-18T00:59:42.537 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2024-02-18T00:59:43.027 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2024-02-18T00:59:46.562 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 430 kB/s | 24 kB 00:00 2024-02-18T00:59:46.568 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 449 kB/s | 24 kB 00:00 2024-02-18T00:59:47.279 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-18T00:59:47.280 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-18T00:59:47.357 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-02-18T00:59:47.358 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2024-02-18T00:59:47.358 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-02-18T00:59:47.364 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-18T00:59:47.364 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-18T00:59:47.455 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-02-18T00:59:47.456 INFO:teuthology.orchestra.run.smithi037.stdout:Nothing to do. 2024-02-18T00:59:47.456 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-02-18T00:59:47.489 DEBUG:teuthology.orchestra.run.smithi076:> echo no | sudo yum reinstall kernel || true 2024-02-18T00:59:47.589 DEBUG:teuthology.orchestra.run.smithi037:> echo no | sudo yum reinstall kernel || true 2024-02-18T00:59:47.863 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-02-18T00:59:47.863 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2024-02-18T00:59:47.975 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2024-02-18T00:59:47.975 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2024-02-18T00:59:48.071 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T00:59:48.071 INFO:teuthology.orchestra.run.smithi076.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T00:59:48.071 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T00:59:48.227 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T00:59:48.227 INFO:teuthology.orchestra.run.smithi037.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T00:59:48.227 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T00:59:48.384 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:02 ago on Sun 18 Feb 2024 12:59:46 AM UTC. 2024-02-18T00:59:48.459 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-18T00:59:48.460 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-18T00:59:48.509 INFO:teuthology.orchestra.run.smithi076.stderr:Error: No packages marked for reinstall. 2024-02-18T00:59:48.557 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum reinstall -y kernel || true 2024-02-18T00:59:48.591 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:02 ago on Sun 18 Feb 2024 12:59:46 AM UTC. 2024-02-18T00:59:48.678 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-18T00:59:48.686 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-18T00:59:48.724 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2024-02-18T00:59:48.779 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum reinstall -y kernel || true 2024-02-18T00:59:48.897 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-02-18T00:59:48.898 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2024-02-18T00:59:49.166 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2024-02-18T00:59:49.166 INFO:teuthology.orchestra.run.smithi037.stdout:Unable to read consumer identity 2024-02-18T00:59:49.190 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T00:59:49.190 INFO:teuthology.orchestra.run.smithi076.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T00:59:49.190 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T00:59:49.355 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T00:59:49.356 INFO:teuthology.orchestra.run.smithi037.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-18T00:59:49.356 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T00:59:49.493 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:03 ago on Sun 18 Feb 2024 12:59:46 AM UTC. 2024-02-18T00:59:49.554 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-18T00:59:49.554 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-18T00:59:49.600 INFO:teuthology.orchestra.run.smithi076.stderr:Error: No packages marked for reinstall. 2024-02-18T00:59:49.647 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2024-02-18T00:59:49.712 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:00:03 ago on Sun 18 Feb 2024 12:59:46 AM UTC. 2024-02-18T00:59:49.787 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-02-18T00:59:49.787 INFO:teuthology.orchestra.run.smithi037.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-18T00:59:49.799 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-18T00:59:49.799 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-18T00:59:49.799 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-18T00:59:49.799 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-18T00:59:49.799 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-18T00:59:49.826 INFO:teuthology.orchestra.run.smithi037.stderr:Error: No packages marked for reinstall. 2024-02-18T00:59:49.836 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2024-02-18T00:59:49.857 DEBUG:teuthology.parallel:result is None 2024-02-18T00:59:49.880 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2024-02-18T00:59:50.056 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-18T00:59:50.056 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-18T00:59:50.057 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-18T00:59:50.057 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-18T00:59:50.057 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-18T00:59:50.095 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2024-02-18T00:59:50.113 DEBUG:teuthology.parallel:result is None 2024-02-18T00:59:50.113 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-18T00:59:50.120 INFO:teuthology.task.internal:Creating test directory... 2024-02-18T00:59:50.121 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-18T00:59:50.155 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-18T00:59:50.173 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-18T00:59:50.182 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-18T00:59:50.194 INFO:teuthology.task.internal:Creating archive directory... 2024-02-18T00:59:50.194 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-18T00:59:50.215 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-18T00:59:50.251 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-18T00:59:50.258 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-18T00:59:50.258 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-18T00:59:50.289 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-18T00:59:50.325 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T00:59:50.334 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T00:59:50.336 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T00:59:50.348 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-18T00:59:50.350 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-18T00:59:50.358 INFO:teuthology.task.internal:Configuring sudo... 2024-02-18T00:59:50.358 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-18T00:59:50.361 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-18T00:59:50.405 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-18T00:59:50.416 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-18T00:59:50.416 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-18T00:59:50.435 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-18T00:59:50.463 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T00:59:50.545 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T00:59:50.605 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T00:59:50.653 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T00:59:50.704 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T00:59:50.704 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-18T00:59:50.779 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T00:59:50.823 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-18T00:59:50.876 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T00:59:50.960 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-18T00:59:51.002 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T00:59:51.003 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-18T00:59:51.068 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2024-02-18T00:59:51.071 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2024-02-18T00:59:51.127 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T00:59:51.164 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T00:59:51.530 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-18T00:59:51.538 INFO:teuthology.task.internal:Starting timer... 2024-02-18T00:59:51.538 INFO:teuthology.run_tasks:Running task pcp... 2024-02-18T00:59:51.556 INFO:teuthology.run_tasks:Running task selinux... 2024-02-18T00:59:51.567 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-18T00:59:51.567 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2024-02-18T00:59:51.735 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2024-02-18T00:59:51.737 DEBUG:teuthology.orchestra.run.smithi076:> sudo service auditd rotate 2024-02-18T00:59:51.800 INFO:teuthology.orchestra.run.smithi076.stdout:Rotating logs: 2024-02-18T00:59:51.801 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-18T00:59:51.802 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2024-02-18T00:59:51.831 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2024-02-18T00:59:51.831 DEBUG:teuthology.orchestra.run.smithi076:> /usr/sbin/getenforce 2024-02-18T00:59:51.851 INFO:teuthology.orchestra.run.smithi076.stdout:Permissive 2024-02-18T00:59:51.851 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi037.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi076.front.sepia.ceph.com': 'permissive'} 2024-02-18T00:59:51.851 DEBUG:teuthology.orchestra.run.smithi037:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-18T00:59:51.908 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T00:59:51.909 DEBUG:teuthology.orchestra.run.smithi076:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-18T00:59:51.936 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T00:59:51.937 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-18T00:59:51.939 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2024-02-18T00:59:51.983 DEBUG:teuthology.orchestra.run.smithi076:> sudo /usr/sbin/setenforce permissive 2024-02-18T00:59:52.010 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-18T00:59:52.019 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-18T00:59:52.024 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-18T00:59:52.140 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-18T00:59:52.158 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-18T00:59:52.159 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi076.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-18T01:09:48.773 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi076.front.sepia.ceph.com')] 2024-02-18T01:09:48.774 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-02-18T01:09:48.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T01:09:48.863 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-02-18T01:09:48.939 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-02-18T01:09:48.940 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-02-18T01:09:48.940 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-18T01:09:49.016 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-02-18T01:09:49.040 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-02-18T01:09:49.041 INFO:teuthology.run_tasks:Running task clock... 2024-02-18T01:09:49.053 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-18T01:09:49.053 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-18T01:09:49.053 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T01:09:49.056 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-18T01:09:49.057 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T01:09:49.093 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-18T01:09:49.111 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-18T01:09:49.112 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-18T01:09:49.126 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-18T01:09:49.194 INFO:teuthology.orchestra.run.smithi076.stderr:sudo: ntpd: command not found 2024-02-18T01:09:49.199 INFO:teuthology.orchestra.run.smithi037.stderr:sudo: ntpd: command not found 2024-02-18T01:09:49.206 INFO:teuthology.orchestra.run.smithi076.stdout:506 Cannot talk to daemon 2024-02-18T01:09:49.214 INFO:teuthology.orchestra.run.smithi037.stdout:506 Cannot talk to daemon 2024-02-18T01:09:49.221 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-18T01:09:49.232 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-18T01:09:49.235 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-18T01:09:49.249 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-18T01:09:49.313 INFO:teuthology.orchestra.run.smithi076.stderr:bash: ntpq: command not found 2024-02-18T01:09:49.318 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T01:09:49.318 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-02-18T01:09:49.318 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:09:49.318 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:09:49.319 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:09:49.319 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:09:49.335 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2024-02-18T01:09:49.339 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T01:09:49.339 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2024-02-18T01:09:49.340 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:09:49.340 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:09:49.340 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:09:49.340 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:09:49.341 INFO:teuthology.run_tasks:Running task pexec... 2024-02-18T01:09:49.350 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-18T01:09:49.351 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi037.front.sepia.ceph.com 2024-02-18T01:09:49.351 DEBUG:teuthology.orchestra.run.smithi037:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-18T01:09:49.351 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi076.front.sepia.ceph.com 2024-02-18T01:09:49.351 DEBUG:teuthology.orchestra.run.smithi076:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-18T01:09:49.736 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-02-18T01:09:49.816 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2024-02-18T01:09:51.601 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-02-18T01:09:51.657 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2024-02-18T01:09:52.005 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2024-02-18T01:09:52.413 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 21 kB/s | 4.1 kB 00:00 2024-02-18T01:09:54.878 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-02-18T01:09:54.879 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-02-18T01:09:54.879 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2024-02-18T01:09:54.879 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-02-18T01:09:54.879 INFO:teuthology.orchestra.run.smithi076.stdout:Resetting modules: 2024-02-18T01:09:54.879 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools 2024-02-18T01:09:54.879 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:09:54.880 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-02-18T01:09:54.880 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2024-02-18T01:09:54.880 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:09:55.732 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-02-18T01:09:55.733 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-02-18T01:09:55.733 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-02-18T01:09:55.733 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-02-18T01:09:55.733 INFO:teuthology.orchestra.run.smithi037.stdout:Resetting modules: 2024-02-18T01:09:55.733 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 2024-02-18T01:09:55.733 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:09:55.733 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-02-18T01:09:55.734 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-02-18T01:09:55.734 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:10:04.962 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-02-18T01:10:05.487 INFO:teuthology.orchestra.run.smithi037.stdout:Updating Subscription Management repositories. 2024-02-18T01:10:05.622 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-02-18T01:10:06.090 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2024-02-18T01:10:07.358 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-02-18T01:10:08.021 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 30 kB/s | 4.1 kB 00:00 2024-02-18T01:10:08.098 INFO:teuthology.orchestra.run.smithi037.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-02-18T01:10:08.342 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 kB/s | 4.5 kB 00:00 2024-02-18T01:10:11.176 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-02-18T01:10:11.318 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2024-02-18T01:10:11.344 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================================================== 2024-02-18T01:10:11.344 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repository Size 2024-02-18T01:10:11.344 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================================================== 2024-02-18T01:10:11.344 INFO:teuthology.orchestra.run.smithi037.stdout:Installing group/module packages: 2024-02-18T01:10:11.345 INFO:teuthology.orchestra.run.smithi037.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-02-18T01:10:11.345 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-18T01:10:11.345 INFO:teuthology.orchestra.run.smithi037.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-18T01:10:11.345 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-02-18T01:10:11.345 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-02-18T01:10:11.346 INFO:teuthology.orchestra.run.smithi037.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-18T01:10:11.346 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-02-18T01:10:11.346 INFO:teuthology.orchestra.run.smithi037.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-18T01:10:11.346 INFO:teuthology.orchestra.run.smithi037.stdout:Downgrading: 2024-02-18T01:10:11.346 INFO:teuthology.orchestra.run.smithi037.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-18T01:10:11.347 INFO:teuthology.orchestra.run.smithi037.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-02-18T01:10:11.347 INFO:teuthology.orchestra.run.smithi037.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-02-18T01:10:11.347 INFO:teuthology.orchestra.run.smithi037.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-02-18T01:10:11.347 INFO:teuthology.orchestra.run.smithi037.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout:Installing module profiles: 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools/common 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling module streams: 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 3.0 2024-02-18T01:10:11.348 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:10:11.349 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-02-18T01:10:11.349 INFO:teuthology.orchestra.run.smithi037.stdout:========================================================================================================================== 2024-02-18T01:10:11.349 INFO:teuthology.orchestra.run.smithi037.stdout:Install 7 Packages 2024-02-18T01:10:11.349 INFO:teuthology.orchestra.run.smithi037.stdout:Downgrade 12 Packages 2024-02-18T01:10:11.349 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:10:11.349 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 50 M 2024-02-18T01:10:11.349 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-02-18T01:10:11.473 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================================== 2024-02-18T01:10:11.473 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2024-02-18T01:10:11.473 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================================== 2024-02-18T01:10:11.473 INFO:teuthology.orchestra.run.smithi076.stdout:Installing group/module packages: 2024-02-18T01:10:11.473 INFO:teuthology.orchestra.run.smithi076.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-02-18T01:10:11.473 INFO:teuthology.orchestra.run.smithi076.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-18T01:10:11.473 INFO:teuthology.orchestra.run.smithi076.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-18T01:10:11.473 INFO:teuthology.orchestra.run.smithi076.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-02-18T01:10:11.473 INFO:teuthology.orchestra.run.smithi076.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout:Downgrading: 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-02-18T01:10:11.474 INFO:teuthology.orchestra.run.smithi076.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout:Installing module profiles: 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools/common 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling module streams: 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools 3.0 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================================== 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout:Install 7 Packages 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout:Downgrade 12 Packages 2024-02-18T01:10:11.475 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:10:11.476 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 50 M 2024-02-18T01:10:11.476 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2024-02-18T01:10:11.532 INFO:teuthology.orchestra.run.smithi037.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 278 kB/s | 51 kB 00:00 2024-02-18T01:10:11.566 INFO:teuthology.orchestra.run.smithi037.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.3 MB/s | 511 kB 00:00 2024-02-18T01:10:11.611 INFO:teuthology.orchestra.run.smithi076.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 380 kB/s | 51 kB 00:00 2024-02-18T01:10:11.683 INFO:teuthology.orchestra.run.smithi037.stdout:(3/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 593 kB/s | 69 kB 00:00 2024-02-18T01:10:11.712 INFO:teuthology.orchestra.run.smithi076.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.1 MB/s | 511 kB 00:00 2024-02-18T01:10:11.737 INFO:teuthology.orchestra.run.smithi076.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 573 kB/s | 72 kB 00:00 2024-02-18T01:10:11.742 INFO:teuthology.orchestra.run.smithi037.stdout:(4/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 345 kB/s | 72 kB 00:00 2024-02-18T01:10:11.984 INFO:teuthology.orchestra.run.smithi037.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 236 kB/s | 57 kB 00:00 2024-02-18T01:10:12.029 INFO:teuthology.orchestra.run.smithi076.stdout:(4/19): containernetworking-plugins-0.9.1-1.mod 34 MB/s | 19 MB 00:00 2024-02-18T01:10:12.046 INFO:teuthology.orchestra.run.smithi076.stdout:(5/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 207 kB/s | 69 kB 00:00 2024-02-18T01:10:12.201 INFO:teuthology.orchestra.run.smithi037.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 22 MB/s | 19 MB 00:00 2024-02-18T01:10:12.254 INFO:teuthology.orchestra.run.smithi076.stdout:(6/19): podman-3.0.1-15.module+el8.7.0+18021+1e 20 MB/s | 11 MB 00:00 2024-02-18T01:10:12.279 INFO:teuthology.orchestra.run.smithi076.stdout:(7/19): podman-docker-3.0.1-15.module+el8.7.0+1 229 kB/s | 57 kB 00:00 2024-02-18T01:10:12.292 INFO:teuthology.orchestra.run.smithi037.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 9.3 MB/s | 2.9 MB 00:00 2024-02-18T01:10:12.334 INFO:teuthology.orchestra.run.smithi037.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 413 kB/s | 55 kB 00:00 2024-02-18T01:10:12.363 INFO:teuthology.orchestra.run.smithi076.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 9.1 MB/s | 2.9 MB 00:00 2024-02-18T01:10:12.388 INFO:teuthology.orchestra.run.smithi076.stdout:(9/19): container-selinux-2.189.0-1.module+el8. 411 kB/s | 55 kB 00:00 2024-02-18T01:10:12.414 INFO:teuthology.orchestra.run.smithi076.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 681 kB/s | 91 kB 00:00 2024-02-18T01:10:12.481 INFO:teuthology.orchestra.run.smithi076.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 2.7 MB/s | 323 kB 00:00 2024-02-18T01:10:12.499 INFO:teuthology.orchestra.run.smithi037.stdout:(9/19): podman-3.0.1-15.module+el8.7.0+18021+1e 13 MB/s | 11 MB 00:00 2024-02-18T01:10:12.527 INFO:teuthology.orchestra.run.smithi037.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 390 kB/s | 91 kB 00:00 2024-02-18T01:10:12.552 INFO:teuthology.orchestra.run.smithi037.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.5 MB/s | 323 kB 00:00 2024-02-18T01:10:12.606 INFO:teuthology.orchestra.run.smithi076.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 236 kB/s | 51 kB 00:00 2024-02-18T01:10:12.636 INFO:teuthology.orchestra.run.smithi037.stdout:(12/19): crun-0.18-3.module+el8.7.0+16533+44634 2.2 MB/s | 185 kB 00:00 2024-02-18T01:10:12.706 INFO:teuthology.orchestra.run.smithi076.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 3.7 MB/s | 1.1 MB 00:00 2024-02-18T01:10:12.836 INFO:teuthology.orchestra.run.smithi037.stdout:(13/19): slirp4netns-1.1.8-1.module+el8.7.0+165 152 kB/s | 51 kB 00:00 2024-02-18T01:10:12.881 INFO:teuthology.orchestra.run.smithi076.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 462 kB/s | 185 kB 00:00 2024-02-18T01:10:12.948 INFO:teuthology.orchestra.run.smithi076.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 9.1 MB/s | 2.2 MB 00:00 2024-02-18T01:10:12.953 INFO:teuthology.orchestra.run.smithi037.stdout:(14/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 20 MB/s | 6.2 MB 00:00 2024-02-18T01:10:12.982 INFO:teuthology.orchestra.run.smithi076.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 505 kB/s | 51 kB 00:00 2024-02-18T01:10:13.012 INFO:teuthology.orchestra.run.smithi037.stdout:(15/19): cockpit-podman-29-2.module+el8.7.0+165 2.2 MB/s | 1.1 MB 00:00 2024-02-18T01:10:13.070 INFO:teuthology.orchestra.run.smithi037.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 9.4 MB/s | 2.2 MB 00:00 2024-02-18T01:10:13.074 INFO:teuthology.orchestra.run.smithi076.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 13 MB/s | 6.2 MB 00:00 2024-02-18T01:10:13.118 INFO:teuthology.orchestra.run.smithi076.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 301 kB/s | 41 kB 00:00 2024-02-18T01:10:13.128 INFO:teuthology.orchestra.run.smithi037.stdout:(17/19): udica-0.2.4-1.module+el8.7.0+16533+446 289 kB/s | 51 kB 00:00 2024-02-18T01:10:13.171 INFO:teuthology.orchestra.run.smithi037.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2024-02-18T01:10:13.250 INFO:teuthology.orchestra.run.smithi076.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 22 MB/s | 6.6 MB 00:00 2024-02-18T01:10:13.251 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2024-02-18T01:10:13.251 INFO:teuthology.orchestra.run.smithi076.stdout:Total 28 MB/s | 50 MB 00:01 2024-02-18T01:10:13.321 INFO:teuthology.orchestra.run.smithi037.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 21 MB/s | 6.6 MB 00:00 2024-02-18T01:10:13.321 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-02-18T01:10:13.321 INFO:teuthology.orchestra.run.smithi037.stdout:Total 25 MB/s | 50 MB 00:01 2024-02-18T01:10:13.737 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2024-02-18T01:10:13.781 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2024-02-18T01:10:13.782 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2024-02-18T01:10:13.856 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-02-18T01:10:13.906 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-02-18T01:10:13.906 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-02-18T01:10:14.214 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2024-02-18T01:10:14.223 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2024-02-18T01:10:14.372 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-02-18T01:10:14.382 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-02-18T01:10:15.451 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2024-02-18T01:10:15.465 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-18T01:10:15.483 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-18T01:10:15.645 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-18T01:10:15.649 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-02-18T01:10:15.668 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-18T01:10:15.687 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-18T01:10:15.841 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-18T01:10:32.519 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-18T01:10:32.692 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-18T01:10:32.710 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-18T01:10:32.907 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-18T01:10:33.073 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-18T01:10:33.275 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-18T01:10:33.275 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-18T01:10:33.275 INFO:teuthology.orchestra.run.smithi076.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-18T01:10:33.275 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:10:34.086 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-18T01:10:35.620 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-18T01:10:35.791 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-18T01:10:35.822 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-18T01:10:35.845 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-18T01:10:36.022 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-18T01:10:36.031 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-18T01:10:36.225 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-18T01:10:36.236 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-18T01:10:36.459 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-18T01:10:36.459 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-18T01:10:36.459 INFO:teuthology.orchestra.run.smithi037.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-18T01:10:36.459 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:10:37.280 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-18T01:10:37.553 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-18T01:10:37.824 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-18T01:10:38.074 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-18T01:10:38.431 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-18T01:10:39.140 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-18T01:10:39.311 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-18T01:10:39.570 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-18T01:10:39.791 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-18T01:10:39.843 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-18T01:10:40.057 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-18T01:10:40.241 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-18T01:10:40.448 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-18T01:10:40.576 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-02-18T01:10:40.589 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-18T01:10:40.590 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-18T01:10:40.933 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-18T01:10:41.123 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-18T01:10:41.123 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-18T01:10:41.171 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-18T01:10:41.301 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-18T01:10:41.302 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-18T01:10:41.442 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-18T01:10:41.455 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-18T01:10:41.625 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-18T01:10:41.722 INFO:teuthology.orchestra.run.smithi037.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-18T01:10:41.800 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-18T01:10:41.981 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-18T01:10:42.081 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-18T01:10:42.175 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-18T01:10:42.358 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-18T01:10:42.528 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-18T01:10:42.528 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-18T01:10:42.725 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-18T01:10:42.855 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-18T01:10:43.615 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-18T01:10:43.813 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-18T01:10:44.133 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-18T01:10:44.314 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-18T01:10:44.455 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-02-18T01:10:44.474 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-18T01:10:44.474 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-18T01:10:44.791 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-02-18T01:10:44.989 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-18T01:10:44.989 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-18T01:10:45.182 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-18T01:10:45.182 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-18T01:10:45.331 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-02-18T01:10:45.547 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-18T01:10:45.721 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-18T01:10:45.889 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-18T01:10:46.079 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-18T01:10:46.263 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-18T01:10:46.450 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-18T01:10:46.450 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-18T01:10:46.679 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-18T01:11:00.272 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-18T01:11:00.686 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-18T01:11:00.686 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-18T01:11:00.686 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-18T01:11:00.686 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-18T01:11:00.686 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-18T01:11:00.686 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-18T01:11:00.687 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-18T01:11:00.688 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-18T01:11:06.592 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-18T01:11:07.097 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-18T01:11:07.097 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-18T01:11:07.097 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-18T01:11:07.097 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-18T01:11:07.097 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-18T01:11:07.097 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-18T01:11:07.097 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-18T01:11:07.098 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-18T01:11:07.098 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-18T01:11:07.098 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-18T01:11:07.098 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-18T01:11:07.098 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-18T01:11:07.098 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-02-18T01:11:07.098 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-18T01:11:07.098 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-18T01:11:07.099 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-18T01:11:07.100 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-18T01:11:07.100 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-18T01:11:07.100 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-18T01:11:10.038 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-18T01:11:10.038 INFO:teuthology.orchestra.run.smithi076.stdout:Installed products updated. 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout:Downgraded: 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.564 INFO:teuthology.orchestra.run.smithi076.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:11:10.565 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2024-02-18T01:11:10.738 DEBUG:teuthology.parallel:result is None 2024-02-18T01:11:18.972 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-18T01:11:18.972 INFO:teuthology.orchestra.run.smithi037.stdout:Installed products updated. 2024-02-18T01:11:19.580 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:11:19.580 INFO:teuthology.orchestra.run.smithi037.stdout:Downgraded: 2024-02-18T01:11:19.580 INFO:teuthology.orchestra.run.smithi037.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.580 INFO:teuthology.orchestra.run.smithi037.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-18T01:11:19.580 INFO:teuthology.orchestra.run.smithi037.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.580 INFO:teuthology.orchestra.run.smithi037.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.580 INFO:teuthology.orchestra.run.smithi037.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-18T01:11:19.581 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:11:19.582 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-02-18T01:11:19.805 DEBUG:teuthology.parallel:result is None 2024-02-18T01:11:19.805 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-18T01:11:19.816 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-18T01:11:19.817 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:11:19.817 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:11:19.836 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-18T01:11:19.836 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2024-02-18T01:11:19.897 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-18T01:11:19.897 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:11:19.897 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 181449 Links: 1 2024-02-18T01:11:19.898 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:11:19.898 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:11:19.898 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-02-18 01:11:06.776814346 +0000 2024-02-18T01:11:19.898 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-02-18 01:09:17.707980871 +0000 2024-02-18T01:11:19.898 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-02-18 01:09:17.707980871 +0000 2024-02-18T01:11:19.898 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-02-18T01:11:19.898 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-18T01:11:19.971 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-02-18T01:11:19.971 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-02-18T01:11:19.971 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000263073 s, 1.9 MB/s 2024-02-18T01:11:19.972 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-18T01:11:20.035 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2024-02-18T01:11:20.098 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-18T01:11:20.098 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:11:20.098 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 179824 Links: 1 2024-02-18T01:11:20.098 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:11:20.098 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:11:20.098 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-02-18 01:11:06.776814346 +0000 2024-02-18T01:11:20.098 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-02-18 01:09:18.091975658 +0000 2024-02-18T01:11:20.098 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-02-18 01:09:18.091975658 +0000 2024-02-18T01:11:20.098 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-02-18T01:11:20.099 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-18T01:11:20.171 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-02-18T01:11:20.172 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-02-18T01:11:20.172 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.00025256 s, 2.0 MB/s 2024-02-18T01:11:20.173 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-18T01:11:20.236 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2024-02-18T01:11:20.299 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-18T01:11:20.299 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:11:20.299 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 177692 Links: 1 2024-02-18T01:11:20.300 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:11:20.300 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:11:20.300 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-02-18 01:11:06.776814346 +0000 2024-02-18T01:11:20.300 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-02-18 01:09:18.481970363 +0000 2024-02-18T01:11:20.300 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-02-18 01:09:18.481970363 +0000 2024-02-18T01:11:20.300 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-02-18T01:11:20.301 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-18T01:11:20.372 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-02-18T01:11:20.372 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-02-18T01:11:20.372 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000228251 s, 2.2 MB/s 2024-02-18T01:11:20.373 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-18T01:11:20.436 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2024-02-18T01:11:20.500 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-18T01:11:20.500 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:11:20.500 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 177755 Links: 1 2024-02-18T01:11:20.500 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:11:20.500 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:11:20.500 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-02-18 01:11:06.776814346 +0000 2024-02-18T01:11:20.500 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-02-18 01:09:18.869965096 +0000 2024-02-18T01:11:20.500 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-02-18 01:09:18.869965096 +0000 2024-02-18T01:11:20.500 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-02-18T01:11:20.501 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-18T01:11:20.574 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-02-18T01:11:20.574 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-02-18T01:11:20.574 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.00023986 s, 2.1 MB/s 2024-02-18T01:11:20.575 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-18T01:11:20.638 DEBUG:teuthology.orchestra.run.smithi037:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-18T01:11:20.793 INFO:teuthology.orchestra.run.smithi037.stdout:loop 2024-02-18T01:11:20.795 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_1... 2024-02-18T01:11:20.795 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-18T01:11:20.839 INFO:teuthology.orchestra.run.smithi037.stdout:1 2024-02-18T01:11:20.881 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_11 2024-02-18T01:11:20.926 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_2... 2024-02-18T01:11:20.926 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-18T01:11:21.007 INFO:teuthology.orchestra.run.smithi037.stdout:1 2024-02-18T01:11:21.047 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_21 2024-02-18T01:11:21.090 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_3... 2024-02-18T01:11:21.091 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-18T01:11:21.172 INFO:teuthology.orchestra.run.smithi037.stdout:1 2024-02-18T01:11:21.212 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_31 2024-02-18T01:11:21.255 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_4... 2024-02-18T01:11:21.255 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-18T01:11:21.337 INFO:teuthology.orchestra.run.smithi037.stdout:1 2024-02-18T01:11:21.379 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_41 2024-02-18T01:11:21.422 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:11:21.422 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:11:21.482 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme list 2024-02-18T01:11:21.553 INFO:teuthology.orchestra.run.smithi037.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-18T01:11:21.553 INFO:teuthology.orchestra.run.smithi037.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-18T01:11:21.553 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme0n1 CVFT5331005T400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-18T01:11:21.553 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme1n1 bdf663f881ea71acf6a1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:11:21.553 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme2n1 500697113316102f94ce Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:11:21.553 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme3n1 79b9abe3fccc42968ed4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:11:21.554 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme4n1 1a790a3008d56bdacb0e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:11:21.554 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T01:11:21.555 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:11:21.555 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/scratch_devs 2024-02-18T01:11:21.629 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:11:21.630 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:11:21.653 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-18T01:11:21.653 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_1 2024-02-18T01:11:21.714 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-18T01:11:21.714 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:11:21.715 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 178724 Links: 1 2024-02-18T01:11:21.715 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:11:21.715 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:11:21.715 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-02-18 01:11:00.399648424 +0000 2024-02-18T01:11:21.715 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-02-18 01:08:29.431323390 +0000 2024-02-18T01:11:21.715 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-02-18 01:08:29.431323390 +0000 2024-02-18T01:11:21.715 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-02-18T01:11:21.715 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-18T01:11:21.785 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-02-18T01:11:21.785 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-02-18T01:11:21.785 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000256214 s, 2.0 MB/s 2024-02-18T01:11:21.786 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-18T01:11:21.847 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_2 2024-02-18T01:11:21.907 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-18T01:11:21.908 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:11:21.908 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 171965 Links: 1 2024-02-18T01:11:21.908 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:11:21.908 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:11:21.908 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-02-18 01:11:00.399648424 +0000 2024-02-18T01:11:21.908 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-02-18 01:08:29.763312938 +0000 2024-02-18T01:11:21.908 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-02-18 01:08:29.763312938 +0000 2024-02-18T01:11:21.908 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-02-18T01:11:21.908 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-18T01:11:21.975 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-02-18T01:11:21.976 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-02-18T01:11:21.976 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000267131 s, 1.9 MB/s 2024-02-18T01:11:21.977 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-18T01:11:22.037 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_3 2024-02-18T01:11:22.096 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-18T01:11:22.096 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:11:22.096 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 180513 Links: 1 2024-02-18T01:11:22.096 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:11:22.096 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:11:22.096 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-02-18 01:11:00.399648424 +0000 2024-02-18T01:11:22.096 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-02-18 01:08:30.095302486 +0000 2024-02-18T01:11:22.096 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-02-18 01:08:30.095302486 +0000 2024-02-18T01:11:22.096 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-02-18T01:11:22.097 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-18T01:11:22.164 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-02-18T01:11:22.164 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-02-18T01:11:22.164 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000198793 s, 2.6 MB/s 2024-02-18T01:11:22.165 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-18T01:11:22.224 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_4 2024-02-18T01:11:22.282 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-18T01:11:22.283 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-18T01:11:22.283 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 178804 Links: 1 2024-02-18T01:11:22.283 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-18T01:11:22.283 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2024-02-18T01:11:22.283 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-02-18 01:11:00.399648424 +0000 2024-02-18T01:11:22.283 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-02-18 01:08:30.439291656 +0000 2024-02-18T01:11:22.283 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-02-18 01:08:30.439291656 +0000 2024-02-18T01:11:22.283 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-02-18T01:11:22.283 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-18T01:11:22.349 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-02-18T01:11:22.349 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-02-18T01:11:22.349 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000218474 s, 2.3 MB/s 2024-02-18T01:11:22.350 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-18T01:11:22.409 DEBUG:teuthology.orchestra.run.smithi076:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-18T01:11:22.542 INFO:teuthology.orchestra.run.smithi076.stdout:loop 2024-02-18T01:11:22.543 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_1... 2024-02-18T01:11:22.543 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-18T01:11:22.579 INFO:teuthology.orchestra.run.smithi076.stdout:1 2024-02-18T01:11:22.615 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_11 2024-02-18T01:11:22.655 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_2... 2024-02-18T01:11:22.656 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-18T01:11:22.738 INFO:teuthology.orchestra.run.smithi076.stdout:1 2024-02-18T01:11:22.773 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_21 2024-02-18T01:11:22.814 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_3... 2024-02-18T01:11:22.814 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-18T01:11:22.890 INFO:teuthology.orchestra.run.smithi076.stdout:1 2024-02-18T01:11:22.926 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_31 2024-02-18T01:11:22.965 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_4... 2024-02-18T01:11:22.966 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-18T01:11:23.042 INFO:teuthology.orchestra.run.smithi076.stdout:1 2024-02-18T01:11:23.078 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_41 2024-02-18T01:11:23.117 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:11:23.117 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:11:23.174 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme list 2024-02-18T01:11:23.240 INFO:teuthology.orchestra.run.smithi076.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-18T01:11:23.240 INFO:teuthology.orchestra.run.smithi076.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-18T01:11:23.240 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme0n1 PHFT620400U4400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-18T01:11:23.240 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme1n1 3e27952982ae577d6e13 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:11:23.240 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme2n1 831b2c92694903c5f5b8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:11:23.240 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme3n1 4757cf0be9f26e7e7c1a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:11:23.240 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme4n1 486e3ac349f740171fde Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-18T01:11:23.241 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T01:11:23.242 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:11:23.242 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/scratch_devs 2024-02-18T01:11:23.308 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-18T01:11:23.396 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': '81bd20d634209c7cb82c18be12b4b5a05643ebf1'} 2024-02-18T01:11:23.396 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 2024-02-18T01:11:23.397 INFO:tasks.cephadm:Cluster fsid is a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:11:23.397 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-18T01:11:23.398 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-18T01:11:23.398 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi037': '172.21.15.37', 'mon.smithi076': '172.21.15.76'} 2024-02-18T01:11:23.398 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-18T01:11:23.398 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2024-02-18T01:11:23.434 DEBUG:teuthology.orchestra.run.smithi076:> sudo hostname $(hostname -s) 2024-02-18T01:11:23.462 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 81bd20d634209c7cb82c18be12b4b5a05643ebf1)... 2024-02-18T01:11:23.463 DEBUG:teuthology.orchestra.run.smithi037:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/81bd20d634209c7cb82c18be12b4b5a05643ebf1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-18T01:11:23.691 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 18 01:11 /home/ubuntu/cephtest/cephadm 2024-02-18T01:11:23.691 DEBUG:teuthology.orchestra.run.smithi076:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/81bd20d634209c7cb82c18be12b4b5a05643ebf1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-18T01:11:23.820 INFO:teuthology.orchestra.run.smithi076.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 18 01:11 /home/ubuntu/cephtest/cephadm 2024-02-18T01:11:23.821 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-18T01:11:23.844 DEBUG:teuthology.orchestra.run.smithi076:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-18T01:11:23.874 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2024-02-18T01:11:23.919 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /etc/ceph 2024-02-18T01:11:23.948 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2024-02-18T01:11:23.994 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 777 /etc/ceph 2024-02-18T01:11:24.022 INFO:tasks.cephadm:Writing seed config... 2024-02-18T01:11:24.023 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-18T01:11:24.023 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-18T01:11:24.024 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-18T01:11:24.024 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-18T01:11:24.024 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-18T01:11:24.024 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-18T01:11:24.024 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-18T01:11:24.024 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-18T01:11:24.024 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:11:24.024 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-18T01:11:24.056 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = a1bb058a-cdfa-11ee-95ba-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-18T01:11:24.056 DEBUG:teuthology.orchestra.run.smithi037:mon.smithi037> sudo journalctl -f -n 0 -u ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi037.service 2024-02-18T01:11:24.100 INFO:tasks.cephadm:Bootstrapping... 2024-02-18T01:11:24.100 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 -v bootstrap --fsid a1bb058a-cdfa-11ee-95ba-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.37 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:11:24.133 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:-- Logs begin at Sun 2024-02-18 00:58:06 UTC. -- 2024-02-18T01:11:24.399 INFO:teuthology.orchestra.run.smithi037.stderr:-------------------------------------------------------------------------------- 2024-02-18T01:11:24.399 INFO:teuthology.orchestra.run.smithi037.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1', '-v', 'bootstrap', '--fsid', 'a1bb058a-cdfa-11ee-95ba-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.37', '--skip-admin-label'] 2024-02-18T01:11:25.094 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: 3.0.1 2024-02-18T01:11:25.105 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying podman|docker is present... 2024-02-18T01:11:25.156 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: 3.0.1 2024-02-18T01:11:25.173 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying lvm2 is present... 2024-02-18T01:11:25.173 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying time synchronization is in place... 2024-02-18T01:11:25.181 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-18T01:11:25.188 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2024-02-18T01:11:25.195 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: enabled 2024-02-18T01:11:25.201 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: active 2024-02-18T01:11:25.202 INFO:teuthology.orchestra.run.smithi037.stderr:Unit chronyd.service is enabled and running 2024-02-18T01:11:25.202 INFO:teuthology.orchestra.run.smithi037.stderr:Repeating the final host check... 2024-02-18T01:11:25.249 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: 3.0.1 2024-02-18T01:11:25.263 INFO:teuthology.orchestra.run.smithi037.stderr:podman (/bin/podman) version 3.0.1 is present 2024-02-18T01:11:25.263 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl is present 2024-02-18T01:11:25.264 INFO:teuthology.orchestra.run.smithi037.stderr:lvcreate is present 2024-02-18T01:11:25.270 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-18T01:11:25.276 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2024-02-18T01:11:25.283 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: enabled 2024-02-18T01:11:25.289 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: active 2024-02-18T01:11:25.290 INFO:teuthology.orchestra.run.smithi037.stderr:Unit chronyd.service is enabled and running 2024-02-18T01:11:25.290 INFO:teuthology.orchestra.run.smithi037.stderr:Host looks OK 2024-02-18T01:11:25.290 INFO:teuthology.orchestra.run.smithi037.stderr:Cluster fsid: a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:11:25.290 INFO:teuthology.orchestra.run.smithi037.stderr:Acquiring lock 140537154703488 on /run/cephadm/a1bb058a-cdfa-11ee-95ba-87774f69a715.lock 2024-02-18T01:11:25.291 INFO:teuthology.orchestra.run.smithi037.stderr:Lock 140537154703488 acquired on /run/cephadm/a1bb058a-cdfa-11ee-95ba-87774f69a715.lock 2024-02-18T01:11:25.291 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying IP 172.21.15.37 port 3300 ... 2024-02-18T01:11:25.291 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying IP 172.21.15.37 port 6789 ... 2024-02-18T01:11:25.291 INFO:teuthology.orchestra.run.smithi037.stderr:Base mon IP(s) is [172.21.15.37:3300, 172.21.15.37:6789], mon addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-02-18T01:11:25.295 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-18T01:11:25.295 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 metric 100 2024-02-18T01:11:25.298 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-18T01:11:25.298 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-18T01:11:25.298 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-02-18T01:11:25.301 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-18T01:11:25.301 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-18T01:11:25.301 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-18T01:11:25.302 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-18T01:11:25.302 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7794/64 scope link 2024-02-18T01:11:25.302 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-18T01:11:25.302 INFO:teuthology.orchestra.run.smithi037.stderr:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-02-18T01:11:25.302 INFO:teuthology.orchestra.run.smithi037.stderr:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-02-18T01:11:25.302 INFO:teuthology.orchestra.run.smithi037.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-18T01:11:25.303 INFO:teuthology.orchestra.run.smithi037.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-18T01:11:25.304 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1... 2024-02-18T01:11:25.381 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1... 2024-02-18T01:11:25.458 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Getting image source signatures 2024-02-18T01:11:25.591 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Copying blob sha256:ec93555fb25f6296fcd66f232359fb768587e082c45b15dd379853eb0f28a963 2024-02-18T01:11:25.641 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Copying blob sha256:0f642e61a11afb42c0ccb5b05f5809250ad643ed143780d6ff49a5a4c492fc38 2024-02-18T01:11:40.765 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Copying config sha256:823b921721f579487e02cd293080702537bcba9f4f96b9041a06d7563de513aa 2024-02-18T01:11:40.955 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Writing manifest to image destination 2024-02-18T01:11:40.956 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: Storing signatures 2024-02-18T01:11:51.547 INFO:teuthology.orchestra.run.smithi037.stderr:/bin/podman: 823b921721f579487e02cd293080702537bcba9f4f96b9041a06d7563de513aa 2024-02-18T01:11:52.164 INFO:teuthology.orchestra.run.smithi037.stderr:ceph: ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable) 2024-02-18T01:12:02.931 INFO:teuthology.orchestra.run.smithi037.stderr:Ceph version: ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable) 2024-02-18T01:12:02.931 INFO:teuthology.orchestra.run.smithi037.stderr:Extracting ceph user uid/gid from container image... 2024-02-18T01:12:03.355 INFO:teuthology.orchestra.run.smithi037.stderr:stat: 167 167 2024-02-18T01:12:03.837 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial keys... 2024-02-18T01:12:04.263 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: AQBkWdFl0hw9DxAAVcS3906cZgR9Kdc2r/mAAA== 2024-02-18T01:12:05.239 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: AQBlWdFlWRSNDRAAUQsR7RNZPhuCTJPXrUT6Lw== 2024-02-18T01:12:06.113 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: AQBmWdFlgFQBBhAAOt/LLbXyQrwf21k8AySmKQ== 2024-02-18T01:12:06.630 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial monmap... 2024-02-18T01:12:07.089 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-18T01:12:07.089 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:07.089 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-18T01:12:07.577 INFO:teuthology.orchestra.run.smithi037.stderr:monmaptool for smithi037 [v2:172.21.15.37:3300,v1:172.21.15.37:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-18T01:12:07.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: set fsid to a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:07.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-18T01:12:07.577 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:12:07.578 INFO:teuthology.orchestra.run.smithi037.stderr:Creating mon... 2024-02-18T01:12:08.081 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.051+0000 7f94da201880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-18T01:12:08.081 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.052+0000 7f94da201880 1 imported monmap: 2024-02-18T01:12:08.081 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-18T01:12:08.081 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:08.081 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: last_changed 2024-02-18T01:12:07.060648+0000 2024-02-18T01:12:08.081 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: created 2024-02-18T01:12:07.060648+0000 2024-02-18T01:12:08.081 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.smithi037 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.052+0000 7f94da201880 0 /usr/bin/ceph-mon: set fsid to a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: RocksDB version: 6.8.1 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Compile date Feb 17 2024 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: DB SUMMARY 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.082 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 0, files: 2024-02-18T01:12:08.120 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.121 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 2024-02-18T01:12:08.121 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.121 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.error_if_exists: 0 2024-02-18T01:12:08.121 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.create_if_missing: 1 2024-02-18T01:12:08.121 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.paranoid_checks: 1 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.env: 0x55c029641080 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.fs: Posix File System 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.info_log: 0x55c029fe5300 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.statistics: (nil) 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.use_fsync: 0 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_log_file_size: 0 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-18T01:12:08.122 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.allow_fallocate: 1 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.use_direct_reads: 0 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.db_log_dir: 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi037/store.db 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_subcompactions: 1 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_background_flushes: -1 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-18T01:12:08.123 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.write_buffer_manager: 0x55c029feb950 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-18T01:12:08.124 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-18T01:12:08.125 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-18T01:12:08.125 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.unordered_write: 0 2024-02-18T01:12:08.125 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-18T01:12:08.125 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-18T01:12:08.125 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-18T01:12:08.125 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.row_cache: None 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.wal_filter: None 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.preserve_deletes: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.two_write_queues: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.atomic_flush: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.log_readahead_size: 0 2024-02-18T01:12:08.126 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-18T01:12:08.127 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_background_jobs: 2 2024-02-18T01:12:08.127 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_background_compactions: -1 2024-02-18T01:12:08.127 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-18T01:12:08.127 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-18T01:12:08.127 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-18T01:12:08.127 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-18T01:12:08.127 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-18T01:12:08.127 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.max_open_files: -1 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Compression algorithms supported: 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: kZSTD supported: 0 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: kXpressCompression supported: 0 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: kLZ4Compression supported: 1 2024-02-18T01:12:08.128 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: kBZip2Compression supported: 0 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: kZlibCompression supported: 1 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: kSnappyCompression supported: 1 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.053+0000 7f94da201880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000001 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.merge_operator: 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_filter: None 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-18T01:12:08.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c029ef5d18) 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache: 0x55c029f2ed10 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-18T01:12:08.130 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-18T01:12:08.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compression: NoCompression 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.num_levels: 7 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-18T01:12:08.132 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-18T01:12:08.133 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-18T01:12:08.134 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-18T01:12:08.135 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.table_properties_collectors: 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.inplace_update_support: 0 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.bloom_locality: 0 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.max_successive_merges: 0 2024-02-18T01:12:08.136 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.ttl: 2592000 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.054+0000 7f94da201880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.055+0000 7f94da201880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.055+0000 7f94da201880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.056+0000 7f94da201880 4 rocksdb: DB pointer 0x55c029ff9800 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.056+0000 7f94c3074700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.056+0000 7f94c3074700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-18T01:12:08.137 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:12:08.138 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-18T01:12:08.138 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-18T01:12:08.139 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:12:08.139 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-18T01:12:08.139 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-18T01:12:08.139 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:12:08.139 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.139 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T01:12:08.139 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:12:08.140 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-18T01:12:08.141 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2024-02-18T01:12:08.142 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.057+0000 7f94da201880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-18T01:12:08.143 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.057+0000 7f94da201880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-18T01:12:08.143 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2024-02-18T01:12:08.057+0000 7f94da201880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi037 for mon.smithi037 2024-02-18T01:12:08.629 INFO:teuthology.orchestra.run.smithi037.stderr:create mon.smithi037 on 2024-02-18T01:12:08.762 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-18T01:12:08.871 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715.target. 2024-02-18T01:12:08.871 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715.target → /etc/systemd/system/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715.target. 2024-02-18T01:12:09.109 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to reset failed state of unit ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi037.service: Unit ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi037.service not loaded. 2024-02-18T01:12:09.117 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715.target.wants/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi037.service → /etc/systemd/system/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@.service. 2024-02-18T01:12:09.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:09 smithi037 systemd[1]: Starting Ceph mon.smithi037 for a1bb058a-cdfa-11ee-95ba-87774f69a715... 2024-02-18T01:12:09.813 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: disabled 2024-02-18T01:12:09.824 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2024-02-18T01:12:09.824 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2024-02-18T01:12:09.824 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to enable service . firewalld.service is not available 2024-02-18T01:12:09.824 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mon to start... 2024-02-18T01:12:09.824 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mon... 2024-02-18T01:12:10.058 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:09 smithi037 bash[34871]: 830d89e1cd4b88bf20de1b907852f33bbe13dadeabe65fde3e939f3cee3db30e 2024-02-18T01:12:10.058 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:09 smithi037 systemd[1]: Started Ceph mon.smithi037 for a1bb058a-cdfa-11ee-95ba-87774f69a715. 2024-02-18T01:12:10.058 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:09 smithi037 conmon[34912]: cluster 2024-02-18T01:12:09.837860+0000 mon.smithi037 (mon.0) 0 : [INF] mkfs a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:10.058 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:09 smithi037 conmon[34912]: cluster 2024-02-18T01:12:09.818736+0000 2024-02-18T01:12:10.058 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:09 smithi037 conmon[34912]: mon.smithi037 (mon.0) 1 : cluster [INF] mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2024-02-18T01:12:10.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: cluster: 2024-02-18T01:12:10.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: id: a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:10.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-18T01:12:10.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:10.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: services: 2024-02-18T01:12:10.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi037 (age 0.548596s) 2024-02-18T01:12:10.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-18T01:12:10.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-18T01:12:10.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:10.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: data: 2024-02-18T01:12:10.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-18T01:12:10.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-18T01:12:10.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-18T01:12:10.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: pgs: 2024-02-18T01:12:10.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:10.989 INFO:teuthology.orchestra.run.smithi037.stderr:mon is available 2024-02-18T01:12:10.989 INFO:teuthology.orchestra.run.smithi037.stderr:Assimilating anything we can from ceph.conf... 2024-02-18T01:12:11.199 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:10 smithi037 conmon[34912]: cluster 2024-02-18T01:12:09.836452+0000 mon.smithi037 (mon.0) 2 : cluster [INF] mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2024-02-18T01:12:11.199 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:10 smithi037 conmon[34912]: cluster 2024-02-18T01:12:09.836752+0000 mon.smithi037 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} removed_ranks: {} 2024-02-18T01:12:11.199 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:10 smithi037 conmon[34912]: cluster 2024-02-18T01:12:09.840195+0000 mon.smithi037 (mon.0) 4 : cluster [DBG] fsmap 2024-02-18T01:12:11.200 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:10 smithi037 conmon[34912]: cluster 2024-02-18T01:12:09.843442+0000 mon.smithi037 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-18T01:12:11.200 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:10 smithi037 conmon[34912]: cluster 2024-02-18T01:12:09.843912+0000 mon.smithi037 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-18T01:12:11.200 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:10 smithi037 conmon[34912]: audit 2024-02-18T01:12:10.384995+0000 mon.smithi037 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.37:0/1483181405' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-18T01:12:11.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:11.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [global] 2024-02-18T01:12:11.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: fsid = a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:11.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [mgr] 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [osd] 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-18T01:12:11.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-18T01:12:12.047 INFO:teuthology.orchestra.run.smithi037.stderr:Generating new minimal ceph.conf... 2024-02-18T01:12:12.249 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:11 smithi037 conmon[34912]: audit 2024-02-18T01:12:11.535025+0000 mon.smithi037 (mon. 2024-02-18T01:12:12.249 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:11 smithi037 conmon[34912]: 0) 8 : audit [INF] from='client.? 172.21.15.37:0/1254085644' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-18T01:12:12.249 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:11 smithi037 conmon[34912]: audit 2024-02-18T01:12 2024-02-18T01:12:12.249 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:11 smithi037 conmon[34912]: :11.537844+0000 mon.smithi037 (mon.0) 9 : audit [INF] from='client.? 172.21.15.37:0/1254085644' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-18T01:12:13.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:12 smithi037 conmon[34912]: audit 2024-02-18T01:12:12.597645+0000 mon.smithi037 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.37:0/2814157096' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:12:13.107 INFO:teuthology.orchestra.run.smithi037.stderr:Restarting the monitor... 2024-02-18T01:12:13.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:13 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for a1bb058a-cdfa-11ee-95ba-87774f69a715... 2024-02-18T01:12:13.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:13 smithi037 bash[35417]: Error: no container with name or ID ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-mon.smithi037 found: no such container 2024-02-18T01:12:13.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:13 smithi037 conmon[34912]: debug 2024-02-18T01:12:13.472+0000 7f45c6398700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi037 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-18T01:12:13.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:13 smithi037 conmon[34912]: debug 2024-02-18T01:12:13.472+0000 7f45c6398700 -1 mon.smithi037@0(leader) e1 *** Got Signal Terminated *** 2024-02-18T01:12:14.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 bash[35534]: 830d89e1cd4b88bf20de1b907852f33bbe13dadeabe65fde3e939f3cee3db30e 2024-02-18T01:12:14.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 systemd[1]: ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi037.service: Succeeded. 2024-02-18T01:12:14.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 systemd[1]: Stopped Ceph mon.smithi037 for a1bb058a-cdfa-11ee-95ba-87774f69a715. 2024-02-18T01:12:14.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 systemd[1]: Starting Ceph mon.smithi037 for a1bb058a-cdfa-11ee-95ba-87774f69a715... 2024-02-18T01:12:14.768 INFO:teuthology.orchestra.run.smithi037.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-18T01:12:15.009 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.753+0000 7f31880c8880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.753+0000 7f31880c8880 0 ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable), process ceph-mon, pid 7 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.753+0000 7f31880c8880 0 pidfile_write: ignore empty --pid-file 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.758+0000 7f31880c8880 0 load: jerasure load: lrc load: isa 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: RocksDB version: 6.8.1 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Compile date Feb 17 2024 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: DB SUMMARY 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: CURRENT file: CURRENT 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-18T01:12:15.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 1, files: 000004.sst 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 000006.log size: 87025 ; 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.error_if_exists: 0 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.create_if_missing: 0 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 bash[35860]: a8b8ae758a214d3042b28e90125c0d94de1f33749795f5c291836b76865d6c1b 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.paranoid_checks: 1 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.env: 0x555b3c9b5080 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.fs: Posix File System 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.info_log: 0x555b3d67dd20 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.statistics: (nil) 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.use_fsync: 0 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_log_file_size: 0 2024-02-18T01:12:15.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.allow_fallocate: 1 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.use_direct_reads: 0 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.db_log_dir: 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi037/store.db 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_subcompactions: 1 2024-02-18T01:12:15.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_background_flushes: -1 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.write_buffer_manager: 0x555b3e2f8450 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-18T01:12:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.unordered_write: 0 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.row_cache: None 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.wal_filter: None 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.preserve_deletes: 0 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.two_write_queues: 0 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.atomic_flush: 0 2024-02-18T01:12:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-18T01:12:15.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-18T01:12:15.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-18T01:12:15.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.log_readahead_size: 0 2024-02-18T01:12:15.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-18T01:12:15.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_background_jobs: 2 2024-02-18T01:12:15.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_background_compactions: -1 2024-02-18T01:12:15.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-18T01:12:15.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-18T01:12:15.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-18T01:12:15.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-18T01:12:15.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.max_open_files: -1 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Compression algorithms supported: 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: kZSTD supported: 0 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: kXpressCompression supported: 0 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: kLZ4Compression supported: 1 2024-02-18T01:12:15.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: kBZip2Compression supported: 0 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: kZlibCompression supported: 1 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: kSnappyCompression supported: 1 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.759+0000 7f31880c8880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000005 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.merge_operator: 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_filter: None 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555b3d627d10) 2024-02-18T01:12:15.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: cache_index_and_filter_blocks: 1 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: pin_top_level_index_and_filter: 1 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: index_type: 0 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: data_block_index_type: 0 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: index_shortening: 1 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: data_block_hash_table_util_ratio: 0.750000 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: hash_index_allow_collision: 1 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: checksum: 1 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: no_block_cache: 0 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: block_cache: 0x555b3d660f10 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: block_cache_name: BinnedLRUCache 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: block_cache_options: 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: capacity : 536870912 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: num_shard_bits : 4 2024-02-18T01:12:15.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: strict_capacity_limit : 0 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: high_pri_pool_ratio: 0.000 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: block_cache_compressed: (nil) 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: persistent_cache: (nil) 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: block_size: 4096 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: block_size_deviation: 10 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: block_restart_interval: 16 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: index_block_restart_interval: 1 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: metadata_block_size: 4096 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: partition_filters: 0 2024-02-18T01:12:15.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: use_delta_encoding: 1 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: whole_key_filtering: 1 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: verify_compression: 0 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: read_amp_bytes_per_bit: 0 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: format_version: 2 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: enable_index_compression: 1 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: block_align: 0 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compression: NoCompression 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-18T01:12:15.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.num_levels: 7 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:12:15.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-18T01:12:15.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-18T01:12:15.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.table_properties_collectors: 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.inplace_update_support: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.bloom_locality: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.max_successive_merges: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-18T01:12:15.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.ttl: 2592000 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.760+0000 7f31880c8880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.761+0000 7f31880c8880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.761+0000 7f31880c8880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.761+0000 7f31880c8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708218734762291, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.761+0000 7f31880c8880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.762+0000 7f31880c8880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.762+0000 7f31880c8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708218734763855, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83734, "table_properties": {"data_size": 82001, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9462, "raw_average_key_size": 47, "raw_value_size": 76556, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708218734, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.762+0000 7f31880c8880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.763+0000 7f31880c8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708218734764639, "job": 1, "event": "recovery_finished"} 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.764+0000 7f31880c8880 4 rocksdb: DB pointer 0x555b3d72b800 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 systemd[1]: Started Ceph mon.smithi037 for a1bb058a-cdfa-11ee-95ba-87774f69a715. 2024-02-18T01:12:15.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.764+0000 7f316eeba700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.764+0000 7f316eeba700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ** DB Stats ** 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ** Compaction Stats [default] ** 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: L0 2/0 83.46 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.7 0.00 0.00 1 0.001 0 0 2024-02-18T01:12:15.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Sum 2/0 83.46 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.7 0.00 0.00 1 0.001 0 0 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.7 0.00 0.00 1 0.001 0 0 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ** Compaction Stats [default] ** 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 77.7 0.00 0.00 1 0.001 0 0 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Cumulative compaction: 0.00 GB write, 16.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:12:15.028 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Interval compaction: 0.00 GB write, 16.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ** Compaction Stats [default] ** 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: L0 2/0 83.46 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.7 0.00 0.00 1 0.001 0 0 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Sum 2/0 83.46 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 77.7 0.00 0.00 1 0.001 0 0 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ** Compaction Stats [default] ** 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:12:15.029 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 77.7 0.00 0.00 1 0.001 0 0 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Cumulative compaction: 0.00 GB write, 16.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.765+0000 7f31880c8880 0 starting mon.smithi037 rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi037 fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.767+0000 7f31880c8880 1 mon.smithi037@-1(???) e1 preinit fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:15.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.767+0000 7f31880c8880 0 mon.smithi037@-1(???).mds e1 new map 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.768+0000 7f31880c8880 0 mon.smithi037@-1(???).mds e1 print_map 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: e1 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: legacy client fscid: -1 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: No filesystems configured 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.768+0000 7f31880c8880 0 mon.smithi037@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.768+0000 7f31880c8880 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.768+0000 7f31880c8880 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.768+0000 7f31880c8880 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: audit 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: 2024-02-18T01:12 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: :12.597645+0000 mon.smithi037 ( 2024-02-18T01:12:15.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: mon.0) 10 : audit [DBG] 2024-02-18T01:12:15.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: from='client.? 172.21.15.37:0/2814157096' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:12:15.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: debug 2024-02-18T01:12:14.768+0000 7f31880c8880 1 mon.smithi037@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-18T01:12:15.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: cluster 2024-02-18T01:12:14.786697+0000 mon.smithi037 (mon.0) 1 : cluster [INF] mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2024-02-18T01:12:15.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: cluster 2024-02-18T01:12:14.786769+0000 mon.smithi037 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} removed_ranks: {} 2024-02-18T01:12:15.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: cluster 2024-02-18T01:12:14.787260+0000 mon.smithi037 (mon.0) 3 : cluster [DBG] fsmap 2024-02-18T01:12:15.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: cluster 2024-02-18T01:12:14.787292+0000 mon.smithi037 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-18T01:12:15.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:14 smithi037 conmon[35901]: cluster 2024-02-18T01:12:14.787814+0000 mon.smithi037 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-18T01:12:15.922 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-18T01:12:15.922 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:12:15.923 INFO:teuthology.orchestra.run.smithi037.stderr:Creating mgr... 2024-02-18T01:12:15.923 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying port 9283 ... 2024-02-18T01:12:16.075 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to reset failed state of unit ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mgr.smithi037.vsmnxk.service: Unit ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mgr.smithi037.vsmnxk.service not loaded. 2024-02-18T01:12:16.082 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715.target.wants/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mgr.smithi037.vsmnxk.service → /etc/systemd/system/ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@.service. 2024-02-18T01:12:16.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:16 smithi037 conmon[35901]: audit 2024-02-18T01:12:15.347838 2024-02-18T01:12:16.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:16 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 6 : audit [INF] from='client.? 172.21.15.37:0/2250596000' entity='client.admin' 2024-02-18T01:12:16.818 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: disabled 2024-02-18T01:12:16.828 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2024-02-18T01:12:16.829 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2024-02-18T01:12:16.829 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to enable service . firewalld.service is not available 2024-02-18T01:12:16.838 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: disabled 2024-02-18T01:12:16.846 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2024-02-18T01:12:16.847 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2024-02-18T01:12:16.847 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-18T01:12:16.847 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr to start... 2024-02-18T01:12:16.847 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr... 2024-02-18T01:12:17.438 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "a1bb058a-cdfa-11ee-95ba-87774f69a715", 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T01:12:17.443 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T01:12:17.444 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T01:12:17.445 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T01:12:17.446 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:17.446 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T01:12:17.447 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:17.447 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T01:12:17.447 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T01:12:17.447 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:17.447 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T01:12:17.447 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": false, 2024-02-18T01:12:17.447 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T01:12:17.447 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2024-02-18T01:12:09.838381+0000", 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T01:12:17.449 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2024-02-18T01:12:17.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:17 smithi037 conmon[35901]: audit 2024-02-18T01:12:17.438424+0000 mon.smithi037 (mon.0) 7 : audit [DBG] 2024-02-18T01:12:17.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:17 smithi037 conmon[35901]: from='client.? 172.21.15.37:0/2742769737' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T01:12:17.955 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (1/15)... 2024-02-18T01:12:20.538 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:20.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2024-02-18T01:12:20.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "a1bb058a-cdfa-11ee-95ba-87774f69a715", 2024-02-18T01:12:20.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2024-02-18T01:12:20.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T01:12:20.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T01:12:20.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T01:12:20.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:20.539 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T01:12:20.540 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T01:12:20.541 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T01:12:20.542 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": false, 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2024-02-18T01:12:09.838381+0000", 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T01:12:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2024-02-18T01:12:20.846 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:20 smithi037 conmon[35901]: audit 2024-02-18T01:12:20.529370+0000 2024-02-18T01:12:20.846 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:20 smithi037 conmon[35901]: mon.smithi037 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.37:0/3286735245' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T01:12:21.050 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (2/15)... 2024-02-18T01:12:23.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: cluster 2024-02-18T01:12:22.978904+0000 mon.smithi037 (mon.0) 9 : 2024-02-18T01:12:23.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: cluster [INF] Activating manager daemon smithi037.vsmnxk 2024-02-18T01:12:23.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: cluster 2024-02-18T01:12:22.981948+0000 mon.smithi037 (mon. 2024-02-18T01:12:23.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: 0) 10 : cluster [DBG] mgrmap e2: smithi037.vsmnxk(active, starting, since 0.00315883s) 2024-02-18T01:12:23.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:12:23.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: :12:22.983064+0000 mon.smithi037 (mon.0) 11 : 2024-02-18T01:12:23.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit [DBG] from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T01:12:23.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024-02-18T01:12: 2024-02-18T01:12:23.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: 22.983198+0000 mon.smithi037 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024-02-18 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: T01:12:22.983314+0000 mon.smithi037 (mon.0) 13 : audit [DBG] 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: 02-18T01:12:22.983438+0000 mon.smithi037 ( 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024-02- 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: 18T01:12:22.983936+0000 mon.smithi037 (mon.0) 15 : audit [DBG] 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi037.vsmnxk", "id": "smithi037.vsmnxk"}]: dispatch 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: cluster 2024-02 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: -18T01:12:22.997716+0000 mon.smithi037 (mon. 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: 0) 16 : cluster [INF] Manager daemon smithi037.vsmnxk is now available 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:12:23.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: -18T01:12:23.010014+0000 mon.smithi037 (mon.0) 17 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: : audit [INF] from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: 2024-02-18T01:12:23.014195+0000 mon.smithi037 (mon 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: .0) 18 : audit [INF] from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.vsmnxk/mirror_snapshot_schedule"}]: dispatch 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: 2024-02-18T01:12:23.017174+0000 mon.smithi037 ( 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.vsmnxk/trash_purge_schedule"}]: dispatch 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024-02- 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: 18T01:12:23.023395+0000 mon.smithi037 (mon.0) 20 : audit 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: [INF] from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: -18T01:12:23.028385+0000 mon.smithi037 (mon. 2024-02-18T01:12:23.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:23 smithi037 conmon[35901]: 0) 21 : audit [INF] from='mgr.14100 172.21.15.37:0/58853299' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "a1bb058a-cdfa-11ee-95ba-87774f69a715", 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2024-02-18T01:12:23.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T01:12:23.625 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T01:12:23.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T01:12:23.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T01:12:23.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T01:12:23.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:23.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T01:12:23.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T01:12:23.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T01:12:23.629 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": false, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T01:12:23.630 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2024-02-18T01:12:09.838381+0000", 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T01:12:23.631 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2024-02-18T01:12:24.171 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (3/15)... 2024-02-18T01:12:24.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:24 smithi037 conmon[35901]: audit 2024-02-18T01:12:23.621356+0000 mon.smithi037 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.37:0/3750709137' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T01:12:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:24 smithi037 conmon[35901]: cluster 2024-02-18T01:12:23.985224+0000 mon.smithi037 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi037.vsmnxk(active, since 1.00643s) 2024-02-18T01:12:26.379 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:26 smithi037 conmon[35901]: cluster 2024-02-18T01:12:25.036745+0000 2024-02-18T01:12:26.379 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:26 smithi037 conmon[35901]: mon.smithi037 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi037.vsmnxk(active, since 2s) 2024-02-18T01:12:26.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:26.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2024-02-18T01:12:26.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "a1bb058a-cdfa-11ee-95ba-87774f69a715", 2024-02-18T01:12:26.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2024-02-18T01:12:26.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-18T01:12:26.934 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2024-02-18T01:12:26.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2024-02-18T01:12:26.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:26.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-18T01:12:26.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2024-02-18T01:12:26.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2024-02-18T01:12:26.935 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:26.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-18T01:12:26.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2024-02-18T01:12:26.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:26.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 12, 2024-02-18T01:12:26.936 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2024-02-18T01:12:26.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:26.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-18T01:12:26.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-18T01:12:26.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:26.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2024-02-18T01:12:26.937 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:26.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-18T01:12:26.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-18T01:12:26.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-18T01:12:26.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-18T01:12:26.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-18T01:12:26.938 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-18T01:12:26.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:26.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2024-02-18T01:12:26.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-18T01:12:26.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-18T01:12:26.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-18T01:12:26.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-18T01:12:26.939 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-18T01:12:26.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-18T01:12:26.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-18T01:12:26.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-18T01:12:26.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:26.940 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2024-02-18T01:12:26.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:26.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-18T01:12:26.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-18T01:12:26.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:26.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-18T01:12:26.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": true, 2024-02-18T01:12:26.941 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-18T01:12:26.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2024-02-18T01:12:26.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2024-02-18T01:12:26.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2024-02-18T01:12:26.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2024-02-18T01:12:26.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2024-02-18T01:12:26.942 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:12:26.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:26.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2024-02-18T01:12:26.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-18T01:12:26.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2024-02-18T01:12:09.838381+0000", 2024-02-18T01:12:26.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2024-02-18T01:12:26.943 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2024-02-18T01:12:26.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-18T01:12:26.944 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2024-02-18T01:12:27.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:27 smithi037 conmon[35901]: audit 2024-02-18T01:12:26.920786+0000 mon.smithi037 (mon. 2024-02-18T01:12:27.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:27 smithi037 conmon[35901]: 0) 25 : audit [DBG] from='client.? 172.21.15.37:0/353125007' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-18T01:12:27.554 INFO:teuthology.orchestra.run.smithi037.stderr:mgr is available 2024-02-18T01:12:28.196 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:28.196 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [global] 2024-02-18T01:12:28.196 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: fsid = a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:28.196 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-18T01:12:28.196 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-18T01:12:28.196 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-18T01:12:28.197 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-18T01:12:28.197 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-18T01:12:28.197 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:28.197 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [mgr] 2024-02-18T01:12:28.197 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-18T01:12:28.197 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2024-02-18T01:12:28.197 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [osd] 2024-02-18T01:12:28.197 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-18T01:12:28.197 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-18T01:12:28.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:28 smithi037 conmon[35901]: audit 2024-02-18T01:12:28.193737+0000 mon.smithi037 (mon. 2024-02-18T01:12:28.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:28 smithi037 conmon[35901]: 0) 26 : audit [INF] from='client.? 172.21.15.37:0/1028649348' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-18T01:12:28.721 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling cephadm module... 2024-02-18T01:12:29.758 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:29 smithi037 conmon[35901]: audit 2024-02-18T01:12:29.433940+0000 mon.smithi037 (mon.0) 27 : audit [INF] from='client.? 172.21.15.37:0/2257895958' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-18T01:12:30.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:30 smithi037 conmon[35901]: audit 2024-02-18T01:12:29.487452+0000 mon.smithi037 (mon.0) 28 2024-02-18T01:12:30.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:30 smithi037 conmon[35901]: : audit [INF] from='client.? 172.21.15.37:0/2257895958' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-18T01:12:30.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:30 smithi037 conmon[35901]: cluster 2024-02-18T01:12:29.487500+0000 mon.smithi037 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi037.vsmnxk(active, since 6s) 2024-02-18T01:12:30.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2024-02-18T01:12:30.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-18T01:12:30.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": true, 2024-02-18T01:12:30.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "active_name": "smithi037.vsmnxk", 2024-02-18T01:12:30.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-18T01:12:30.818 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2024-02-18T01:12:31.345 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for the mgr to restart... 2024-02-18T01:12:31.345 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr epoch 5... 2024-02-18T01:12:31.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:31 smithi037 conmon[35901]: audit 2024-02-18T01:12:30.816391+0000 mon.smithi037 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.37:0/2166364252' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-18T01:12:31.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:31 smithi037 conmon[35901]: 2024-02-18T01:12:36.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: cluster 2024-02-18T01:12:35.609989+0000 mon.smithi037 (mon. 2024-02-18T01:12:36.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: 0) 31 : cluster [INF] Active manager daemon smithi037.vsmnxk restarted 2024-02-18T01:12:36.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: cluster 2024-02-18T01:12:35.610230+0000 mon.smithi037 (mon.0) 32 : cluster [INF] Activating manager daemon smithi037.vsmnxk 2024-02-18T01:12:36.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: cluster 2024-02-18T01:12:35.613081+0000 mon.smithi037 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-18T01:12:36.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: 2024-02-18T01:12:36.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: cluster 2024-02-18T01 2024-02-18T01:12:36.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: :12:35.613195+0000 mon.smithi037 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi037.vsmnxk(active, starting, since 0.00305686s) 2024-02-18T01:12:36.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: audit 2024-02-18T01:12 2024-02-18T01:12:36.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: :35.614237+0000 mon.smithi037 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2024-02-18T01:12:36.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: audit 2024-02-18T01:12: 2024-02-18T01:12:36.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: 35.614877+0000 mon.smithi037 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi037.vsmnxk", "id": "smithi037.vsmnxk"}]: dispatch 2024-02-18T01:12:36.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:12:36.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: :12:35.615837+0000 mon.smithi037 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T01:12:36.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:12:36.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: :12:35.616057+0000 mon.smithi037 (mon.0) 38 : audit [DBG] 2024-02-18T01:12:36.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T01:12:36.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:12:36.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: :12:35.616189+0000 mon.smithi037 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T01:12:36.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: cluster 2024-02-18T01:12:35. 2024-02-18T01:12:36.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: 630671+0000 mon.smithi037 (mon.0) 40 : cluster [INF] Manager daemon smithi037.vsmnxk is now available 2024-02-18T01:12:36.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: audit 2024-02-18T01:12:35 2024-02-18T01:12:36.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:35 smithi037 conmon[35901]: .644941+0000 mon.smithi037 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:36.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2024-02-18T01:12:36.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-18T01:12:36.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "initialized": true 2024-02-18T01:12:36.623 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2024-02-18T01:12:37.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:35.642006+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: .14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: audit 2024-02-18T01:12:35.743828+0000 mon.smithi037 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: audit 2024-02-18T01:12:35.745075+0000 mon.smithi037 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: audit 2024-02-18T01:12:35.746240+0000 mon.smithi037 (mon.0) 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: 44 : audit [DBG] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: :12:35.747981+0000 mon.smithi037 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: audit 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: 2024-02-18T01:12:35.764155+0000 mon.smithi037 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.vsmnxk/mirror_snapshot_schedule"}]: dispatch 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: audit 2024-02-18T01:12:35.767718+0000 mon.smithi037 (mon.0) 47 : audit 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.vsmnxk/trash_purge_schedule"}]: dispatch 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: cluster 2024-02 2024-02-18T01:12:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:36 smithi037 conmon[35901]: -18T01:12:36.615810+0000 mon.smithi037 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi037.vsmnxk(active, since 1.00566s) 2024-02-18T01:12:37.228 INFO:teuthology.orchestra.run.smithi037.stderr:mgr epoch 5 is available 2024-02-18T01:12:37.228 INFO:teuthology.orchestra.run.smithi037.stderr:Setting orchestrator backend to cephadm... 2024-02-18T01:12:38.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:37 smithi037 conmon[35901]: audit 2024-02-18T01:12:36.615139+0000 2024-02-18T01:12:38.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:37 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-18T01:12:38.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:37 smithi037 conmon[35901]: audit 2024-02-18T01:12:36.622306+0000 mgr.smithi037.vsmnxk (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-18T01:12:39.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:38 smithi037 conmon[35901]: cluster 2024-02-18T01:12:37.749067+0000 mon.smithi037 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi037.vsmnxk(active, since 2s) 2024-02-18T01:12:39.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:38 smithi037 conmon[35901]: audit 2024-02-18T01:12:37.919502+0000 mgr.smithi037.vsmnxk (mgr.14118) 4 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:39.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:38 smithi037 conmon[35901]: audit 2024-02-18T01:12:37.924559+0000 mon.smithi037 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:39.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:38 smithi037 conmon[35901]: audit 2024-02-18T01:12:37.974070+0000 mon.smithi037 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:12:39.129 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: value unchanged 2024-02-18T01:12:39.652 INFO:teuthology.orchestra.run.smithi037.stderr:Generating ssh key... 2024-02-18T01:12:40.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:39 smithi037 conmon[35901]: audit 2024-02-18T01:12:39.129503+0000 mgr.smithi037.vsmnxk (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:41.624 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCp07/fZGDC8DJTs910kisAV6tng98/BPBnl17ioLNhRNN25gIt8W2uH7ujAbVR+ppH4hYXwxX4sPOztMHftRsRk9sTbEdPMoOCZrru6yDS+Uccz0R9DdqPbuBRQQNee6rPRuZDJ+GchlnFCH64E/1cdPkECV8qPs3ORUVTrJETK6TcdHPulqJ/lFovcRf01KGo142lb4Zk1IZRy5vuEePsbmcUWsm1wzEYJXTR3rz5yIzbEeCVHzU7kjRMfnEnYo1x0/556jeapqu/q5lfSiHOGsprpLVuxGVwQvufKAEW3QX4hfuSfU/yasoQWTgh9i0fG2+jkoC4IzVZ5iaOK6FkuQpRmhav/xgxC+EYC7prVAHvGy1nW8NsuwFNo8hPvRi7+W/0smIL+lrO81enUe9BaQy0zzFny3WHamkHLKPaSLrbqYwXyVYt02bSQW3ZB46v20NMoBymhg9VsGZqivc5y93UBjzerJsx1L/Yft4qLJ2d9NExDRL66/2Z8eI3SrE= ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:12:41.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:41 smithi037 conmon[35901]: audit 2024-02-18T01:12:40.306397+0000 mgr.smithi037.vsmnxk (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:41.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:41 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:40.306657+0000 mgr.smithi037.vsmnxk (mgr.14118) 7 : cephadm [INF] Generating ssh key... 2024-02-18T01:12:41.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:41 smithi037 conmon[35901]: audit 2024-02-18T01:12:40.470674+0000 mon.smithi037 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:41.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:41 smithi037 conmon[35901]: audit 2024-02-18T01:12:40.472602+0000 mon.smithi037 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:42.128 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-18T01:12:42.128 INFO:teuthology.orchestra.run.smithi037.stderr:Adding key to root@localhost authorized_keys... 2024-02-18T01:12:42.130 INFO:teuthology.orchestra.run.smithi037.stderr:Adding host smithi037... 2024-02-18T01:12:42.874 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:42 smithi037 conmon[35901]: audit 2024-02-18T01:12:41.623367+0000 mgr.smithi037.vsmnxk 2024-02-18T01:12:42.874 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:42 smithi037 conmon[35901]: (mgr.14118) 8 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:43.467 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Added host 'smithi037' with addr '172.21.15.37' 2024-02-18T01:12:44.002 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying mon service with default placement... 2024-02-18T01:12:44.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:44 smithi037 conmon[35901]: audit 2024-02-18T01:12:42.772178+0000 mgr.smithi037.vsmnxk (mgr.14118) 9 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:44.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:44 smithi037 conmon[35901]: audit 2024-02-18T01:12:43.465374+0000 mon.smithi037 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:44.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:44 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:43.465676+0000 mgr.smithi037.vsmnxk (mgr.14118) 10 : cephadm [INF] Added host smithi037 2024-02-18T01:12:44.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:44 smithi037 conmon[35901]: audit 2024-02-18T01:12:43.499876+0000 mon.smithi037 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:12:44.748 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-18T01:12:45.748 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:45 smithi037 conmon[35901]: audit 2024-02-18T01:12:44.744540+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:12:45.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:45 smithi037 conmon[35901]: mgr.14118) 11 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:45.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:45 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:44.745862+0000 mgr.smithi037.vsmnxk (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-18T01:12:45.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:45 smithi037 conmon[35901]: audit 2024-02-18T01:12:44.748439+0000 mon.smithi037 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:45.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:45 smithi037 conmon[35901]: audit 2024-02-18T01:12:45. 2024-02-18T01:12:45.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:45 smithi037 conmon[35901]: 744052+0000 mon.smithi037 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:45.752 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying mgr service with default placement... 2024-02-18T01:12:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-18T01:12:47.268 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying crash service with default placement... 2024-02-18T01:12:47.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:47 smithi037 conmon[35901]: audit 2024-02-18T01:12:46.094893+0000 mon.smithi037 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:47 smithi037 conmon[35901]: audit 2024-02-18T01:12:46.508619+0000 mgr.smithi037.vsmnxk (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:47 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:46.510145+0000 mgr.smithi037.vsmnxk (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-18T01:12:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:47 smithi037 conmon[35901]: audit 2024-02-18T01:12:46.512725+0000 mon.smithi037 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:48.097 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-18T01:12:48.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:48 smithi037 conmon[35901]: audit 2024-02-18T01:12:47.550492+0000 mon.smithi037 (mon 2024-02-18T01:12:48.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:48 smithi037 conmon[35901]: .0) 60 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:48.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:48 smithi037 conmon[35901]: audit 2024-02-18T01:12:48.093668+0000 mgr.smithi037.vsmnxk (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:48.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:48 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:48.094748+0000 mgr.smithi037.vsmnxk (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-18T01:12:48.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:48 smithi037 conmon[35901]: audit 2024-02-18T01:12:48.097281+0000 mon.smithi037 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:49.111 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying prometheus service with default placement... 2024-02-18T01:12:49.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-18T01:12:50.278 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying grafana service with default placement... 2024-02-18T01:12:50.982 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-18T01:12:51.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:50 smithi037 conmon[35901]: audit 2024-02-18T01:12:49.739914+0000 mgr.smithi037.vsmnxk (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:51.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:50 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:49.740857+0000 mgr.smithi037.vsmnxk (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-18T01:12:51.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:50 smithi037 conmon[35901]: audit 2024-02-18T01:12:49.743370+0000 mon.smithi037 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:51.559 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying node-exporter service with default placement... 2024-02-18T01:12:52.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:51 smithi037 conmon[35901]: audit 2024-02-18T01:12:50.977172+0000 mgr.smithi037.vsmnxk (mgr.14118) 19 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:52.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:51 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:50.978050+0000 mgr.smithi037.vsmnxk (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-18T01:12:52.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:51 smithi037 conmon[35901]: audit 2024-02-18T01:12:50.981303+0000 mon.smithi037 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:52.274 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-18T01:12:52.850 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying alertmanager service with default placement... 2024-02-18T01:12:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:53 smithi037 conmon[35901]: audit 2024-02-18T01:12:52.270471+0000 mgr.smithi037.vsmnxk (mgr.14118) 21 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:53 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:52.271425+0000 mgr.smithi037.vsmnxk (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-18T01:12:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:53 smithi037 conmon[35901]: audit 2024-02-18T01:12:52.273892+0000 mon.smithi037 (mon.0) 64 : audit 2024-02-18T01:12:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:53 smithi037 conmon[35901]: [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:53.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-18T01:12:54.982 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:54 smithi037 conmon[35901]: audit 2024-02-18T01:12:53.546143+0000 mgr.smithi037.vsmnxk (mgr.14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:12:54.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:54 smithi037 conmon[35901]: cephadm 2024-02-18T01:12:53.547083+0000 mgr.smithi037.vsmnxk (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-18T01:12:54.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:54 smithi037 conmon[35901]: audit 2024-02-18T01:12:53.549498+0000 mon.smithi037 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.37:0/631986425' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:12:56.166 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:55 smithi037 conmon[35901]: audit 2024-02-18T01:12:54.772006+0000 mon.smithi037 (mon.0) 66 : audit [INF] from='client.? 172.21.15.37:0/1321116277' entity='client.admin' 2024-02-18T01:12:56.533 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling the dashboard module... 2024-02-18T01:12:57.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:56 smithi037 conmon[35901]: cluster 2024-02-18T01:12:55.617149+0000 mgr.smithi037.vsmnxk (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:12:57.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:56 smithi037 conmon[35901]: audit 2024-02-18T01:12:55.974290+0000 mon.smithi037 (mon.0) 67 : audit [INF] from='client.? 172.21.15.37:0/2422785178' entity='client.admin' 2024-02-18T01:12:58.254 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:57 smithi037 conmon[35901]: audit 2024-02-18T01:12:57.255125+0000 mon.smithi037 (mon.0) 68 : audit 2024-02-18T01:12:58.254 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:57 smithi037 conmon[35901]: [INF] from='client.? 172.21.15.37:0/1952719719' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-18T01:12:59.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:58 smithi037 conmon[35901]: audit 2024-02-18T01:12:57.979013+0000 mon.smithi037 (mon.0) 69 : audit [INF] from='client.? 172.21.15.37:0/1952719719' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-18T01:12:59.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:58 smithi037 conmon[35901]: 2024-02-18T01:12:59.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:58 smithi037 conmon[35901]: cluster 2024-02-18T01:12:57.979101+0000 mon.smithi037 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi037.vsmnxk(active, since 22s) 2024-02-18T01:12:59.274 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2024-02-18T01:12:59.274 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-18T01:12:59.274 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": true, 2024-02-18T01:12:59.274 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "active_name": "smithi037.vsmnxk", 2024-02-18T01:12:59.274 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-18T01:12:59.274 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2024-02-18T01:12:59.791 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for the mgr to restart... 2024-02-18T01:12:59.791 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr epoch 9... 2024-02-18T01:13:00.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:59 smithi037 conmon[35901]: audit 2024-02-18T01:12:59 2024-02-18T01:13:00.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:12:59 smithi037 conmon[35901]: .273319+0000 mon.smithi037 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.37:0/4206490024' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-18T01:13:04.348 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: cluster 2024-02-18T01:13:04.101268+0000 mon.smithi037 2024-02-18T01:13:04.348 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: (mon.0) 72 : cluster [INF] Active manager daemon smithi037.vsmnxk restarted 2024-02-18T01:13:04.348 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: cluster 2024-02-18T01:13:04.101515+0000 mon.smithi037 (mon.0) 73 : 2024-02-18T01:13:04.348 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: cluster [INF] Activating manager daemon smithi037.vsmnxk 2024-02-18T01:13:04.348 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: cluster 2024-02-18T01:13: 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: 04.104846+0000 mon.smithi037 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: cluster 2024-02-18T01:13:04.104988+0000 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: mon.smithi037 (mon.0) 75 : cluster [DBG] mgrmap e10: smithi037.vsmnxk(active, starting, since 0.00356909s) 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: audit 2024-02-18T01:13:04.106270+0000 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: mon.smithi037 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: audit 2024-02-18T01:13:04.106893+0000 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: mon.smithi037 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi037.vsmnxk", "id": "smithi037.vsmnxk"}]: dispatch 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: audit 2024-02-18T01:13:04. 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: 107828+0000 mon.smithi037 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: audit 2024-02-18T01:13:04. 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: 108123+0000 mon.smithi037 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: audit 2024-02-18T01:13:04.108377 2024-02-18T01:13:04.349 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T01:13:04.350 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: cluster 2024-02-18T01:13:04.122494+0000 2024-02-18T01:13:04.350 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:04 smithi037 conmon[35901]: mon.smithi037 (mon.0) 81 : cluster [INF] Manager daemon smithi037.vsmnxk is now available 2024-02-18T01:13:05.115 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2024-02-18T01:13:05.116 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-18T01:13:05.116 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "initialized": true 2024-02-18T01:13:05.116 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2024-02-18T01:13:05.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:05 smithi037 conmon[35901]: audit 2024-02-18T01:13:04.231078+0000 mon.smithi037 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:13:05.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:05 smithi037 conmon[35901]: audit 2024-02-18T01:13:04.232681+0000 mon.smithi037 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:13:05.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:05 smithi037 conmon[35901]: audit 2024-02-18T01:13:04.262618+0000 mon.smithi037 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.vsmnxk/mirror_snapshot_schedule"}]: dispatch 2024-02-18T01:13:05.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:05 smithi037 conmon[35901]: audit 2024-02-18T01:13:04.265952+0000 mon.smithi037 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.vsmnxk/trash_purge_schedule"}]: dispatch 2024-02-18T01:13:05.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:05 smithi037 conmon[35901]: cluster 2024-02-18T01:13:05.107097+0000 mon.smithi037 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi037.vsmnxk(active, since 1.00568s) 2024-02-18T01:13:05.998 INFO:teuthology.orchestra.run.smithi037.stderr:mgr epoch 9 is available 2024-02-18T01:13:05.998 INFO:teuthology.orchestra.run.smithi037.stderr:Generating a dashboard self-signed certificate... 2024-02-18T01:13:06.817 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-18T01:13:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:06 smithi037 conmon[35901]: audit 2024-02-18T01:13:05.106822+0000 mgr.smithi037.vsmnxk (mgr.14158 2024-02-18T01:13:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:06 smithi037 conmon[35901]: ) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-18T01:13:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:06 smithi037 conmon[35901]: audit 2024-02-18T01:13:05.114648+0000 mgr.smithi037.vsmnxk (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-18T01:13:07.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:06 smithi037 conmon[35901]: audit 2024-02-18T01:13:05.852497+0000 mon.smithi037 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:07.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:06 smithi037 conmon[35901]: audit 2024-02-18T01:13:06.811468+0000 mon.smithi037 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:07.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:06 smithi037 conmon[35901]: audit 2024-02-18T01:13:06.816523+0000 mon.smithi037 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:07.932 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial admin user... 2024-02-18T01:13:08.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:07 smithi037 conmon[35901]: audit 2024-02-18T01:13:06.697319+0000 mgr.smithi037.vsmnxk (mgr.14158) 3 : 2024-02-18T01:13:08.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:07 smithi037 conmon[35901]: audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:13:08.160 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:07 smithi037 conmon[35901]: cluster 2024-02-18T01:13:06.856433+0000 mon.smithi037 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi037.vsmnxk(active, since 2s) 2024-02-18T01:13:08.899 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$7Og0N4QUuwueAnJ/IJRkP.ovrqcCgvaWo9UwnA89ttuatj1cVGO9O", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708218788, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-18T01:13:09.482 INFO:teuthology.orchestra.run.smithi037.stderr:Fetching dashboard port number... 2024-02-18T01:13:10.154 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 8443 2024-02-18T01:13:10.189 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:09 smithi037 conmon[35901]: audit 2024-02-18T01:13:08.646832+0000 mgr.smithi037.vsmnxk (mgr.14158) 4 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:13:10.189 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:09 smithi037 conmon[35901]: audit 2024-02-18T01:13:08.898915+0000 mon.smithi037 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:10.744 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: disabled 2024-02-18T01:13:10.753 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2024-02-18T01:13:10.754 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld.service is not enabled 2024-02-18T01:13:10.754 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-18T01:13:10.756 INFO:teuthology.orchestra.run.smithi037.stderr:Ceph Dashboard is now available at: 2024-02-18T01:13:10.756 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:10.757 INFO:teuthology.orchestra.run.smithi037.stderr: URL: https://smithi037:8443/ 2024-02-18T01:13:10.757 INFO:teuthology.orchestra.run.smithi037.stderr: User: admin 2024-02-18T01:13:10.757 INFO:teuthology.orchestra.run.smithi037.stderr: Password: 89h8zi7tll 2024-02-18T01:13:10.757 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:10.757 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling autotune for osd_memory_target 2024-02-18T01:13:11.000 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:10 smithi037 conmon[35901]: audit 2024-02-18T01:13:10.154749+0000 mon.smithi037 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.37:0/330185114' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-18T01:13:12.166 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:11 smithi037 conmon[35901]: cluster 2024-02-18T01:13:10.906075+0000 mon.smithi037 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi037.vsmnxk(active, since 6s) 2024-02-18T01:13:12.718 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-18T01:13:13.432 INFO:teuthology.orchestra.run.smithi037.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-18T01:13:13.432 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:13.432 INFO:teuthology.orchestra.run.smithi037.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:13:13.432 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:13.432 INFO:teuthology.orchestra.run.smithi037.stderr:Or, if you are only running a single cluster on this host: 2024-02-18T01:13:13.432 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:13.432 INFO:teuthology.orchestra.run.smithi037.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-18T01:13:13.432 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:13.432 INFO:teuthology.orchestra.run.smithi037.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-18T01:13:13.433 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:13.433 INFO:teuthology.orchestra.run.smithi037.stderr: ceph telemetry on 2024-02-18T01:13:13.433 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:13.433 INFO:teuthology.orchestra.run.smithi037.stderr:For more information see: 2024-02-18T01:13:13.433 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:13.433 INFO:teuthology.orchestra.run.smithi037.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-18T01:13:13.433 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:13:13.433 INFO:teuthology.orchestra.run.smithi037.stderr:Bootstrap complete. 2024-02-18T01:13:13.496 INFO:tasks.cephadm:Fetching config... 2024-02-18T01:13:13.497 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:13:13.497 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-18T01:13:13.518 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-18T01:13:13.518 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:13:13.518 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-18T01:13:13.578 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-18T01:13:13.578 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:13:13.578 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/keyring of=/dev/stdout 2024-02-18T01:13:13.653 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-18T01:13:13.653 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:13:13.653 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-18T01:13:13.718 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-18T01:13:13.719 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCp07/fZGDC8DJTs910kisAV6tng98/BPBnl17ioLNhRNN25gIt8W2uH7ujAbVR+ppH4hYXwxX4sPOztMHftRsRk9sTbEdPMoOCZrru6yDS+Uccz0R9DdqPbuBRQQNee6rPRuZDJ+GchlnFCH64E/1cdPkECV8qPs3ORUVTrJETK6TcdHPulqJ/lFovcRf01KGo142lb4Zk1IZRy5vuEePsbmcUWsm1wzEYJXTR3rz5yIzbEeCVHzU7kjRMfnEnYo1x0/556jeapqu/q5lfSiHOGsprpLVuxGVwQvufKAEW3QX4hfuSfU/yasoQWTgh9i0fG2+jkoC4IzVZ5iaOK6FkuQpRmhav/xgxC+EYC7prVAHvGy1nW8NsuwFNo8hPvRi7+W/0smIL+lrO81enUe9BaQy0zzFny3WHamkHLKPaSLrbqYwXyVYt02bSQW3ZB46v20NMoBymhg9VsGZqivc5y93UBjzerJsx1L/Yft4qLJ2d9NExDRL66/2Z8eI3SrE= ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-18T01:13:13.803 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCp07/fZGDC8DJTs910kisAV6tng98/BPBnl17ioLNhRNN25gIt8W2uH7ujAbVR+ppH4hYXwxX4sPOztMHftRsRk9sTbEdPMoOCZrru6yDS+Uccz0R9DdqPbuBRQQNee6rPRuZDJ+GchlnFCH64E/1cdPkECV8qPs3ORUVTrJETK6TcdHPulqJ/lFovcRf01KGo142lb4Zk1IZRy5vuEePsbmcUWsm1wzEYJXTR3rz5yIzbEeCVHzU7kjRMfnEnYo1x0/556jeapqu/q5lfSiHOGsprpLVuxGVwQvufKAEW3QX4hfuSfU/yasoQWTgh9i0fG2+jkoC4IzVZ5iaOK6FkuQpRmhav/xgxC+EYC7prVAHvGy1nW8NsuwFNo8hPvRi7+W/0smIL+lrO81enUe9BaQy0zzFny3WHamkHLKPaSLrbqYwXyVYt02bSQW3ZB46v20NMoBymhg9VsGZqivc5y93UBjzerJsx1L/Yft4qLJ2d9NExDRL66/2Z8eI3SrE= ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:13:13.818 DEBUG:teuthology.orchestra.run.smithi076:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCp07/fZGDC8DJTs910kisAV6tng98/BPBnl17ioLNhRNN25gIt8W2uH7ujAbVR+ppH4hYXwxX4sPOztMHftRsRk9sTbEdPMoOCZrru6yDS+Uccz0R9DdqPbuBRQQNee6rPRuZDJ+GchlnFCH64E/1cdPkECV8qPs3ORUVTrJETK6TcdHPulqJ/lFovcRf01KGo142lb4Zk1IZRy5vuEePsbmcUWsm1wzEYJXTR3rz5yIzbEeCVHzU7kjRMfnEnYo1x0/556jeapqu/q5lfSiHOGsprpLVuxGVwQvufKAEW3QX4hfuSfU/yasoQWTgh9i0fG2+jkoC4IzVZ5iaOK6FkuQpRmhav/xgxC+EYC7prVAHvGy1nW8NsuwFNo8hPvRi7+W/0smIL+lrO81enUe9BaQy0zzFny3WHamkHLKPaSLrbqYwXyVYt02bSQW3ZB46v20NMoBymhg9VsGZqivc5y93UBjzerJsx1L/Yft4qLJ2d9NExDRL66/2Z8eI3SrE= ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-18T01:13:13.877 INFO:teuthology.orchestra.run.smithi076.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCp07/fZGDC8DJTs910kisAV6tng98/BPBnl17ioLNhRNN25gIt8W2uH7ujAbVR+ppH4hYXwxX4sPOztMHftRsRk9sTbEdPMoOCZrru6yDS+Uccz0R9DdqPbuBRQQNee6rPRuZDJ+GchlnFCH64E/1cdPkECV8qPs3ORUVTrJETK6TcdHPulqJ/lFovcRf01KGo142lb4Zk1IZRy5vuEePsbmcUWsm1wzEYJXTR3rz5yIzbEeCVHzU7kjRMfnEnYo1x0/556jeapqu/q5lfSiHOGsprpLVuxGVwQvufKAEW3QX4hfuSfU/yasoQWTgh9i0fG2+jkoC4IzVZ5iaOK6FkuQpRmhav/xgxC+EYC7prVAHvGy1nW8NsuwFNo8hPvRi7+W/0smIL+lrO81enUe9BaQy0zzFny3WHamkHLKPaSLrbqYwXyVYt02bSQW3ZB46v20NMoBymhg9VsGZqivc5y93UBjzerJsx1L/Yft4qLJ2d9NExDRL66/2Z8eI3SrE= ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:13:13.891 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-18T01:13:14.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:13 smithi037 conmon[35901]: audit 2024-02-18T01:13:12.715876+0000 mon.smithi037 (mon.0) 94 : audit [INF] from='client.? 172.21.15.37:0/3046367330' entity='client.admin' 2024-02-18T01:13:16.987 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-18T01:13:16.987 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-18T01:13:17.688 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:17 smithi037 conmon[35901]: audit 2024-02-18T01:13:16.305118+0000 mon.smithi037 (mon.0) 95 : audit [INF] from='client.? 172.21.15.37:0/1267605368' entity='client.admin' 2024-02-18T01:13:20.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:19 smithi037 conmon[35901]: audit 2024-02-18T01:13:18.571700+0000 mon.smithi037 (mon.0) 96 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:20.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:19 smithi037 conmon[35901]: audit 2024-02-18T01:13:18.962594+0000 mon.smithi037 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:13:20.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:19 smithi037 conmon[35901]: audit 2024-02-18T01:13:18.968536+0000 mon.smithi037 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:20.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:19 smithi037 conmon[35901]: cephadm 2024-02-18T01:13:18.977350+0000 mgr.smithi037.vsmnxk (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi037 on smithi037 2024-02-18T01:13:20.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:19 smithi037 conmon[35901]: audit 2024-02-18T01:13:19.496003+0000 mon.smithi037 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:20.153 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi076 2024-02-18T01:13:20.153 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:13:20.153 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/etc/ceph/ceph.conf 2024-02-18T01:13:20.174 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:13:20.174 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:13:20.234 INFO:tasks.cephadm:Adding host smithi076 to orchestrator... 2024-02-18T01:13:20.234 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch host add smithi076 2024-02-18T01:13:21.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:20 smithi037 conmon[35901]: audit 2024-02-18T01:13:19.493376+0000 mgr.smithi037.vsmnxk (mgr.14158) 2024-02-18T01:13:21.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:20 smithi037 conmon[35901]: 6 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:13:25.193 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:25 smithi037 conmon[35901]: cluster 2024-02-18T01:13:24.109328+0000 mgr.smithi037.vsmnxk (mgr.14158) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:27.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:27 smithi037 conmon[35901]: audit 2024-02-18T01:13:26.001763+0000 mon.smithi037 (mon.0) 2024-02-18T01:13:27.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:27 smithi037 conmon[35901]: 100 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:27.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:27 smithi037 conmon[35901]: audit 2024-02-18T01:13:26.003914+0000 mon.smithi037 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T01:13:27.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:27 smithi037 conmon[35901]: audit 2024-02-18T01:13:26.006478+0000 mon.smithi037 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-18T01:13:27.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:27 smithi037 conmon[35901]: audit 2024-02-18T01:13:26.007228+0000 mon.smithi037 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:13:27.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:27 smithi037 conmon[35901]: cephadm 2024-02-18T01:13:26.007886+0000 mgr.smithi037.vsmnxk (mgr.14158) 8 : cephadm [INF] Deploying daemon crash.smithi037 on smithi037 2024-02-18T01:13:28.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:28 smithi037 conmon[35901]: cluster 2024-02-18T01:13:26.109617+0000 mgr.smithi037.vsmnxk (mgr.14158 2024-02-18T01:13:28.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:28 smithi037 conmon[35901]: ) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:29 smithi037 conmon[35901]: cluster 2024-02-18T01:13:28.109901+0000 mgr.smithi037.vsmnxk (mgr.14158) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:29 smithi037 conmon[35901]: audit 2024-02-18T01:13:28.232495+0000 mon.smithi037 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:29 smithi037 conmon[35901]: audit 2024-02-18T01:13:28.303743+0000 mon.smithi037 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:29 smithi037 conmon[35901]: audit 2024-02-18T01:13:28.305740+0000 mon.smithi037 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:29 smithi037 conmon[35901]: audit 2024-02-18T01:13:28.307909+0000 mon.smithi037 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-18T01:13:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:29 smithi037 conmon[35901]: audit 2024-02-18T01:13:28.308331+0000 mgr.smithi037.vsmnxk (mgr.14158) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-18T01:13:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:29 smithi037 conmon[35901]: audit 2024-02-18T01:13:28.310966+0000 mon.smithi037 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:29 smithi037 conmon[35901]: cephadm 2024-02-18T01:13:28.318880+0000 mgr.smithi037.vsmnxk (mgr.14158) 12 : cephadm [INF] Deploying daemon grafana.smithi037 on smithi037 2024-02-18T01:13:30.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:30 smithi037 conmon[35901]: audit 2024-02-18T01:13:29.263114+0000 mon.smithi037 (mon.0) 109 : audit 2024-02-18T01:13:30.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:30 smithi037 conmon[35901]: [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:31.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:31 smithi037 conmon[35901]: cluster 2024-02-18T01:13:30.110127+0000 mgr.smithi037.vsmnxk (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:33.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:33 smithi037 conmon[35901]: cluster 2024-02-18T01:13:32. 2024-02-18T01:13:33.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:33 smithi037 conmon[35901]: 110378+0000 mgr.smithi037.vsmnxk (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:35.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:35 smithi037 conmon[35901]: cluster 2024-02-18T01:13:34.110724+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:13:35.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:35 smithi037 conmon[35901]: .14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:37.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:37 smithi037 conmon[35901]: cluster 2024-02-18T01:13:36.110952+0000 mgr.smithi037.vsmnxk 2024-02-18T01:13:37.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:37 smithi037 conmon[35901]: (mgr.14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:39.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:39 smithi037 conmon[35901]: cluster 2024-02-18T01:13:38.111232+0000 mgr.smithi037.vsmnxk (mgr.14158) 17 : 2024-02-18T01:13:39.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:39 smithi037 conmon[35901]: cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:41.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:41 smithi037 conmon[35901]: cluster 2024-02-18T01:13:40.111653+0000 mgr.smithi037.vsmnxk (mgr.14158) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:43.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:43 smithi037 conmon[35901]: cluster 2024-02-18T01:13:42.112041+0000 mgr.smithi037.vsmnxk (mgr.14158) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:45.393 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:45 smithi037 conmon[35901]: cluster 2024-02-18T01:13:44.112389+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:13:45.393 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:45 smithi037 conmon[35901]: mgr.14158) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:47.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:47 smithi037 conmon[35901]: cluster 2024-02-18T01:13:46.112663+0000 mgr.smithi037.vsmnxk (mgr.14158) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:47.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:47 smithi037 conmon[35901]: audit 2024-02-18T01:13:46.648084+0000 mon.smithi037 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:47.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:47 smithi037 conmon[35901]: cephadm 2024-02-18 2024-02-18T01:13:47.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:47 smithi037 conmon[35901]: T01:13:46.650427+0000 mgr.smithi037.vsmnxk (mgr.14158) 22 : cephadm 2024-02-18T01:13:47.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:47 smithi037 conmon[35901]: [INF] Deploying daemon node-exporter.smithi037 on smithi037 2024-02-18T01:13:49.891 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:49 smithi037 conmon[35901]: cluster 2024-02-18T01:13:48.113196+0000 mgr.smithi037.vsmnxk (mgr.14158) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:49.891 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:49 smithi037 conmon[35901]: audit 2024-02-18T01:13:49.268406+0000 mon.smithi037 (mon.0) 111 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:51.234 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:51 smithi037 conmon[35901]: cluster 2024-02-18T01:13:50.113500+0000 mgr.smithi037.vsmnxk (mgr.14158) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:13:51.234 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:51 smithi037 conmon[35901]: audit 2024-02-18T01:13:50.207872+0000 mon.smithi037 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:51.234 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:51 smithi037 conmon[35901]: audit 2024-02-18T 2024-02-18T01:13:51.234 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:51 smithi037 conmon[35901]: 01:13:50.210523+0000 mon.smithi037 (mon.0) 113 : audit 2024-02-18T01:13:51.234 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:51 smithi037 conmon[35901]: [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-18T01:13:52.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:52 smithi037 conmon[35901]: audit 2024-02-18T01:13: 2024-02-18T01:13:52.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:52 smithi037 conmon[35901]: 51.210145+0000 mon.smithi037 (mon.0) 114 : audit [INF] from='mgr.14158 172.21.15.37:0/3403735858' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-18T01:13:52.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:52 smithi037 conmon[35901]: cluster 2024 2024-02-18T01:13:52.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:52 smithi037 conmon[35901]: -02-18T01:13:51.210205 2024-02-18T01:13:52.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:52 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 115 2024-02-18T01:13:52.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:52 smithi037 conmon[35901]: : cluster [DBG] mgrmap e14: smithi037.vsmnxk(active, since 47s) 2024-02-18T01:13:57.571 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: cluster 2024-02-18T01:13:57.285809+0000 mon.smithi037 (mon.0) 116 : cluster [INF] Active manager daemon smithi037.vsmnxk restarted 2024-02-18T01:13:57.571 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: cluster 2024-02-18T01:13:57.286067+0000 mon.smithi037 (mon.0) 117 : cluster [INF] Activating manager daemon smithi037.vsmnxk 2024-02-18T01:13:57.571 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: cluster 2024-02-18T01:13:57.289061 2024-02-18T01:13:57.571 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: cluster 2024-02 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: -18T01:13:57.289192+0000 mon.smithi037 (mon 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: .0) 119 : cluster [DBG] mgrmap e15: smithi037.vsmnxk(active, starting, since 0.00322877s) 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: -18T01:13:57.290404+0000 mon.smithi037 (mon 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: .0) 120 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: 02-18T01:13:57.291251+0000 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: mon.smithi037 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi037.vsmnxk", "id": "smithi037.vsmnxk"}]: dispatch 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: audit 2024-02-18T01:13:57 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: .292005+0000 mon.smithi037 (mon.0) 122 : 2024-02-18T01:13:57.572 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: audit 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: 2024-02-18T01:13:57.292190 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 123 : audit [DBG] 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: audit 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: 2024-02-18T01:13: 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: 57.292328+0000 mon.smithi037 (mon.0) 124 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: cluster 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: 2024-02-18T01: 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: 13:57.306713+0000 mon.smithi037 (mon.0) 2024-02-18T01:13:57.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:57 smithi037 conmon[35901]: 125 : cluster [INF] Manager daemon smithi037.vsmnxk is now available 2024-02-18T01:13:58.610 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: audit 2024-02-18T01:13:57.417537+0000 mon.smithi037 (mon.0) 126 : audit 2024-02-18T01:13:58.610 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:13:58.610 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: audit 2024-02-18T01:13:57.418908+0000 mon.smithi037 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:13:58.610 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: audit 2024-02-18T01:13:57.437583+0000 mon.smithi037 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:13:58.610 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: audit 2024-02-18T01:13:57.454843+0000 2024-02-18T01:13:58.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: mon.smithi037 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.vsmnxk/mirror_snapshot_schedule"}]: dispatch 2024-02-18T01:13:58.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: audit 2024-02-18T01:13: 2024-02-18T01:13:58.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: 57.460705+0000 mon.smithi037 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.vsmnxk/trash_purge_schedule"}]: dispatch 2024-02-18T01:13:58.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: cluster 2024-02-18T 2024-02-18T01:13:58.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: 01:13:58.291382+0000 mon.smithi037 (mon.0) 131 : cluster [DBG] 2024-02-18T01:13:58.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:13:58 smithi037 conmon[35901]: mgrmap e16: smithi037.vsmnxk(active, since 1.00542s) 2024-02-18T01:14:00.500 INFO:teuthology.orchestra.run.smithi076.stdout:Added host 'smithi076' with addr '172.21.15.76' 2024-02-18T01:14:00.616 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:00 smithi037 conmon[35901]: cluster 2024-02-18T01:13:59.341749+0000 mon.smithi037 (mon. 2024-02-18T01:14:00.616 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:00 smithi037 conmon[35901]: 0) 132 : cluster [DBG] mgrmap e17: smithi037.vsmnxk(active, since 2s) 2024-02-18T01:14:00.616 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:00 smithi037 conmon[35901]: audit 2024-02-18T01:14:00.616 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:00 smithi037 conmon[35901]: 2024-02-18T01:13:59.863632+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:14:00.616 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:00 smithi037 conmon[35901]: mgr.14182) 1 : audit [DBG] 2024-02-18T01:14:00.617 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:00 smithi037 conmon[35901]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi076", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:14:01.047 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch host ls --format=json 2024-02-18T01:14:01.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: audit 2024-02-18T01:14:00.498691+0000 mon.smithi037 (mon.0) 133 : audit [INF] 2024-02-18T01:14:01.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:01.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:00.499112+0000 mgr.smithi037.vsmnxk (mgr.14182) 2 : cephadm [INF] Added host smithi076 2024-02-18T01:14:01.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: audit 2024-02-18T01:14:00.662193+0000 mon.smithi037 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:01.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: audit 2024-02-18T01:14:01.019459+0000 mon.smithi037 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:14:01.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: audit 2024-02-18T01:14:01.020458+0000 mon.smithi037 (mon.0) 136 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:01.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: audit 2024-02-18T01:14:01.021188+0000 mon.smithi037 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:14:01.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:01.022464+0000 mgr.smithi037.vsmnxk (mgr.14182) 3 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-02-18T01:14:01.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:01.051521+0000 mgr.smithi037.vsmnxk (mgr.14182) 4 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:14:01.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: audit 2024-02-18T01:14:01.094075+0000 mon.smithi037 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:01.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: audit 2024-02-18T01:14:01.096942+0000 mon.smithi037 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:01.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:01 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:01.111422+0000 mgr.smithi037.vsmnxk (mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi037 on smithi037 2024-02-18T01:14:02.634 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:14:02.634 INFO:teuthology.orchestra.run.smithi076.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.76", "hostname": "smithi076", "labels": [], "status": ""}] 2024-02-18T01:14:03.181 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-18T01:14:03.182 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd crush tunables default 2024-02-18T01:14:03.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:03 smithi037 conmon[35901]: audit 2024-02-18T01:14:02. 2024-02-18T01:14:03.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:03 smithi037 conmon[35901]: 632455+0000 mgr.smithi037.vsmnxk (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:14:10.557 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2024-02-18T01:14:10.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:10 smithi037 conmon[35901]: audit 2024-02-18T01:14:10.501430+0000 mon.smithi037 (mon.0) 140 : audit [INF] from='client.? 172.21.15.37:0/411422314' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-18T01:14:11.669 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:11 smithi037 conmon[35901]: audit 2024-02-18T01:14:10.554172+0000 mon.smithi037 (mon. 2024-02-18T01:14:11.669 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:11 smithi037 conmon[35901]: 0) 141 : audit [INF] from='client.? 172.21.15.37:0/411422314' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-18T01:14:11.669 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:11 smithi037 conmon[35901]: cluster 2024-02-18T01:14:10.554224+0000 mon.smithi037 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-18T01:14:11.723 INFO:tasks.cephadm:Adding mon.smithi037 on smithi037 2024-02-18T01:14:11.723 INFO:tasks.cephadm:Adding mon.smithi076 on smithi076 2024-02-18T01:14:11.723 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch apply mon '2;smithi037:172.21.15.37=smithi037;smithi076:172.21.15.76=smithi076' 2024-02-18T01:14:13.358 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled mon update... 2024-02-18T01:14:13.877 DEBUG:teuthology.orchestra.run.smithi076:mon.smithi076> sudo journalctl -f -n 0 -u ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi076.service 2024-02-18T01:14:13.879 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T01:14:13.879 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T01:14:13.909 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:-- Logs begin at Sun 2024-02-18 00:58:50 UTC. -- 2024-02-18T01:14:14.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:14 smithi037 conmon[35901]: audit 2024-02-18T01:14:13.352767+0000 mgr.smithi037.vsmnxk (mgr.14182) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi037:172.21.15.37=smithi037;smithi076:172.21.15.76=smithi076", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:14:14.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:14 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:13.354941+0000 mgr.smithi037.vsmnxk (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=smithi037;smithi076:172.21.15.76=smithi076;count:2 2024-02-18T01:14:14.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:14 smithi037 conmon[35901]: audit 2024-02-18T01:14:13.358024+0000 mon.smithi037 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:14.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:14 smithi037 conmon[35901]: audit 2024-02-18T01:14:13.654818+0000 mon.smithi037 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:14.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:14 smithi037 conmon[35901]: audit 2024-02-18T01:14:13.656013+0000 mon.smithi037 (mon.0) 145 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:14:14.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:14 smithi037 conmon[35901]: audit 2024-02-18T01:14:14.152969+0000 mon.smithi037 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:15.696 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:14:15.696 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":1,"fsid":"a1bb058a-cdfa-11ee-95ba-87774f69a715","modified":"2024-02-18T01:12:07.060648Z","created":"2024-02-18T01:12:07.060648Z","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":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T01:14:15.697 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 1 2024-02-18T01:14:16.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:16 smithi037 conmon[35901]: audit 2024-02-18T01:14:15.026096+0000 mon.smithi037 2024-02-18T01:14:16.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:16 smithi037 conmon[35901]: (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:16.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:16 smithi037 conmon[35901]: audit 2024-02-18T01:14:15.695872+0000 mon.smithi037 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.76:0/954088454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:14:17.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T01:14:17.614 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T01:14:18.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:17 smithi037 conmon[35901]: audit 2024-02-18T01:14:16.787882+0000 mon.smithi037 (mon.0) 149 : audit 2024-02-18T01:14:18.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:17 smithi037 conmon[35901]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:18.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:17 smithi037 conmon[35901]: audit 2024-02-18T01:14:17.446981+0000 2024-02-18T01:14:18.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:17 smithi037 conmon[35901]: mon.smithi037 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:19.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:18 smithi037 conmon[35901]: cluster 2024-02-18T01:14:17.293448+0000 mgr.smithi037.vsmnxk (mgr.14182) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:19.865 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:14:19.865 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":1,"fsid":"a1bb058a-cdfa-11ee-95ba-87774f69a715","modified":"2024-02-18T01:12:07.060648Z","created":"2024-02-18T01:12:07.060648Z","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":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T01:14:19.866 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 1 2024-02-18T01:14:20.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:20 smithi037 conmon[35901]: audit 2024-02-18T01:14:19.141497+0000 mon.smithi037 (mon.0) 151 : audit [INF] 2024-02-18T01:14:20.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:20 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:20.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:20 smithi037 conmon[35901]: audit 2024-02-18T01:14:19.864693+0000 mon.smithi037 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.76:0/4237436653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:14:21.409 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T01:14:21.410 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T01:14:21.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: cluster 2024-02-18T01:14:19.293799+0000 mgr.smithi037.vsmnxk (mgr.14182) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:21.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit 2024-02-18T01:14:20.248035+0000 mon.smithi037 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:21.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:14:21.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: -18T01:14:20.248860+0000 mon.smithi037 (mon.0) 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: 154 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit 2024 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: -02-18T01:14:20.250034+0000 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: mon.smithi037 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: 2024-02-18T01:14:20. 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: 250972+0000 mon.smithi037 (mon.0) 156 : audit 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: 2024-02-18T01:14:20. 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: 252455+0000 mgr.smithi037.vsmnxk (mgr.14182) 11 : 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit 2024 2024-02-18T01:14:21.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: -02-18T01:14:20.349472+0000 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: mon.smithi037 (mon.0) 157 : audit [INF] 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: 02-18T01:14:20.352581 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 158 : audit 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit 2024 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: -02-18T01:14:20.354442+0000 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: mon.smithi037 (mon.0) 159 : audit [INF] 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit 2024 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: -02-18T01:14:20.356660 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 160 : audit [INF] 2024-02-18T01:14:21.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-18T01:14:21.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit 2024-02-18T01:14:21.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: 2024-02-18T01:14:20. 2024-02-18T01:14:21.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: 357510+0000 mon.smithi037 (mon.0) 161 : 2024-02-18T01:14:21.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:21 smithi037 conmon[35901]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:22.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:22 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:20.289631+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:14:22.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:22 smithi037 conmon[35901]: 12 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:14:22.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:22 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:20.358280+0000 2024-02-18T01:14:22.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:22 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 13 : cephadm [INF] Deploying daemon crash.smithi076 on smithi076 2024-02-18T01:14:23.336 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:14:23.337 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":1,"fsid":"a1bb058a-cdfa-11ee-95ba-87774f69a715","modified":"2024-02-18T01:12:07.060648Z","created":"2024-02-18T01:12:07.060648Z","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":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T01:14:23.338 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 1 2024-02-18T01:14:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:23 smithi037 conmon[35901]: cluster 2024-02-18T01:14:21.294178+0000 mgr.smithi037.vsmnxk (mgr.14182) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:24.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: audit 2024-02-18T01:14:23.335993+0000 mon.smithi037 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.76:0/1305358753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:14:24.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: audit 2024-02-18T01:14:23.339863+0000 mon.smithi037 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:24.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: audit 2024 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: -02-18T01:14:23.342334+0000 mon.smithi037 (mon. 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: 0) 164 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.pfsdmw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: 02-18T01:14:23.345425+0000 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: mon.smithi037 (mon.0) 165 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.pfsdmw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: 02-18T01:14:23.346344 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 166 : audit 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: 02-18T01:14:23.347412+0000 2024-02-18T01:14:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: mon.smithi037 (mon.0) 167 : audit [DBG] 2024-02-18T01:14:24.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:24 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:24.828 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T01:14:24.828 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T01:14:25.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:25 smithi037 conmon[35901]: cluster 2024-02-18T01:14:23.294455+0000 mgr.smithi037.vsmnxk (mgr.14182) 15 : cluster [DBG] 2024-02-18T01:14:25.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:25 smithi037 conmon[35901]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:25.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:25 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:23.348210+0000 mgr.smithi037.vsmnxk (mgr.14182) 16 : cephadm [INF] Deploying daemon mgr.smithi076.pfsdmw on smithi076 2024-02-18T01:14:26.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: cluster 2024-02-18T01:14:25.294846+0000 mgr.smithi037.vsmnxk (mgr.14182) 17 : cluster 2024-02-18T01:14:26.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:26.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: audit 2024-02-18T01:14:25.445007+0000 mon.smithi037 (mon.0) 168 2024-02-18T01:14:26.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:26.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: audit 2024-02-18T01:14:25.447246+0000 2024-02-18T01:14:26.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: mon.smithi037 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T01:14:26.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: audit 2024-02- 2024-02-18T01:14:26.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: 18T01:14:25.448137+0000 mon.smithi037 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:26.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: cephadm 2024-02-18 2024-02-18T01:14:26.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:26 smithi037 conmon[35901]: T01:14:25.448911+0000 mgr.smithi037.vsmnxk (mgr.14182) 18 : cephadm [INF] Deploying daemon mon.smithi076 on smithi076 2024-02-18T01:14:26.841 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:14:26.841 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":1,"fsid":"a1bb058a-cdfa-11ee-95ba-87774f69a715","modified":"2024-02-18T01:12:07.060648Z","created":"2024-02-18T01:12:07.060648Z","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":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-18T01:14:26.843 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 1 2024-02-18T01:14:27.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:27 smithi037 conmon[35901]: audit 2024-02-18T01:14:26.841241+0000 mon.smithi037 (mon.0) 171 2024-02-18T01:14:27.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:27 smithi037 conmon[35901]: : audit [DBG] from='client.? 172.21.15.76:0/513249051' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:14:28.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-18T01:14:28.627 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph mon dump -f json 2024-02-18T01:14:28.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:28 smithi037 conmon[35901]: cluster 2024-02-18T01:14:27.295316+0000 mgr.smithi037.vsmnxk (mgr.14182) 19 : 2024-02-18T01:14:28.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:28 smithi037 conmon[35901]: cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:28.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:28 smithi037 conmon[35901]: audit 2024-02-18T01:14:27.454664 2024-02-18T01:14:28.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:28 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 172 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:28.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:28 smithi076 systemd[1]: Starting Ceph mon.smithi076 for a1bb058a-cdfa-11ee-95ba-87774f69a715... 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.503+0000 7f2fb8207880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.503+0000 7f2fb8207880 0 ceph version 16.2.14-548-g81bd20d6 (81bd20d634209c7cb82c18be12b4b5a05643ebf1) pacific (stable), process ceph-mon, pid 7 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.503+0000 7f2fb8207880 0 pidfile_write: ignore empty --pid-file 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 0 load: jerasure load: lrc load: isa 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: RocksDB version: 6.8.1 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Compile date Feb 17 2024 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: DB SUMMARY 2024-02-18T01:14:29.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: CURRENT file: CURRENT 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi076/store.db dir, Total Num: 0, files: 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi076/store.db: 000003.log size: 511 ; 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.error_if_exists: 0 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.create_if_missing: 0 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.paranoid_checks: 1 2024-02-18T01:14:29.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.env: 0x564aae0b4080 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.fs: Posix File System 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.info_log: 0x564aaef35d20 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.statistics: (nil) 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.use_fsync: 0 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_log_file_size: 0 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.allow_fallocate: 1 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-18T01:14:29.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.use_direct_reads: 0 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.db_log_dir: 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi076/store.db 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_subcompactions: 1 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_background_flushes: -1 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-18T01:14:29.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.write_buffer_manager: 0x564aafbb0450 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-18T01:14:29.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.unordered_write: 0 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.row_cache: None 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.wal_filter: None 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-18T01:14:29.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.preserve_deletes: 0 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.two_write_queues: 0 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.atomic_flush: 0 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.log_readahead_size: 0 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_background_jobs: 2 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_background_compactions: -1 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-18T01:14:29.643 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.max_open_files: -1 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Compression algorithms supported: 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: kZSTD supported: 0 2024-02-18T01:14:29.644 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: kXpressCompression supported: 0 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: kLZ4Compression supported: 1 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: kBZip2Compression supported: 0 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: kZlibCompression supported: 1 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: kSnappyCompression supported: 1 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.508+0000 7f2fb8207880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi076/store.db/MANIFEST-000001 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.merge_operator: 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_filter: None 2024-02-18T01:14:29.645 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564aaeedfd10) 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: cache_index_and_filter_blocks: 1 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: pin_top_level_index_and_filter: 1 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: index_type: 0 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: data_block_index_type: 0 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: index_shortening: 1 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: data_block_hash_table_util_ratio: 0.750000 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: hash_index_allow_collision: 1 2024-02-18T01:14:29.646 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: checksum: 1 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: no_block_cache: 0 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: block_cache: 0x564aaef18f10 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: block_cache_name: BinnedLRUCache 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: block_cache_options: 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: capacity : 536870912 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: num_shard_bits : 4 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: strict_capacity_limit : 0 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: high_pri_pool_ratio: 0.000 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: block_cache_compressed: (nil) 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: persistent_cache: (nil) 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: block_size: 4096 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: block_size_deviation: 10 2024-02-18T01:14:29.647 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: block_restart_interval: 16 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: index_block_restart_interval: 1 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: metadata_block_size: 4096 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: partition_filters: 0 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: use_delta_encoding: 1 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: whole_key_filtering: 1 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: verify_compression: 0 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: read_amp_bytes_per_bit: 0 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: format_version: 2 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: enable_index_compression: 1 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: block_align: 0 2024-02-18T01:14:29.648 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.649 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-18T01:14:29.649 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-18T01:14:29.649 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compression: NoCompression 2024-02-18T01:14:29.649 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-18T01:14:29.649 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-18T01:14:29.649 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-18T01:14:29.649 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.num_levels: 7 2024-02-18T01:14:29.649 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-18T01:14:29.649 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-18T01:14:29.650 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-18T01:14:29.650 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-18T01:14:29.650 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-18T01:14:29.650 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-18T01:14:29.650 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-18T01:14:29.651 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-18T01:14:29.652 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.table_properties_collectors: 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.inplace_update_support: 0 2024-02-18T01:14:29.653 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.bloom_locality: 0 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.max_successive_merges: 0 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.ttl: 2592000 2024-02-18T01:14:29.654 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi076/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708218869510734, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.509+0000 7f2fb8207880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.510+0000 7f2fb8207880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708218869511227, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1708218869, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.510+0000 7f2fb8207880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.510+0000 7f2fb8207880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708218869511611, "job": 1, "event": "recovery_finished"} 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.511+0000 7f2fb8207880 4 rocksdb: DB pointer 0x564aaefe3800 2024-02-18T01:14:29.655 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.511+0000 7f2f9eff9700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.511+0000 7f2f9eff9700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ** DB Stats ** 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ** Compaction Stats [default] ** 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:14:29.656 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ** Compaction Stats [default] ** 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:14:29.657 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Interval compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ** Compaction Stats [default] ** 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-18T01:14:29.658 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ** Compaction Stats [default] ** 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: AddFile(Total Files): cumulative 0, interval 0 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: AddFile(Keys): cumulative 0, interval 0 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-18T01:14:29.659 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: ** File Read Latency Histogram By Level [default] ** 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.511+0000 7f2fb8207880 0 mon.smithi076 does not exist in monmap, will attempt to join an existing cluster 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.511+0000 7f2fb8207880 0 using public_addr v2:172.21.15.76:0/0 -> [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.512+0000 7f2fb8207880 0 starting mon.smithi076 rank -1 at public addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] at bind addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi076 fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.513+0000 7f2fb8207880 1 mon.smithi076@-1(???) e0 preinit fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 bash[41467]: 3fb4e912664bd2cc141666baa277ce3ebc0894d129f05e5bb1ff73f4dd264cb0 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 systemd[1]: Started Ceph mon.smithi076 for a1bb058a-cdfa-11ee-95ba-87774f69a715. 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.541+0000 7f2fa17fe700 0 mon.smithi076@-1(synchronizing).mds e1 new map 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.541+0000 7f2fa17fe700 0 mon.smithi076@-1(synchronizing).mds e1 print_map 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: e1 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-18T01:14:29.660 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: legacy client fscid: -1 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: No filesystems configured 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.541+0000 7f2fa17fe700 1 mon.smithi076@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 1 mon.smithi076@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 1 mon.smithi076@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 1 mon.smithi076@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 1 mon.smithi076@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 1 mon.smithi076@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 1 mon.smithi076@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 0 mon.smithi076@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 0 mon.smithi076@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:14:29.661 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 0 mon.smithi076@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:14:29.662 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 0 mon.smithi076@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-18T01:14:29.662 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: cluster 2024-02-18T01:14:29.662 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:27.295316 2024-02-18T01:14:29.662 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 19 : cluster 2024-02-18T01:14:29.662 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:29.662 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: audit 2024-02-18T01:14:29.662 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: 2024-02-18T01:14:27.454664+0000 mon.smithi037 ( 2024-02-18T01:14:29.662 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: mon.0) 172 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:29.662 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:29 smithi076 conmon[41576]: debug 2024-02-18T01:14:29.542+0000 7f2fa17fe700 1 mon.smithi076@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-18T01:14:34.935 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02-18T01:14:29.295644+0000 mgr.smithi037.vsmnxk (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02-18T01:14:29.553277+0000 mon.smithi037 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02-18T01:14:29.553456+0000 mon.smithi037 (mon.0) 175 : audit 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02-18T01:14:29.553604+0000 mon.smithi037 (mon.0) 176 : cluster [INF] mon.smithi037 calling monitor election 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02-18T01: 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: 14:30.547190+0000 mon.smithi037 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02-18T01:14:31 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: .018990+0000 mon.smithi037 (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.76:0/2032576508' entity='mgr.smithi076.pfsdmw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi076.pfsdmw/crt"}]: dispatch 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02-18T01 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: :14:31.296050+0000 mgr.smithi037.vsmnxk (mgr.14182) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02-18T 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: 01:14:31.547602+0000 mon.smithi037 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:34.936 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: -18T01:14:31.548797+0000 mon.smithi076 (mon.1) 1 : cluster [INF] mon.smithi076 calling monitor election 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: -18T01:14:32.547457+0000 mon.smithi037 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02-18T 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: 01:14:33.296407+0000 mgr.smithi037.vsmnxk (mgr.14182) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: 18T01:14:33.547803+0000 mon.smithi037 (mon.0) 181 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: -02-18T01:14:34.548133+0000 mon.smithi037 (mon.0) 182 : audit [DBG] 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: -02-18T01:14:34.583110+0000 mon.smithi037 (mon.0) 183 : cluster [INF] mon.smithi037 is new leader, mons smithi037,smithi076 in quorum (ranks 0,1) 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02-18T01:14:34.587821+0000 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: mon.smithi037 (mon.0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],smithi076=[v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0]} removed_ranks: {} 2024-02-18T01:14:34.937 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02-18T01:14:34.600635+0000 mon.smithi037 (mon.0 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: ) 185 : cluster [DBG] fsmap 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: -18T01:14:34.600689+0000 mon.smithi037 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02-18 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: T01:14:34.600944+0000 mon.smithi037 (mon.0) 187 : cluster [DBG] mgrmap e17: smithi037.vsmnxk(active, since 37s) 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: -18T01:14:34.601087+0000 mon.smithi037 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: cluster 2024-02-18T01:14:34.601834 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi076.pfsdmw started 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02-18T01:14:34. 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: 603085+0000 mon.smithi037 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.76:0/2032576508' entity='mgr.smithi076.pfsdmw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: 18T01:14:34.606055+0000 mon.smithi037 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:34.938 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024 2024-02-18T01:14:34.939 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: -02-18T01:14:34.606293+0000 mon.smithi037 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.76:0/2032576508' entity='mgr.smithi076.pfsdmw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi076.pfsdmw/key"}]: dispatch 2024-02-18T01:14:34.939 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: audit 2024-02-18T01:14:34.606836 2024-02-18T01:14:34.939 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:34 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.76:0/2032576508' entity='mgr.smithi076.pfsdmw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-18T01:14:35.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02-18T01:14:29.295644+0000 mgr.smithi037.vsmnxk (mgr.14182) 20 : cluster [DBG] 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02-18T01:14:29.553277+0000 mon.smithi037 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02-18T01:14:29.553456+0000 mon.smithi037 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02-18T01:14:29.553604+0000 mon.smithi037 (mon.0) 176 : cluster [INF] mon.smithi037 calling monitor election 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02-18T01:14:30.547190+0000 mon.smithi037 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02-18T01:14:31.018990+0000 mon.smithi037 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: (mon.0) 178 : audit [DBG] from='mgr.? 172.21.15.76:0/2032576508' entity='mgr.smithi076.pfsdmw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi076.pfsdmw/crt"}]: dispatch 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 2024-02-18T01:14:31.296050+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:35.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: -18T01:14:31.547602+0000 mon.smithi037 (mon.0) 179 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02-18 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: T01:14:31.548797+0000 mon.smithi076 (mon.1) 1 : cluster [INF] mon.smithi076 calling monitor election 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02-18 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: T01:14:32.547457+0000 mon.smithi037 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02- 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 18T01:14:33.296407+0000 mgr.smithi037.vsmnxk (mgr.14182) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: -18T01:14:33.547803+0000 mon.smithi037 (mon.0) 181 : audit [DBG] 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02-18T01:14: 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 34.548133+0000 mon.smithi037 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02-18T01 2024-02-18T01:14:35.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: :14:34.583110+0000 mon.smithi037 (mon.0) 183 : cluster 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: [INF] mon.smithi037 is new leader, mons smithi037,smithi076 in quorum (ranks 0,1) 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 2024-02-18T01:14:34.587821+0000 mon.smithi037 (mon 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: .0) 184 : cluster [DBG] monmap e2: 2 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],smithi076=[v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0]} removed_ranks: {} 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02-18T01: 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 14:34.600635+0000 mon.smithi037 (mon.0) 185 : cluster [DBG] fsmap 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: -18T01:14:34.600689+0000 mon.smithi037 (mon.0) 186 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02-18T01 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: :14:34.600944+0000 mon.smithi037 (mon.0) 187 : cluster 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: [DBG] mgrmap e17: smithi037.vsmnxk(active, since 37s) 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024- 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 02-18T01:14:34.601087+0000 mon.smithi037 (mon.0) 2024-02-18T01:14:35.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 188 : cluster [INF] overall HEALTH_OK 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: cluster 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 2024-02-18T01:14:34.601834+0000 mon.smithi037 (mon.0) 189 : cluster [DBG] 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: Standby manager daemon smithi076.pfsdmw started 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: -18T01:14:34.603085+0000 mon.smithi037 (mon.0) 190 : audit 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: [DBG] from='mgr.? 172.21.15.76:0/2032576508' entity='mgr.smithi076.pfsdmw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02-18T01:14: 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 34.606055+0000 mon.smithi037 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02-18T01:14: 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: 34.606293+0000 mon.smithi037 (mon.0) 192 : audit [DBG] 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: from='mgr.? 172.21.15.76:0/2032576508' entity='mgr.smithi076.pfsdmw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi076.pfsdmw/key"}]: dispatch 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: :14:34.606836+0000 mon.smithi037 (mon.0) 193 : audit 2024-02-18T01:14:35.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:34 smithi037 conmon[35901]: [DBG] from='mgr.? 172.21.15.76:0/2032576508' entity='mgr.smithi076.pfsdmw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-18T01:14:35.180 INFO:teuthology.orchestra.run.smithi076.stdout: 2024-02-18T01:14:35.180 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":2,"fsid":"a1bb058a-cdfa-11ee-95ba-87774f69a715","modified":"2024-02-18T01:14:29.547598Z","created":"2024-02-18T01:12:07.060648Z","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":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi076","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-18T01:14:35.182 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 2 2024-02-18T01:14:35.717 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-18T01:14:35.717 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph config generate-minimal-conf 2024-02-18T01:14:36.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:34.607980+0000 mgr.smithi037.vsmnxk (mgr.14182) 23 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2024-02-18T01:14:36.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: cluster 2024-02-18T01:14:34.664171+0000 mon.smithi037 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi037.vsmnxk(active, since 37s), standbys: smithi076.pfsdmw 2024-02-18T01:14:36.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: audit 2024-02-18T01:14:34.664349+0000 mon.smithi037 (mon.0) 195 : audit 2024-02-18T01:14:36.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi076.pfsdmw", "id": "smithi076.pfsdmw"}]: dispatch 2024-02-18T01:14:36.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: audit 2024-02-18 2024-02-18T01:14:36.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: T01:14:35.179866+0000 mon.smithi037 (mon.0) 196 : 2024-02-18T01:14:36.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: audit [DBG] from='client.? 172.21.15.76:0/3218817888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:14:36.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: audit 2024 2024-02-18T01:14:36.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: -02-18T01:14:35.547911+0000 mon.smithi037 (mon.0 2024-02-18T01:14:36.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:35 smithi037 conmon[35901]: ) 197 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:36.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:35 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:34.607980+0000 2024-02-18T01:14:36.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:35 smithi076 conmon[41576]: mgr.smithi037.vsmnxk (mgr.14182) 23 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2024-02-18T01:14:36.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:35 smithi076 conmon[41576]: cluster 2024-02-18T01:14:34.664171+0000 mon.smithi037 (mon.0) 194 : cluster [DBG] mgrmap e18: smithi037.vsmnxk(active, since 37s), standbys: smithi076.pfsdmw 2024-02-18T01:14:36.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:35 smithi076 conmon[41576]: audit 2024-02-18T01:14:34.664349+0000 mon.smithi037 (mon.0) 195 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr metadata", "who": "smithi076.pfsdmw", "id": "smithi076.pfsdmw"}]: dispatch 2024-02-18T01:14:36.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:35 smithi076 conmon[41576]: audit 2024-02-18T01:14:35.179866+0000 mon.smithi037 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.76:0/3218817888' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-18T01:14:36.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:35 smithi076 conmon[41576]: audit 2024-02-18T01:14:35.547911+0000 mon.smithi037 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2024-02-18T01:14:37.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:36 smithi037 conmon[35901]: cluster 2024-02-18T01:14:35.296714+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:14:37.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:36 smithi037 conmon[35901]: .14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:37.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:36 smithi076 conmon[41576]: cluster 2024-02-18T01:14:35.296714+0000 mgr.smithi037.vsmnxk (mgr.14182) 24 : cluster 2024-02-18T01:14:37.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:36 smithi076 conmon[41576]: [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:37.827 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:14:37.827 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2024-02-18T01:14:37.827 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = a1bb058a-cdfa-11ee-95ba-87774f69a715 2024-02-18T01:14:37.827 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] 2024-02-18T01:14:38.451 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-18T01:14:38.451 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:14:38.451 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2024-02-18T01:14:38.490 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:14:38.490 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:14:38.565 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:14:38.565 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.conf 2024-02-18T01:14:38.600 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:14:38.600 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-18T01:14:38.668 INFO:tasks.cephadm:Deploying OSDs... 2024-02-18T01:14:38.668 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:14:38.668 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:14:38.691 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T01:14:38.691 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme1n1 2024-02-18T01:14:38.754 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme1n1 2024-02-18T01:14:38.754 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:14:38.754 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 208176 Links: 1 Device type: 103,1 2024-02-18T01:14:38.754 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:14:38.754 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:14:38.754 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-02-18 01:13:16.849057892 +0000 2024-02-18T01:14:38.754 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-02-18 01:11:20.935622977 +0000 2024-02-18T01:14:38.755 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-02-18 01:11:20.935622977 +0000 2024-02-18T01:14:38.755 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-02-18T01:14:38.755 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-18T01:14:38.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:38 smithi037 conmon[35901]: cluster 2024-02-18T01:14:37.297104+0000 mgr.smithi037.vsmnxk (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:38.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:38 smithi037 conmon[35901]: audit 2024-02-18T01:14:37.460605+0000 mon.smithi037 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:38.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:38 smithi037 conmon[35901]: audit 2024-02-18T01:14:37.827710+0000 mon.smithi037 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.37:0/3520969396' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:38.797 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-02-18T01:14:38.798 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-02-18T01:14:38.798 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000286401 s, 1.8 MB/s 2024-02-18T01:14:38.799 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-18T01:14:38.865 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme2n1 2024-02-18T01:14:38.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:38 smithi076 conmon[41576]: cluster 2024-02-18T01:14:37.297104+0000 mgr.smithi037.vsmnxk (mgr.14182) 25 : cluster 2024-02-18T01:14:38.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:38 smithi076 conmon[41576]: [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:38.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:38 smithi076 conmon[41576]: audit 2024-02-18T01:14:37.460605+0000 mon.smithi037 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:38.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:38 smithi076 conmon[41576]: audit 2024-02-18T01:14:37.827710+0000 mon.smithi037 (mon.0) 199 : audit [DBG] 2024-02-18T01:14:38.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:38 smithi076 conmon[41576]: from='client.? 172.21.15.37:0/3520969396' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:38.927 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme2n1 2024-02-18T01:14:38.927 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:14:38.927 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 209084 Links: 1 Device type: 103,2 2024-02-18T01:14:38.927 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:14:38.928 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:14:38.928 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-02-18 01:13:16.862057720 +0000 2024-02-18T01:14:38.928 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-02-18 01:11:21.100620747 +0000 2024-02-18T01:14:38.928 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-02-18 01:11:21.100620747 +0000 2024-02-18T01:14:38.928 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-02-18T01:14:38.928 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-18T01:14:39.000 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-02-18T01:14:39.000 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-02-18T01:14:39.000 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000292766 s, 1.7 MB/s 2024-02-18T01:14:39.002 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-18T01:14:39.066 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme3n1 2024-02-18T01:14:39.129 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme3n1 2024-02-18T01:14:39.129 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:14:39.129 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 209143 Links: 1 Device type: 103,3 2024-02-18T01:14:39.129 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:14:39.129 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:14:39.129 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-02-18 01:13:16.874057562 +0000 2024-02-18T01:14:39.129 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-02-18 01:11:21.264618530 +0000 2024-02-18T01:14:39.129 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-02-18 01:11:21.264618530 +0000 2024-02-18T01:14:39.130 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-02-18T01:14:39.130 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-18T01:14:39.202 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-02-18T01:14:39.202 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-02-18T01:14:39.202 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.00025674 s, 2.0 MB/s 2024-02-18T01:14:39.204 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-18T01:14:39.267 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme4n1 2024-02-18T01:14:39.330 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme4n1 2024-02-18T01:14:39.330 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:14:39.330 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 205657 Links: 1 Device type: 103,4 2024-02-18T01:14:39.330 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:14:39.330 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:14:39.330 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-02-18 01:13:16.887057390 +0000 2024-02-18T01:14:39.330 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-02-18 01:11:21.432616259 +0000 2024-02-18T01:14:39.330 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-02-18 01:11:21.432616259 +0000 2024-02-18T01:14:39.330 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-02-18T01:14:39.331 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-18T01:14:39.403 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-02-18T01:14:39.403 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-02-18T01:14:39.404 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.00026699 s, 1.9 MB/s 2024-02-18T01:14:39.405 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-18T01:14:39.469 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:14:39.469 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2024-02-18T01:14:39.487 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-18T01:14:39.487 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme1n1 2024-02-18T01:14:39.546 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme1n1 2024-02-18T01:14:39.546 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:14:39.546 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 203698 Links: 1 Device type: 103,1 2024-02-18T01:14:39.546 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:14:39.546 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:14:39.546 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-02-18 01:14:17.470553868 +0000 2024-02-18T01:14:39.546 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-02-18 01:11:22.664958200 +0000 2024-02-18T01:14:39.547 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-02-18 01:11:22.664958200 +0000 2024-02-18T01:14:39.547 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-02-18T01:14:39.547 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-18T01:14:39.616 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-02-18T01:14:39.616 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-02-18T01:14:39.616 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000280792 s, 1.8 MB/s 2024-02-18T01:14:39.618 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-18T01:14:39.676 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme2n1 2024-02-18T01:14:39.733 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme2n1 2024-02-18T01:14:39.733 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:14:39.733 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 208905 Links: 1 Device type: 103,2 2024-02-18T01:14:39.733 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:14:39.734 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:14:39.734 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-02-18 01:14:17.481553529 +0000 2024-02-18T01:14:39.734 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-02-18 01:11:22.822953302 +0000 2024-02-18T01:14:39.734 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-02-18 01:11:22.822953302 +0000 2024-02-18T01:14:39.734 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-02-18T01:14:39.734 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-18T01:14:39.800 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-02-18T01:14:39.800 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-02-18T01:14:39.800 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.0002368 s, 2.2 MB/s 2024-02-18T01:14:39.802 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-18T01:14:39.860 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme3n1 2024-02-18T01:14:39.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:39 smithi076 conmon[41576]: audit 2024-02-18T01:14:38.640509+0000 mon.smithi037 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:39.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:39 smithi076 conmon[41576]: audit 2024-02-18T01:14:38.642352+0000 mon.smithi037 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:14:39.903 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme3n1 2024-02-18T01:14:39.903 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:14:39.903 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 208086 Links: 1 Device type: 103,3 2024-02-18T01:14:39.903 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:14:39.904 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:14:39.904 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-02-18 01:14:17.491553221 +0000 2024-02-18T01:14:39.904 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-02-18 01:11:22.973948622 +0000 2024-02-18T01:14:39.904 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-02-18 01:11:22.973948622 +0000 2024-02-18T01:14:39.904 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-02-18T01:14:39.905 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-18T01:14:39.969 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-02-18T01:14:39.970 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-02-18T01:14:39.970 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000212959 s, 2.4 MB/s 2024-02-18T01:14:39.971 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-18T01:14:40.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:39 smithi037 conmon[35901]: audit 2024-02-18T01:14:38.640509+0000 mon.smithi037 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:40.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:39 smithi037 conmon[35901]: audit 2024-02-18T01:14:38.642352+0000 mon.smithi037 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:14:40.029 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme4n1 2024-02-18T01:14:40.086 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme4n1 2024-02-18T01:14:40.087 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-18T01:14:40.087 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 208140 Links: 1 Device type: 103,4 2024-02-18T01:14:40.087 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-18T01:14:40.087 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-18T01:14:40.087 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-02-18 01:14:17.502552882 +0000 2024-02-18T01:14:40.087 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-02-18 01:11:23.125943910 +0000 2024-02-18T01:14:40.087 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-02-18 01:11:23.125943910 +0000 2024-02-18T01:14:40.087 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-02-18T01:14:40.087 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-18T01:14:40.152 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-02-18T01:14:40.153 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-02-18T01:14:40.153 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000240037 s, 2.1 MB/s 2024-02-18T01:14:40.154 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-18T01:14:40.212 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-18T01:14:41.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: cluster 2024-02-18T01:14:39.297436+0000 mgr.smithi037.vsmnxk (mgr.14182) 26 : 2024-02-18T01:14:41.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: audit 2024-02-18T01:14:39.985742+0000 mon.smithi037 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: audit 2024-02-18T01:14:39.986748+0000 mon.smithi037 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: audit 2024-02-18T01:14:39.987729+0000 mon.smithi037 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:39.989025+0000 mgr.smithi037.vsmnxk (mgr.14182) 27 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:39.989379+0000 mgr.smithi037.vsmnxk (mgr.14182) 28 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: audit 2024-02-18T01:14:40.011077+0000 mon.smithi037 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: audit 2024-02-18T01:14:40.017121+0000 mon.smithi037 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: audit 2024-02-18T01:14:40.021056+0000 mon.smithi037 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:40.024860+0000 mgr.smithi037.vsmnxk (mgr.14182) 29 : cephadm [INF] Reconfiguring mon.smithi037 (unknown last config time)... 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: audit 2024-02-18T01:14:40.025155+0000 mon.smithi037 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: audit 2024-02-18T01:14:40.025906+0000 mon.smithi037 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: audit 2024-02-18T01:14:40.026654+0000 mon.smithi037 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:41.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:40 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:40.027315+0000 mgr.smithi037.vsmnxk (mgr.14182) 30 : cephadm [INF] Reconfiguring daemon mon.smithi037 on smithi037 2024-02-18T01:14:41.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: cluster 2024-02-18T01:14:39.297436+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:14:41.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: 14182) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:41.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit 2024-02-18T01:14:39.985742+0000 mon.smithi037 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:41.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit 2024-02-18T01:14:39.986748+0000 mon.smithi037 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:41.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit 2024-02-18T01:14:39.987729+0000 mon.smithi037 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:14:41.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:39.989025+0000 mgr.smithi037.vsmnxk (mgr.14182) 27 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-02-18T01:14:41.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:39.989379+0000 mgr.smithi037.vsmnxk (mgr.14182) 28 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-02-18T01:14:41.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit 2024-02-18T01:14:40.011077+0000 mon.smithi037 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit 2024-02-18T01:14:40.017121+0000 mon.smithi037 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit 2024-02-18T01:14:40.021056+0000 mon.smithi037 (mon.0) 207 : audit [INF] 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:40.024860+0000 mgr.smithi037.vsmnxk (mgr.14182) 29 : cephadm [INF] Reconfiguring mon.smithi037 (unknown last config time)... 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit 2024 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: -02-18T01:14:40.025155 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit 2024-02-18T 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: 01:14:40.025906+0000 mon.smithi037 (mon. 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: 0) 209 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit 2024 2024-02-18T01:14:41.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: -02-18T01:14:40. 2024-02-18T01:14:41.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: 026654+0000 mon.smithi037 (mon.0) 210 : 2024-02-18T01:14:41.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:41.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:41.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: 2024-02-18T01:14 2024-02-18T01:14:41.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: :40.027315+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:14:41.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: .14182) 30 : cephadm [INF] Reconfiguring daemon mon.smithi037 on smithi037 2024-02-18T01:14:41.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:40 smithi076 conmon[41576]: 2024-02-18T01:14:42.175 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled osd.all-available-devices update... 2024-02-18T01:14:42.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: cluster 2024-02-18T01:14:41.297962+0000 mgr.smithi037.vsmnxk (mgr.14182) 31 : cluster [DBG] 2024-02-18T01:14:42.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: audit 2024-02-18T01:14:41.362486+0000 mon.smithi037 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:41.363155+0000 mgr.smithi037.vsmnxk (mgr.14182) 32 : cephadm [INF] Reconfiguring mgr.smithi037.vsmnxk (unknown last config time)... 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: audit 2024-02-18T01:14:41.363447+0000 mon.smithi037 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi037.vsmnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: audit 2024-02-18T01:14:41.364260+0000 mon.smithi037 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: audit 2024-02-18T01:14:41.364921+0000 mon.smithi037 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:41.365541+0000 mgr.smithi037.vsmnxk (mgr.14182) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi037.vsmnxk on smithi037 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: audit 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: 2024-02-18T01:14:42.167662+0000 mgr.smithi037.vsmnxk (mgr.14182) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: cephadm 2024-02-18 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: T01:14:42.169679+0000 mgr.smithi037.vsmnxk (mgr.14182) 35 : 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: cephadm [INF] Marking host: smithi037 for OSDSpec preview refresh. 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: cephadm 2024- 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: 02-18T01:14:42.169823+0000 mgr.smithi037.vsmnxk (mgr.14182) 36 : cephadm 2024-02-18T01:14:42.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: [INF] Marking host: smithi076 for OSDSpec preview refresh. 2024-02-18T01:14:42.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:42.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: 2024-02-18T01:14:42.170187+0000 mgr.smithi037.vsmnxk (mgr.14182) 37 : cephadm [INF] 2024-02-18T01:14:42.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: Saving service osd.all-available-devices spec with placement * 2024-02-18T01:14:42.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:14:42.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: 02-18T01:14:42.174524+0000 mon.smithi037 (mon.0) 2024-02-18T01:14:42.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:42 smithi037 conmon[35901]: 215 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: cluster 2024-02-18T01:14:41.297962+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:14:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: audit 2024-02-18T01:14:41.362486+0000 mon.smithi037 (mon.0) 211 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:41.363155+0000 mgr.smithi037.vsmnxk (mgr.14182) 32 : cephadm [INF] Reconfiguring mgr.smithi037.vsmnxk (unknown last config time)... 2024-02-18T01:14:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: audit 2024-02-18T01:14:41.363447+0000 mon.smithi037 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi037.vsmnxk", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T01:14:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: audit 2024-02-18T01:14:41.364260+0000 mon.smithi037 (mon.0) 213 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T01:14:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: audit 2024-02-18T01:14:41.364921+0000 mon.smithi037 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:41.365541+0000 mgr.smithi037.vsmnxk (mgr.14182) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi037.vsmnxk on smithi037 2024-02-18T01:14:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: audit 2024-02-18T01:14:42.167662+0000 mgr.smithi037.vsmnxk (mgr.14182) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:14:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:42.169679+0000 mgr.smithi037.vsmnxk (mgr.14182) 35 : cephadm [INF] Marking host: smithi037 for OSDSpec preview refresh. 2024-02-18T01:14:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:42.169823+0000 mgr.smithi037.vsmnxk (mgr.14182) 36 : cephadm [INF] Marking host: smithi076 for OSDSpec preview refresh. 2024-02-18T01:14:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:42.170187+0000 mgr.smithi037.vsmnxk (mgr.14182) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-18T01:14:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:42 smithi076 conmon[41576]: audit 2024-02-18T01:14:42.174524+0000 mon.smithi037 (mon.0) 215 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:42.717 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-18T01:14:42.717 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:14:43.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:43 smithi037 conmon[35901]: audit 2024-02-18T01:14:42.465596+0000 mon.smithi037 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:43.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:43 smithi037 conmon[35901]: audit 2024-02-18T01:14:42.634270+0000 mon.smithi037 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:43.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:43 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:42.635029+0000 mgr.smithi037.vsmnxk (mgr.14182) 38 : cephadm [INF] Reconfiguring alertmanager.smithi037 (dependencies changed)... 2024-02-18T01:14:43.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:43 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:42.641550+0000 mgr.smithi037.vsmnxk (mgr.14182) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi037 on smithi037 2024-02-18T01:14:43.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:43 smithi076 conmon[41576]: audit 2024-02-18T01:14:42.465596+0000 mon.smithi037 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:43.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:43 smithi076 conmon[41576]: audit 2024-02-18T01:14:42.634270+0000 mon.smithi037 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:43.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:43 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:42.635029+0000 mgr.smithi037.vsmnxk (mgr.14182) 38 : cephadm [INF] Reconfiguring alertmanager.smithi037 (dependencies changed)... 2024-02-18T01:14:43.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:43 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:42.641550+0000 mgr.smithi037.vsmnxk (mgr.14182) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi037 on smithi037 2024-02-18T01:14:44.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:44 smithi037 conmon[35901]: cluster 2024-02-18T01:14:43.298290+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:14:44.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:44 smithi037 conmon[35901]: 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:45.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:44 smithi076 conmon[41576]: cluster 2024-02-18T01:14:43.298290+0000 mgr.smithi037.vsmnxk (mgr.14182) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:46.271 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:14:47.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:46 smithi037 conmon[35901]: cluster 2024-02-18T01:14:45.298657+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:14:47.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:46 smithi037 conmon[35901]: ) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:47.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:46 smithi037 conmon[35901]: audit 2024-02-18T01:14:46.270379+0000 mon.smithi037 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.37:0/1329665001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:14:47.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:46 smithi076 conmon[41576]: cluster 2024-02-18T01:14:45.298657+0000 mgr.smithi037.vsmnxk (mgr.14182) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:47.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:46 smithi076 conmon[41576]: audit 2024-02-18T01:14:46.270379+0000 mon.smithi037 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.37:0/1329665001' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:14:47.140 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-18T01:14:48.140 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:14:49.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:49 smithi037 conmon[35901]: cluster 2024-02-18T01:14:47.298919+0000 mgr.smithi037.vsmnxk (mgr.14182) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:49.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:49 smithi037 conmon[35901]: audit 2024-02-18T01:14:48.070899+0000 mon.smithi037 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:49.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:49 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:48.071586+0000 mgr.smithi037.vsmnxk (mgr.14182) 43 : cephadm [INF] Reconfiguring crash.smithi037 (monmap changed)... 2024-02-18T01:14:49.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:49 smithi037 conmon[35901]: audit 2024-02-18T01:14:48.071867+0000 mon.smithi037 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T01:14:49.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:49 smithi037 conmon[35901]: audit 2024-02-18T01:14:48.072593+0000 mon.smithi037 (mon.0) 221 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:49.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:49 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:48.073154+0000 mgr.smithi037.vsmnxk (mgr.14182) 44 : cephadm [INF] Reconfiguring daemon crash.smithi037 on smithi037 2024-02-18T01:14:49.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: cluster 2024-02-18T01:14:47.298919+0000 mgr.smithi037.vsmnxk (mgr.14182) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:49.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: audit 2024-02-18T01:14:48.070899+0000 mon.smithi037 (mon.0) 219 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:49.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: cephadm 2024-02-18T 2024-02-18T01:14:49.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: 01:14:48.071586+0000 mgr.smithi037.vsmnxk (mgr.14182) 43 : 2024-02-18T01:14:49.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: cephadm [INF] Reconfiguring crash.smithi037 (monmap changed)... 2024-02-18T01:14:49.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:14:49.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: 18T01:14:48.071867+0000 mon.smithi037 (mon. 2024-02-18T01:14:49.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: 0) 220 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T01:14:49.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:14:49.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: T01:14:48.072593+0000 mon.smithi037 (mon.0) 221 : audit 2024-02-18T01:14:49.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:14:49.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:49.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: 2024-02- 2024-02-18T01:14:49.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: 18T01:14:48.073154+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:14:49.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:49 smithi076 conmon[41576]: 14182) 44 : cephadm [INF] Reconfiguring daemon crash.smithi037 on smithi037 2024-02-18T01:14:51.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:50 smithi037 conmon[35901]: cluster 2024-02-18T01:14:49.299194+0000 mgr.smithi037.vsmnxk (mgr.14182) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:51.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:50 smithi037 conmon[35901]: audit 2024-02-18T01:14:49.678577+0000 mon.smithi037 (mon.0) 222 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:51.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:50 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:49.679345+0000 mgr.smithi037.vsmnxk (mgr.14182) 46 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2024-02-18T01:14:51.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:50 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:49.717789+0000 mgr.smithi037.vsmnxk (mgr.14182) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2024-02-18T01:14:51.021 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:14:51.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: cluster 2024-02-18T01:14:49.299194+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:14:51.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:51.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: audit 2024-02-18T01:14:49.678577+0000 mon.smithi037 (mon.0) 222 : 2024-02-18T01:14:51.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:51.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: cephadm 2024-02-18T01:14:49.679345 2024-02-18T01:14:51.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 46 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2024-02-18T01:14:51.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: 2024-02-18T01:14:51.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: cephadm 2024-02-18T01:14 2024-02-18T01:14:51.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: :49.717789+0000 mgr.smithi037.vsmnxk (mgr.14182) 47 : cephadm 2024-02-18T01:14:51.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:50 smithi076 conmon[41576]: [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2024-02-18T01:14:51.982 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:51 smithi037 conmon[35901]: audit 2024-02-18T01:14:51.022164+0000 mon.smithi037 (mon.0 2024-02-18T01:14:51.982 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:51 smithi037 conmon[35901]: ) 223 : audit [DBG] from='client.? 172.21.15.37:0/1888819511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:14:52.005 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-18T01:14:52.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:51 smithi076 conmon[41576]: audit 2024-02-18T01:14:51.022164+0000 mon.smithi037 (mon. 2024-02-18T01:14:52.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:51 smithi076 conmon[41576]: 0) 223 : audit [DBG] from='client.? 172.21.15.37:0/1888819511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:14:52.943 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:52 smithi037 conmon[35901]: cluster 2024-02-18T01:14:51.299505+0000 mgr.smithi037.vsmnxk (mgr.14182) 48 : cluster 2024-02-18T01:14:52.943 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:52 smithi037 conmon[35901]: [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:53.006 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:14:53.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:52 smithi076 conmon[41576]: cluster 2024-02-18T01:14:51.299505+0000 2024-02-18T01:14:53.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:52 smithi076 conmon[41576]: mgr.smithi037.vsmnxk (mgr.14182) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:54.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:54 smithi037 conmon[35901]: cluster 2024-02-18T01:14:53.299732+0000 mgr.smithi037.vsmnxk (mgr.14182) 49 2024-02-18T01:14:54.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:54 smithi037 conmon[35901]: : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:55.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:54 smithi076 conmon[41576]: cluster 2024-02-18T01:14:53.299732+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:14:55.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:54 smithi076 conmon[41576]: 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:55.655 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:14:56.315 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-18T01:14:56.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:56 smithi037 conmon[35901]: cluster 2024-02-18T01:14:55.300080+0000 mgr.smithi037.vsmnxk (mgr.14182) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:56.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:56 smithi037 conmon[35901]: audit 2024-02-18T01:14:55.508205+0000 mon.smithi037 (mon.0) 224 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:56.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:56 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:55.509015+0000 mgr.smithi037.vsmnxk (mgr.14182) 51 : cephadm [INF] Reconfiguring prometheus.smithi037 (dependencies changed)... 2024-02-18T01:14:56.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:56 smithi037 conmon[35901]: cephadm 2024-02-18T01:14:55.513191+0000 mgr.smithi037.vsmnxk (mgr.14182) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi037 on smithi037 2024-02-18T01:14:56.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:56 smithi037 conmon[35901]: audit 2024-02-18T01:14:55.656152+0000 mon.smithi037 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.37:0/2087705963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:14:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: cluster 2024-02-18T01:14:55.300080+0000 mgr.smithi037.vsmnxk (mgr.14182) 50 : cluster 2024-02-18T01:14:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: audit 2024-02-18T01:14:55.508205+0000 mon.smithi037 (mon.0) 2024-02-18T01:14:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: 224 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:14:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: cephadm 2024 2024-02-18T01:14:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: -02-18T01:14:55.509015+0000 mgr.smithi037.vsmnxk (mgr.14182) 51 2024-02-18T01:14:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: : cephadm [INF] Reconfiguring prometheus.smithi037 (dependencies changed)... 2024-02-18T01:14:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: cephadm 2024-02- 2024-02-18T01:14:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: 18T01:14:55.513191+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:14:56.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: ) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi037 on smithi037 2024-02-18T01:14:56.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:14:56.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: 18T01:14:55.656152+0000 mon.smithi037 (mon.0 2024-02-18T01:14:56.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:56 smithi076 conmon[41576]: ) 225 : audit [DBG] from='client.? 172.21.15.37:0/2087705963' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:14:57.317 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:14:58.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:14:58 smithi037 conmon[35901]: cluster 2024-02-18T01:14:57.300326+0000 mgr.smithi037.vsmnxk (mgr.14182) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:14:58.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:14:58 smithi076 conmon[41576]: cluster 2024-02-18T01:14:57.300326+0000 mgr.smithi037.vsmnxk (mgr.14182) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:00.153 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:00.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:00 smithi037 conmon[35901]: cluster 2024-02-18T01:14:59.300586+0000 mgr.smithi037.vsmnxk (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:00.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:00 smithi037 conmon[35901]: audit 2024-02-18T01:15:00.152947+0000 mon.smithi037 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.37:0/1632511754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:00.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:00 smithi076 conmon[41576]: cluster 2024-02-18T01:14:59.300586+0000 mgr.smithi037.vsmnxk (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:00.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:00 smithi076 conmon[41576]: audit 2024-02-18T01:15:00.152947+0000 mon.smithi037 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.37:0/1632511754' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:00.954 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-18T01:15:01.956 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:02.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: audit 2024-02-18T01:15:01.099782+0000 2024-02-18T01:15:02.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: mon.smithi037 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:02.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:01.100411+0000 mgr.smithi037.vsmnxk (mgr.14182) 55 : cephadm [INF] Reconfiguring crash.smithi076 (monmap changed)... 2024-02-18T01:15:02.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: audit 2024-02-18T01:15:01.100700+0000 mon.smithi037 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T01:15:02.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: audit 2024-02-18T01:15:01.101479+0000 mon.smithi037 (mon.0) 229 2024-02-18T01:15:02.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:02.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:02.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: 2024-02-18T01:15:01.102070+0000 2024-02-18T01:15:02.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 56 : cephadm 2024-02-18T01:15:02.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:02 smithi037 conmon[35901]: [INF] Reconfiguring daemon crash.smithi076 on smithi076 2024-02-18T01:15:02.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:02 smithi076 conmon[41576]: audit 2024-02-18T01:15:01.099782+0000 mon.smithi037 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:02.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:02 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:01.100411+0000 mgr.smithi037.vsmnxk (mgr.14182) 55 : cephadm [INF] Reconfiguring crash.smithi076 (monmap changed)... 2024-02-18T01:15:02.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:02 smithi076 conmon[41576]: audit 2024-02-18T01:15:01.100700+0000 mon.smithi037 (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-18T01:15:02.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:02 smithi076 conmon[41576]: audit 2024-02-18T01:15:01.101479+0000 mon.smithi037 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:02.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:02 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:01.102070+0000 mgr.smithi037.vsmnxk (mgr.14182) 56 : cephadm [INF] Reconfiguring daemon crash.smithi076 on smithi076 2024-02-18T01:15:03.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:03 smithi037 conmon[35901]: cluster 2024-02-18T01:15:01.300981+0000 mgr.smithi037.vsmnxk (mgr.14182) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:03.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:03 smithi037 conmon[35901]: audit 2024-02-18T01:15:02.197940+0000 mon.smithi037 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:03.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:03 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:02.198580+0000 mgr.smithi037.vsmnxk (mgr.14182) 58 : cephadm [INF] Reconfiguring mgr.smithi076.pfsdmw (monmap changed)... 2024-02-18T01:15:03.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:03 smithi037 conmon[35901]: audit 2024-02-18T01:15:02.198882+0000 mon.smithi037 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.pfsdmw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T01:15:03.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:03 smithi037 conmon[35901]: audit 2024-02-18T01:15:02.199766+0000 mon.smithi037 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T01:15:03.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:03 smithi037 conmon[35901]: audit 2024-02-18T01:15:02.200702+0000 mon.smithi037 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:03.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:03 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:02.201316+0000 mgr.smithi037.vsmnxk (mgr.14182) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi076.pfsdmw on smithi076 2024-02-18T01:15:03.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:03 smithi076 conmon[41576]: cluster 2024-02-18T01:15:01.300981+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:15:03.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:03 smithi076 conmon[41576]: 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:03.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:03 smithi076 conmon[41576]: audit 2024-02-18T01:15:02.197940+0000 mon.smithi037 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:03.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:03 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:02.198580+0000 mgr.smithi037.vsmnxk (mgr.14182) 58 : cephadm [INF] Reconfiguring mgr.smithi076.pfsdmw (monmap changed)... 2024-02-18T01:15:03.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:03 smithi076 conmon[41576]: audit 2024-02-18T01:15:02.198882+0000 mon.smithi037 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.pfsdmw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-18T01:15:03.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:03 smithi076 conmon[41576]: audit 2024-02-18T01:15:02.199766+0000 mon.smithi037 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-18T01:15:03.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:03 smithi076 conmon[41576]: audit 2024-02-18T01:15:02.200702+0000 mon.smithi037 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:03.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:03 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:02.201316+0000 mgr.smithi037.vsmnxk (mgr.14182) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi076.pfsdmw on smithi076 2024-02-18T01:15:03.962 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:04.569 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: cluster 2024-02-18T01:15:03.301261+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:15:04.569 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: 14182) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:04.569 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: audit 2024-02-18T01:15:03.301910+0000 mon.smithi037 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:04.569 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:03.302675+0000 mgr.smithi037.vsmnxk (mgr.14182) 61 : cephadm [INF] Reconfiguring mon.smithi076 (monmap changed)... 2024-02-18T01:15:04.569 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: audit 2024-02-18T01:15:03.302990+0000 mon.smithi037 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T01:15:04.570 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: audit 2024-02-18T01:15:03.303863+0000 mon.smithi037 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T01:15:04.570 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: audit 2024-02-18T01:15:03.304631+0000 mon.smithi037 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:04.570 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: cephadm 2024-02-18 2024-02-18T01:15:04.570 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: T01:15:03.305279+0000 mgr.smithi037.vsmnxk (mgr.14182) 62 : cephadm [INF] Reconfiguring daemon mon.smithi076 on smithi076 2024-02-18T01:15:04.570 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: audit 2024-02-18T01:15:03.962964+0000 2024-02-18T01:15:04.570 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:04 smithi037 conmon[35901]: mon.smithi037 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.37:0/378899279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:04.571 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-18T01:15:04.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:04 smithi076 conmon[41576]: cluster 2024-02-18T01:15:03.301261+0000 mgr.smithi037.vsmnxk (mgr.14182) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:04.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:04 smithi076 conmon[41576]: audit 2024-02-18T01:15:03.301910+0000 mon.smithi037 (mon.0) 234 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:04.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:04 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:03.302675+0000 mgr.smithi037.vsmnxk (mgr.14182) 61 : cephadm [INF] Reconfiguring mon.smithi076 (monmap changed)... 2024-02-18T01:15:04.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:04 smithi076 conmon[41576]: audit 2024-02-18T01:15:03.302990+0000 mon.smithi037 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-18T01:15:04.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:04 smithi076 conmon[41576]: audit 2024-02-18T01:15:03.303863+0000 mon.smithi037 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-18T01:15:04.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:04 smithi076 conmon[41576]: audit 2024-02-18T01:15:03.304631+0000 mon.smithi037 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:04.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:04 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:03.305279+0000 mgr.smithi037.vsmnxk (mgr.14182) 62 : cephadm [INF] Reconfiguring daemon mon.smithi076 on smithi076 2024-02-18T01:15:04.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:04 smithi076 conmon[41576]: audit 2024-02-18T01:15:03.962964+0000 mon.smithi037 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.37:0/378899279' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:05.572 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:05.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.395157+0000 mon.smithi037 (mon 2024-02-18T01:15:05.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: .0) 239 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.398354+0000 mon.smithi037 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.398788+0000 mgr.smithi037.vsmnxk (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.400025+0000 mon.smithi037 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037:9093"}]: dispatch 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.400340+0000 mgr.smithi037.vsmnxk (mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037:9093"}]: dispatch 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.404704+0000 mon.smithi037 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.409802+0000 mon.smithi037 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.410269+0000 mgr.smithi037.vsmnxk (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.416218+0000 mon.smithi037 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037:3000"}]: dispatch 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.416647+0000 mgr.smithi037.vsmnxk (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037:3000"}]: dispatch 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.421684+0000 mon.smithi037 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.428591 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T01:15:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.429052+0000 mgr.smithi037.vsmnxk (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T01:15:05.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.431397+0000 mon.smithi037 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi037:9095"}]: dispatch 2024-02-18T01:15:05.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01: 2024-02-18T01:15:05.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: 15:04.431804+0000 mgr.smithi037.vsmnxk (mgr.14182) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi037:9095"}]: dispatch 2024-02-18T01:15:05.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04.436503+0000 mon.smithi037 (mon 2024-02-18T01:15:05.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: .0) 248 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:05.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: audit 2024-02-18T01:15:04 2024-02-18T01:15:05.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:05 smithi037 conmon[35901]: .441746+0000 mon.smithi037 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:15:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02-18T01:15:04.395157 2024-02-18T01:15:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02-18T01:15:04.398354+0000 mon.smithi037 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T01:15:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02-18T01:15:04.398788+0000 mgr.smithi037.vsmnxk (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-18T01:15:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: -02-18T01:15:04.400025+0000 mon.smithi037 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037:9093"}]: dispatch 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: -02-18T01:15:04.400340+0000 mgr.smithi037.vsmnxk 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: (mgr.14182) 64 : audit [DBG] 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037:9093"}]: dispatch 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: 02-18T01:15:04.404704+0000 mon.smithi037 ( 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02-18T01:15 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: :04.409802+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: 243 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: 2024-02-18T01:15:04 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: .410269+0000 mgr.smithi037.vsmnxk (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-18T01:15:05.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: 2024-02-18T01:15:04.416218+0000 mon.smithi037 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037:3000"}]: dispatch 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02-18T01 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: :15:04.416647+0000 mgr.smithi037.vsmnxk (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037:3000"}]: dispatch 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: -18T01:15:04.421684+0000 mon.smithi037 ( 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: mon.0) 245 : audit [INF] 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: -18T01:15:04.428591+0000 mon.smithi037 (mon.0 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: ) 246 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: -18T01:15:04.429052+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:15:05.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: .14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: -18T01:15:04.431397+0000 mon.smithi037 (mon.0) 247 : audit 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi037:9095"}]: dispatch 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02-18T01:15: 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: 04.431804+0000 mgr.smithi037.vsmnxk (mgr.14182) 68 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi037:9095"}]: dispatch 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: 2024-02-18T01:15:04.436503+0000 mon.smithi037 ( 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: 18T01:15:04.441746+0000 mon.smithi037 (mon. 2024-02-18T01:15:05.889 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:05 smithi076 conmon[41576]: 0) 249 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:15:07.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:06 smithi076 conmon[41576]: cluster 2024-02-18T01:15:05.301698+0000 mgr.smithi037.vsmnxk (mgr.14182) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:07.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:06 smithi076 conmon[41576]: 2024-02-18T01:15:07.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:06 smithi076 conmon[41576]: audit 2024-02-18T01:15:05.771998+0000 mon.smithi037 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:07.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:06 smithi076 conmon[41576]: audit 2024-02-18T01:15:07.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:06 smithi076 conmon[41576]: 2024-02-18T01:15:05.776630+0000 mon.smithi037 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:07.168 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:06 smithi037 conmon[35901]: cluster 2024-02-18T01:15:05.301698+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:15:07.168 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:06 smithi037 conmon[35901]: ) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:07.168 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:06 smithi037 conmon[35901]: audit 2024-02-18T01:15:05.771998+0000 mon.smithi037 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:07.168 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:06 smithi037 conmon[35901]: audit 2024-02-18T01:15:05.776630+0000 mon.smithi037 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:08.119 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:08.797 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-18T01:15:09.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: cluster 2024-02-18T01:15:07.301989+0000 mgr.smithi037.vsmnxk (mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:09.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01:15:08.119271+0000 mon.smithi037 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.37:0/3854865086' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:09.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01:15:08.298975+0000 mon.smithi037 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:09.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01:15:08.705023+0000 mon.smithi037 (mon.0) 254 : 2024-02-18T01:15:09.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:09.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01 2024-02-18T01:15:09.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: :15:08.705904+0000 mon.smithi037 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:09.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01:15:08.706694+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: 256 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01:15:08.710800+0000 mon.smithi037 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01:15:08.715404+0000 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: mon.smithi037 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: :15:08.719122+0000 mon.smithi037 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: 2024-02-18T01:15:08.720167+0000 mon.smithi037 (mon.0) 260 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01:15:08.720363+0000 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: mon.smithi037 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: audit 2024-02-18T01:15:08.720893 2024-02-18T01:15:09.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:08 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:09.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: cluster 2024-02-18T01:15:07.301989+0000 mgr.smithi037.vsmnxk (mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:09.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.119271+0000 mon.smithi037 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.37:0/3854865086' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:09.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.298975+0000 mon.smithi037 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.705023+0000 mon.smithi037 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.705904+0000 mon.smithi037 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.706694+0000 mon.smithi037 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.710800+0000 mon.smithi037 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.715404+0000 mon.smithi037 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.719122+0000 mon.smithi037 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.720167+0000 mon.smithi037 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:08.720363+0000 mon.smithi037 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: audit 2024-02-18T01:15:09.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:08 smithi037 conmon[35901]: 2024-02-18T01:15:08.720893+0000 mon.smithi037 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:09.799 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:11.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:10 smithi037 conmon[35901]: cluster 2024-02-18T01:15:09.302277+0000 mgr.smithi037.vsmnxk (mgr.14182) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:11.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:10 smithi076 conmon[41576]: cluster 2024-02-18T01:15:09.302277+0000 mgr.smithi037.vsmnxk (mgr.14182) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:12.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: audit 2024-02-18T01:15:11.176104+0000 mon.smithi076 (mon.1) 2 : audit [INF] from='client.? 172.21.15.76:0/2564331623' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30dfc748-27ff-48ba-bc87-8b03826c4281"}]: dispatch 2024-02-18T01:15:12.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: audit 2024-02-18T01:15:11.176578+0000 mon.smithi037 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30dfc748-27ff-48ba-bc87-8b03826c4281"}]: dispatch 2024-02-18T01:15:12.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: audit 2024-02-18T01:15:11.182838+0000 mon.smithi037 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30dfc748-27ff-48ba-bc87-8b03826c4281"}]': finished 2024-02-18T01:15:12.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: cluster 2024-02-18T01:15:11.182911+0000 mon.smithi037 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-18T01:15:12.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: audit 2024-02-18T01:15:11.183062+0000 mon.smithi037 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:12.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: audit 2024-02-18T01:15:11.524119+0000 mon.smithi037 (mon.0) 267 : audit [INF] from='client.? 172.21.15.37:0/2611664721' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b32b0ab6-2591-4f68-b092-946dd79f819f"}]: dispatch 2024-02-18T01:15:12.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: audit 2024-02-18T01:15:11.532113+0000 mon.smithi037 (mon.0) 268 : audit [INF] from='client.? 172.21.15.37:0/2611664721' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b32b0ab6-2591-4f68-b092-946dd79f819f"}]': finished 2024-02-18T01:15:12.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: cluster 2024-02-18T01:15:11.532157+0000 mon.smithi037 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-18T01:15:12.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: audit 2024-02-18T01:15:11.532273+0000 mon.smithi037 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:12.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:11 smithi037 conmon[35901]: audit 2024-02-18T01:15:11.532546+0000 mon.smithi037 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:12.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: audit 2024-02-18T01:15:11.176104+0000 mon.smithi076 (mon.1) 2 : audit [INF] from='client.? 172.21.15.76:0/2564331623' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30dfc748-27ff-48ba-bc87-8b03826c4281"}]: dispatch 2024-02-18T01:15:12.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: audit 2024-02-18T01:15:11.176578+0000 mon.smithi037 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30dfc748-27ff-48ba-bc87-8b03826c4281"}]: dispatch 2024-02-18T01:15:12.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: audit 2024-02-18T01:15:11.182838+0000 mon.smithi037 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30dfc748-27ff-48ba-bc87-8b03826c4281"}]': finished 2024-02-18T01:15:12.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: cluster 2024-02-18T01:15:11.182911+0000 mon.smithi037 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-18T01:15:12.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: audit 2024-02-18T01:15:11.183062+0000 mon.smithi037 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:12.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: audit 2024-02-18T01:15:11.524119+0000 mon.smithi037 (mon.0) 267 : audit [INF] from='client.? 172.21.15.37:0/2611664721' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b32b0ab6-2591-4f68-b092-946dd79f819f"}]: dispatch 2024-02-18T01:15:12.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: audit 2024-02-18T01:15:11.532113+0000 mon.smithi037 (mon.0) 268 : audit [INF] from='client.? 172.21.15.37:0/2611664721' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b32b0ab6-2591-4f68-b092-946dd79f819f"}]': finished 2024-02-18T01:15:12.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: cluster 2024-02-18T01:15:11.532157+0000 mon.smithi037 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-18T01:15:12.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: audit 2024-02-18T01:15:11.532273+0000 mon.smithi037 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:12.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: audit 2024-02-18T01:15:11.532546+0000 mon.smithi037 (mon.0) 271 : 2024-02-18T01:15:12.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:11 smithi076 conmon[41576]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:12.179 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:12.990 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1708218911,"num_remapped_pgs":0} 2024-02-18T01:15:13.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:13 smithi037 conmon[35901]: cluster 2024-02-18T01:15:11.302550+0000 mgr.smithi037.vsmnxk (mgr.14182) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:13.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:13 smithi037 conmon[35901]: audit 2024-02-18T01:15:12.179231+0000 mon.smithi037 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.37:0/2873539059' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:13.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:13 smithi037 conmon[35901]: audit 2024-02-18T01:15:12.377075+0000 mon.smithi076 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.76:0/398434995' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:13.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:13 smithi076 conmon[41576]: cluster 2024-02-18T01:15:11.302550+0000 mgr.smithi037.vsmnxk (mgr.14182) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:13.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:13 smithi076 conmon[41576]: audit 2024-02-18T01:15:12.179231+0000 mon.smithi037 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.37:0/2873539059' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:13.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:13 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:13.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:13 smithi076 conmon[41576]: 18T01:15:12.377075+0000 mon.smithi076 (mon.1) 3 : audit 2024-02-18T01:15:13.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:13 smithi076 conmon[41576]: [DBG] from='client.? 172.21.15.76:0/398434995' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:13.990 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:14.483 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:14 smithi037 conmon[35901]: audit 2024-02-18T01:15:13.346716 2024-02-18T01:15:14.484 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:14 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.37:0/130469475' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:14.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:14 smithi076 conmon[41576]: audit 2024-02-18T01:15:13.346716+0000 mon.smithi037 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.37:0/130469475' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:15.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:15 smithi076 conmon[41576]: cluster 2024-02-18T01:15:13.302825+0000 mgr.smithi037.vsmnxk (mgr.14182) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:15.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:15 smithi076 conmon[41576]: audit 2024-02-18T01:15:14.896440+0000 mon.smithi076 (mon.1) 4 : audit [INF] from='client.? 172.21.15.76:0/2784473743' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "315763d4-e9ba-4c70-b674-65220594780b"}]: dispatch 2024-02-18T01:15:15.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:15 smithi076 conmon[41576]: audit 2024-02-18T01:15:14.897132+0000 mon.smithi037 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "315763d4-e9ba-4c70-b674-65220594780b"}]: dispatch 2024-02-18T01:15:15.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:15 smithi076 conmon[41576]: audit 2024-02-18T01:15:14.901322+0000 mon.smithi037 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "315763d4-e9ba-4c70-b674-65220594780b"}]': finished 2024-02-18T01:15:15.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:15 smithi076 conmon[41576]: cluster 2024-02-18T01:15:14.901374+0000 mon.smithi037 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-18T01:15:15.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:15 smithi076 conmon[41576]: audit 2024-02-18T01:15:14.901480+0000 mon.smithi037 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:15.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:15 smithi076 conmon[41576]: audit 2024-02-18T01:15:14.901790+0000 mon.smithi037 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:15.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:15 smithi076 conmon[41576]: audit 2024-02-18T01:15:14.902026+0000 mon.smithi037 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:15.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:15 smithi037 conmon[35901]: cluster 2024-02-18T01:15:13.302825+0000 mgr.smithi037.vsmnxk (mgr.14182) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:15.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:15 smithi037 conmon[35901]: audit 2024-02-18T01:15:14.896440+0000 mon.smithi076 (mon.1) 4 : audit [INF] from='client.? 172.21.15.76:0/2784473743' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "315763d4-e9ba-4c70-b674-65220594780b"}]: dispatch 2024-02-18T01:15:15.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:15 smithi037 conmon[35901]: audit 2024-02-18T01:15:14.897132+0000 mon.smithi037 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "315763d4-e9ba-4c70-b674-65220594780b"}]: dispatch 2024-02-18T01:15:15.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:15 smithi037 conmon[35901]: audit 2024-02-18T01:15:14.901322+0000 mon.smithi037 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "315763d4-e9ba-4c70-b674-65220594780b"}]': finished 2024-02-18T01:15:15.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:15 smithi037 conmon[35901]: cluster 2024-02-18T01:15:14.901374+0000 mon.smithi037 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-18T01:15:15.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:15 smithi037 conmon[35901]: audit 2024-02-18T01:15:14.901480+0000 mon.smithi037 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:15.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:15 smithi037 conmon[35901]: audit 2024-02-18T01:15:14.901790+0000 mon.smithi037 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:15.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:15 smithi037 conmon[35901]: audit 2024-02-18T01:15:14.902026+0000 mon.smithi037 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:15.929 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:16.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: audit 2024-02-18T01:15:15.929732+0000 mon.smithi037 (mon.0 2024-02-18T01:15:16.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: ) 280 : audit [DBG] from='client.? 172.21.15.37:0/3421533859' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:16.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: audit 2024-02-18T01:15:15.951761+0000 mon.smithi037 (mon.0) 281 : audit [INF] from='client.? 172.21.15.37:0/3257433414' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4545681-8d34-42e4-ba65-c98498cf4456"}]: dispatch 2024-02-18T01:15:16.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: audit 2024-02-18T01:15:15.955737+0000 mon.smithi037 (mon.0) 282 : audit [INF] from='client.? 172.21.15.37:0/3257433414' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4545681-8d34-42e4-ba65-c98498cf4456"}]': finished 2024-02-18T01:15:16.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: cluster 2024-02-18T01:15:15.955793+0000 mon.smithi037 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-18T01:15:16.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: audit 2024-02-18T01:15:15.955916+0000 mon.smithi037 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:16.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: audit 2024-02-18T01:15:15.956286+0000 mon.smithi037 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:16.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: audit 2024-02-18T01:15:15.956519+0000 mon.smithi037 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:16.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: audit 2024-02-18T01:15:15.956761+0000 mon.smithi037 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:16.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:16 smithi037 conmon[35901]: audit 2024-02-18T01:15:16.120153+0000 mon.smithi076 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.76:0/2092525742' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:16.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: audit 2024-02-18T01:15:15.929732+0000 mon.smithi037 (mon.0 2024-02-18T01:15:16.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: ) 280 : audit [DBG] from='client.? 172.21.15.37:0/3421533859' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:16.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: audit 2024-02-18T01:15:15.951761+0000 mon.smithi037 (mon.0) 281 : audit [INF] from='client.? 172.21.15.37:0/3257433414' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4545681-8d34-42e4-ba65-c98498cf4456"}]: dispatch 2024-02-18T01:15:16.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: audit 2024-02-18T01:15:15.955737+0000 mon.smithi037 (mon.0) 282 : audit [INF] from='client.? 172.21.15.37:0/3257433414' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4545681-8d34-42e4-ba65-c98498cf4456"}]': finished 2024-02-18T01:15:16.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: cluster 2024-02-18T01:15 2024-02-18T01:15:16.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: :15.955793+0000 mon.smithi037 (mon.0) 283 : cluster 2024-02-18T01:15:16.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-18T01:15:16.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:16.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: 02-18T01:15:15.955916+0000 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: mon.smithi037 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: -18T01:15:15.956286+0000 mon.smithi037 (mon.0) 285 : audit [DBG] 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: audit 2024-02-18T01 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: :15:15.956519+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: 286 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: 02-18T01:15:15.956761+0000 mon.smithi037 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: 02-18T01:15:16.120153+0000 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: mon.smithi076 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.76:0/2092525742' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:16.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:16 smithi076 conmon[41576]: 2024-02-18T01:15:16.728 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1708218914,"num_remapped_pgs":0} 2024-02-18T01:15:17.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:17 smithi037 conmon[35901]: cluster 2024-02-18T01:15:15.303103+0000 mgr.smithi037.vsmnxk (mgr.14182) 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:17.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:17 smithi076 conmon[41576]: cluster 2024-02-18T01:15:15.303103+0000 mgr.smithi037.vsmnxk (mgr.14182) 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:17.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:17 smithi076 conmon[41576]: 2024-02-18T01:15:17.730 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:18.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:18 smithi037 conmon[35901]: audit 2024-02-18T 2024-02-18T01:15:18.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:18 smithi037 conmon[35901]: 01:15:17.587757+0000 mon.smithi037 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.37:0/1489799747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:18.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:18 smithi076 conmon[41576]: audit 2024-02-18T01:15:17.587757+0000 mon.smithi037 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.37:0/1489799747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:19.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: cluster 2024-02-18T01:15:17.303362+0000 mgr.smithi037.vsmnxk (mgr.14182) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:19.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: audit 2024-02-18T01:15:18.646556+0000 mon.smithi076 (mon.1) 6 : audit [INF] from='client.? 172.21.15.76:0/1102399557' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e596bb90-9724-4d72-942f-70b73cabdde4"}]: dispatch 2024-02-18T01:15:19.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: audit 2024-02-18T01:15:18.647098+0000 mon.smithi037 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e596bb90-9724-4d72-942f-70b73cabdde4"}]: dispatch 2024-02-18T01:15:19.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: audit 2024-02-18T01:15:18.655337+0000 mon.smithi037 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e596bb90-9724-4d72-942f-70b73cabdde4"}]': finished 2024-02-18T01:15:19.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: cluster 2024-02-18T01:15:18.655391+0000 mon.smithi037 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-18T01:15:19.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: audit 2024-02-18T01:15:18.655501+0000 mon.smithi037 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:19.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: audit 2024-02-18T01:15:18.655787+0000 mon.smithi037 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:19.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: audit 2024-02-18T01:15:18.655958+0000 mon.smithi037 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:19.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: 2024-02-18T01:15:19.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: audit 2024-02-18T01:15:18.656136+0000 mon.smithi037 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:19.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:19 smithi037 conmon[35901]: audit 2024-02-18T01:15:18.656311+0000 mon.smithi037 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:19.595 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: cluster 2024-02-18T01:15:17.303362+0000 mgr.smithi037.vsmnxk (mgr.14182) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: audit 2024-02-18T01:15:18.646556+0000 mon.smithi076 (mon.1) 6 : audit [INF] from='client.? 172.21.15.76:0/1102399557' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e596bb90-9724-4d72-942f-70b73cabdde4"}]: dispatch 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: audit 2024-02-18T01:15:18.647098+0000 mon.smithi037 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e596bb90-9724-4d72-942f-70b73cabdde4"}]: dispatch 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: audit 2024-02-18T01:15:18.655337+0000 mon.smithi037 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e596bb90-9724-4d72-942f-70b73cabdde4"}]': finished 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: cluster 2024-02-18T01:15:18.655391+0000 mon.smithi037 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: audit 2024-02-18T01:15:18.655501+0000 mon.smithi037 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: audit 2024-02-18T01:15:18.655787+0000 mon.smithi037 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: audit 2024-02-18T01:15:18.655958+0000 mon.smithi037 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: audit 2024-02-18T01:15:18.656136+0000 mon.smithi037 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: audit 2024-02-18T01:15:18. 2024-02-18T01:15:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:19 smithi076 conmon[41576]: 656311+0000 mon.smithi037 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:20.165 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1708218918,"num_remapped_pgs":0} 2024-02-18T01:15:20.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:19.595173+0000 mon.smithi037 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.37:0/2969485747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:20.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:19.843974+0000 mon.smithi076 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.76:0/1514962568' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:20.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:20.174099+0000 mon.smithi037 (mon.0) 298 : audit [INF] from='client.? 172.21.15.37:0/4141675733' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e163580a-8b16-40c7-bc08-b52a499cc413"}]: dispatch 2024-02-18T01:15:20.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:20.177980+0000 mon.smithi037 (mon.0) 299 : audit [INF] from='client.? 172.21.15.37:0/4141675733' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e163580a-8b16-40c7-bc08-b52a499cc413"}]': finished 2024-02-18T01:15:20.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: cluster 2024-02-18T01:15:20.178054+0000 mon.smithi037 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-18T01:15:20.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:20.178175+0000 mon.smithi037 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:20.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:20.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: 2024-02-18T01:15:20.178453+0000 mon.smithi037 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:20.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:20.178630+0000 mon.smithi037 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:20.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:20.178791+0000 mon.smithi037 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:20.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:20.178967+0000 mon.smithi037 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:20.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:20 smithi037 conmon[35901]: audit 2024-02-18T01:15:20.179127+0000 mon.smithi037 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:20.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:19.595173+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:20.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: 297 : audit [DBG] from='client.? 172.21.15.37:0/2969485747' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:20.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:19.843974+0000 mon.smithi076 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.76:0/1514962568' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:20.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:20.174099+0000 mon.smithi037 (mon.0) 298 : audit [INF] from='client.? 172.21.15.37:0/4141675733' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e163580a-8b16-40c7-bc08-b52a499cc413"}]: dispatch 2024-02-18T01:15:20.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:20.177980+0000 mon.smithi037 (mon.0) 299 : audit [INF] from='client.? 172.21.15.37:0/4141675733' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e163580a-8b16-40c7-bc08-b52a499cc413"}]': finished 2024-02-18T01:15:20.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: cluster 2024-02-18T01:15:20.178054+0000 mon.smithi037 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-18T01:15:20.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:20.178175+0000 mon.smithi037 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:20.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:20.178453+0000 mon.smithi037 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:20.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:20.178630+0000 mon.smithi037 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:20.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:20.178791+0000 mon.smithi037 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:20.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:20.178967+0000 mon.smithi037 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:20.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:20 smithi076 conmon[41576]: audit 2024-02-18T01:15:20.179127+0000 mon.smithi037 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:21.166 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:21.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:21 smithi037 conmon[35901]: cluster 2024-02-18T01:15:19.303614+0000 mgr.smithi037.vsmnxk (mgr.14182) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:21 smithi076 conmon[41576]: cluster 2024-02-18T01:15:19.303614+0000 mgr.smithi037.vsmnxk (mgr.14182) 76 : cluster 2024-02-18T01:15:21.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:21 smithi076 conmon[41576]: [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:22.444 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:22 smithi037 conmon[35901]: audit 2024-02-18T01:15:21.532655+0000 mon.smithi037 (mon.0) 307 : 2024-02-18T01:15:22.444 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:22 smithi037 conmon[35901]: audit [DBG] from='client.? 172.21.15.37:0/3882869139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:22.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:22 smithi076 conmon[41576]: audit 2024-02-18T01:15:21.532655+0000 mon.smithi037 (mon.0) 307 : audit [DBG] 2024-02-18T01:15:22.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:22 smithi076 conmon[41576]: from='client.? 172.21.15.37:0/3882869139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:23.101 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: cluster 2024-02-18T01:15:21.303874+0000 mgr.smithi037.vsmnxk (mgr.14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:22.358361+0000 mon.smithi076 (mon.1) 8 : audit [INF] from='client.? 172.21.15.76:0/2420960548' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a63fbb44-555f-466e-be19-8b086c71244b"}]: dispatch 2024-02-18T01:15:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:22.358995+0000 mon.smithi037 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a63fbb44-555f-466e-be19-8b086c71244b"}]: dispatch 2024-02-18T01:15:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:22.363659+0000 mon.smithi037 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a63fbb44-555f-466e-be19-8b086c71244b"}]': finished 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: cluster 2024-02-18T01:15:22.363720+0000 mon.smithi037 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:22.363834+0000 mon.smithi037 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:22.364174+0000 mon.smithi037 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:22.364400+0000 mon.smithi037 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:22.364612+0000 mon.smithi037 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: 02-18T01:15:22.364861+0000 mon.smithi037 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:22.365094+0000 mon.smithi037 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:22.365318+0000 mon.smithi037 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:23.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:23 smithi037 conmon[35901]: audit 2024-02-18T01:15:23.101210+0000 mon.smithi037 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.37:0/455855183' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: cluster 2024-02-18T01:15:21.303874+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:15:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: 14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.358361+0000 mon.smithi076 (mon.1) 8 : audit [INF] from='client.? 172.21.15.76:0/2420960548' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a63fbb44-555f-466e-be19-8b086c71244b"}]: dispatch 2024-02-18T01:15:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.358995+0000 mon.smithi037 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a63fbb44-555f-466e-be19-8b086c71244b"}]: dispatch 2024-02-18T01:15:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.363659+0000 mon.smithi037 (mon.0) 309 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a63fbb44-555f-466e-be19-8b086c71244b"}]': finished 2024-02-18T01:15:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: cluster 2024-02-18T01:15:22.363720+0000 mon.smithi037 (mon.0) 310 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-18T01:15:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.363834+0000 mon.smithi037 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.364174+0000 mon.smithi037 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.364400+0000 mon.smithi037 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:23.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.364612+0000 mon.smithi037 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:23.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.364861+0000 mon.smithi037 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:23.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.365094+0000 mon.smithi037 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:23.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:22.365318+0000 mon.smithi037 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:23.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:23 smithi076 conmon[41576]: audit 2024-02-18T01:15:23.101210+0000 mon.smithi037 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.37:0/455855183' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:23.735 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1708218922,"num_remapped_pgs":0} 2024-02-18T01:15:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:23.586832+0000 mon.smithi076 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.76:0/3506556744' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.112152+0000 mon.smithi037 (mon.0) 319 : audit [INF] from='client.? 172.21.15.37:0/1299852449' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ad5f89d-3b98-430d-9e62-a9ba1effec34"}]: dispatch 2024-02-18T01:15:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.116184+0000 mon.smithi037 (mon.0) 320 : audit [INF] from='client.? 172.21.15.37:0/1299852449' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ad5f89d-3b98-430d-9e62-a9ba1effec34"}]': finished 2024-02-18T01:15:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: cluster 2024-02-18T01:15:24.116226+0000 mon.smithi037 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-18T01:15:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.116315+0000 mon.smithi037 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:24.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.116578+0000 mon.smithi037 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:24.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.116722+0000 mon.smithi037 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:24.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.116894+0000 mon.smithi037 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:24.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.117084+0000 mon.smithi037 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:24.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.117244+0000 mon.smithi037 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:24.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.117396+0000 mon.smithi037 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:24.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:24 smithi037 conmon[35901]: audit 2024-02-18T01:15:24.117556+0000 mon.smithi037 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:24.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02-18T01:15:23.586832+0000 mon.smithi076 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.76:0/3506556744' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:24.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02-18T01:15:24.112152+0000 mon.smithi037 (mon.0) 319 : audit [INF] from='client.? 172.21.15.37:0/1299852449' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5ad5f89d-3b98-430d-9e62-a9ba1effec34"}]: dispatch 2024-02-18T01:15:24.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02-18T01 2024-02-18T01:15:24.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: :15:24.116184+0000 mon.smithi037 (mon.0) 320 : audit [INF] from='client.? 172.21.15.37:0/1299852449' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5ad5f89d-3b98-430d-9e62-a9ba1effec34"}]': finished 2024-02-18T01:15:24.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: cluster 2024-02-18T01:15:24.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: 2024-02-18T01:15:24.116226+0000 2024-02-18T01:15:24.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: mon.smithi037 (mon.0) 321 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-18T01:15:24.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: T01:15:24.116315+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: 322 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02-18T01:15 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: :24.116578+0000 mon.smithi037 (mon.0) 323 : audit 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: 18T01:15:24.116722+0000 mon.smithi037 (mon 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: .0) 324 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: -02-18T01:15:24.116894+0000 mon.smithi037 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: 18T01:15:24.117084+0000 mon.smithi037 (mon.0 2024-02-18T01:15:24.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: ) 326 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:24.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:24.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: 18T01:15:24.117244+0000 mon.smithi037 (mon 2024-02-18T01:15:24.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: .0) 327 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:24.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:24.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: -18T01:15:24.117396+0000 mon.smithi037 ( 2024-02-18T01:15:24.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:24.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit 2024-02-18T01: 2024-02-18T01:15:24.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: 15:24.117556+0000 mon.smithi037 (mon.0) 329 : 2024-02-18T01:15:24.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:24 smithi076 conmon[41576]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:24.736 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:25.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:25 smithi037 conmon[35901]: cluster 2024-02-18T01:15:23.304129+0000 mgr.smithi037.vsmnxk (mgr.14182) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:25.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:25 smithi076 conmon[41576]: cluster 2024-02-18T01:15:23.304129+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:15:25.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:25 smithi076 conmon[41576]: .14182) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:26.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:26 smithi037 conmon[35901]: audit 2024-02-18T01:15:25.492258+0000 mon.smithi076 (mon.1) 10 : 2024-02-18T01:15:26.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:26 smithi037 conmon[35901]: audit [DBG] from='client.? 172.21.15.37:0/1651645235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:26.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:26 smithi076 conmon[41576]: audit 2024-02-18T01:15:25.492258+0000 mon.smithi076 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.37:0/1651645235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-18T01:15:26.724 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:27.326 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:15:27.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:27 smithi076 conmon[41576]: cluster 2024-02-18T01:15:25.304381+0000 mgr.smithi037.vsmnxk (mgr.14182) 79 : cluster [DBG] 2024-02-18T01:15:27.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:27 smithi076 conmon[41576]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:27.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:27 smithi076 conmon[41576]: audit 2024-02-18T01:15:26.724150+0000 mon.smithi037 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/335791927' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:27.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:27 smithi037 conmon[35901]: cluster 2024-02-18T01:15:25.304381+0000 mgr.smithi037.vsmnxk (mgr.14182) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:27.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:27 smithi037 conmon[35901]: audit 2024-02-18T01:15:26.724150+0000 mon.smithi037 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/335791927' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:28.327 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:29.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:29 smithi076 conmon[41576]: cluster 2024-02-18T01:15:27.304685+0000 mgr.smithi037.vsmnxk (mgr.14182) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:29.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:29 smithi076 conmon[41576]: audit 2024-02-18T01:15:28.572448+0000 mon.smithi037 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-18T01:15:29.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:29 smithi076 conmon[41576]: audit 2024-02-18T01:15:28.573339+0000 mon.smithi037 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:29 smithi037 conmon[35901]: cluster 2024-02-18T01:15:27.304685+0000 mgr.smithi037.vsmnxk (mgr.14182) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:29 smithi037 conmon[35901]: audit 2024-02-18T01:15:28.572448+0000 mon.smithi037 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-18T01:15:29.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:29 smithi037 conmon[35901]: audit 2024-02-18T01:15:28.573339+0000 mon.smithi037 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:30.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:30 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:28.574081+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:15:30.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:30 smithi037 conmon[35901]: 81 : cephadm [INF] Deploying daemon osd.0 on smithi076 2024-02-18T01:15:30.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:30 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:28.574081+0000 mgr.smithi037.vsmnxk (mgr.14182) 81 : cephadm 2024-02-18T01:15:30.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:30 smithi076 conmon[41576]: [INF] Deploying daemon osd.0 on smithi076 2024-02-18T01:15:30.779 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:31.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:31 smithi037 conmon[35901]: cluster 2024-02-18T01:15:29.304979+0000 mgr.smithi037.vsmnxk (mgr.14182) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:31.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:31 smithi037 conmon[35901]: audit 2024-02-18T01:15:30.779856+0000 mon.smithi037 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.37:0/4012987553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:31.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:31 smithi076 conmon[41576]: cluster 2024-02-18T01:15:29.304979+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:15:31.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:31 smithi076 conmon[41576]: 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:31.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:31 smithi076 conmon[41576]: audit 2024-02-18T01:15:30.779856+0000 mon.smithi037 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.37:0/4012987553' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:31.538 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:15:32.540 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:33.335 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:33 smithi037 conmon[35901]: cluster 2024-02-18T01:15:31.305319+0000 mgr.smithi037.vsmnxk (mgr.14182) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:33.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:33 smithi037 conmon[35901]: audit 2024-02-18T01:15:32.421180+0000 mon.smithi037 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-18T01:15:33.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:33 smithi037 conmon[35901]: audit 2024-02-18T01:15:32.422029+0000 mon.smithi037 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:33.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:33 smithi037 conmon[35901]: audit 2024-02-18T01:15:33.119867+0000 mon.smithi037 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:33.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:33 smithi037 conmon[35901]: audit 2024-02-18T01:15:33.120814+0000 mon.smithi037 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-18T01:15:33.336 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:33 smithi037 conmon[35901]: audit 2024-02-18T01:15:33.121755+0000 mon.smithi037 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:33.569 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: cluster 2024-02-18T01:15:31.305319+0000 mgr.smithi037.vsmnxk (mgr.14182) 83 : cluster 2024-02-18T01:15:33.569 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: audit 2024-02-18T01:15:32.421180+0000 mon.smithi037 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: audit 2024-02-18T01:15:32.422029+0000 mon.smithi037 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: -18T01:15:33.119867+0000 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: mon.smithi037 (mon.0) 336 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: audit 2024-02-18T01:15:33.120814+0000 mon.smithi037 (mon 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: .0) 337 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: 02-18T01:15:33.121755+0000 mon.smithi037 (mon.0) 338 : audit [DBG] 2024-02-18T01:15:33.570 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:33 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:34.622 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:34 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:32.422657+0000 mgr.smithi037.vsmnxk (mgr.14182) 84 : cephadm 2024-02-18T01:15:34.622 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:34 smithi076 conmon[41576]: [INF] Deploying daemon osd.1 on smithi037 2024-02-18T01:15:34.622 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:34 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:33.122536+0000 mgr.smithi037.vsmnxk (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.2 on smithi076 2024-02-18T01:15:34.634 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:34 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:32.422657+0000 mgr.smithi037.vsmnxk (mgr.14182) 84 : cephadm [INF] Deploying daemon osd.1 on smithi037 2024-02-18T01:15:34.635 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:34 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:33.122536+0000 mgr.smithi037.vsmnxk (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.2 on smithi076 2024-02-18T01:15:35.058 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:35.529 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:35 smithi076 conmon[41576]: cluster 2024-02-18T01:15:33.305612+0000 mgr.smithi037.vsmnxk (mgr.14182) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:35.530 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:35 smithi076 conmon[41576]: audit 2024-02-18T01:15:35.059156+0000 mon.smithi037 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.37:0/299662293' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:35.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:35 smithi037 conmon[35901]: cluster 2024-02-18T01:15:33.305612+0000 mgr.smithi037.vsmnxk (mgr.14182) 86 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:35.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:35 smithi037 conmon[35901]: audit 2024-02-18T01:15:35.059156+0000 mon.smithi037 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.37:0/299662293' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:35.884 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:15:36.886 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:37.547 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:37 smithi037 conmon[35901]: cluster 2024-02-18T01:15:35.305899+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:15:37.547 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:37 smithi037 conmon[35901]: .14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:37.547 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:37 smithi037 conmon[35901]: audit 2024-02-18T01:15:36.304713+0000 mon.smithi076 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.76:6800/1182487577,v1:172.21.15.76:6801/1182487577]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T01:15:37.547 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:37 smithi037 conmon[35901]: audit 2024-02-18T01:15:36.305048+0000 mon.smithi037 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T01:15:37.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:37 smithi076 conmon[41576]: cluster 2024-02-18T01:15:35.305899+0000 mgr.smithi037.vsmnxk (mgr.14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:37.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:37 smithi076 conmon[41576]: audit 2024-02-18T01:15:36.304713+0000 mon.smithi076 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.76:6800/1182487577,v1:172.21.15.76:6801/1182487577]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T01:15:37.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:37 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:37.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:37 smithi076 conmon[41576]: -02-18T01:15:36.305048+0000 mon.smithi037 (mon.0) 340 2024-02-18T01:15:37.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:37 smithi076 conmon[41576]: : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-18T01:15:38.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.273791+0000 mon.smithi037 (mon.0) 341 2024-02-18T01:15:38.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-18T01:15:38.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: cluster 2024-02-18T01:15:37.273843+0000 mon.smithi037 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-18T01:15:38.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.273970+0000 mon.smithi037 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:38.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.274366+0000 mon.smithi037 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:38.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.274622+0000 mon.smithi037 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:38.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.274859+0000 mon.smithi037 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:38.497 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.275137+0000 mon.smithi037 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:38.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.275275+0000 mon.smithi076 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.76:6800/1182487577,v1:172.21.15.76:6801/1182487577]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:38.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.275384+0000 mon.smithi037 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:38.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.275714+0000 mon.smithi037 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:38.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.276054+0000 mon.smithi037 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:38.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.276368+0000 mon.smithi037 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:38.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.842879+0000 mon.smithi037 (mon.0) 352 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:38.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.843732+0000 mon.smithi037 (mon.0) 353 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-18T01:15:38.498 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:38 smithi037 conmon[35901]: audit 2024-02-18T01:15:37.844589+0000 mon.smithi037 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:38.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.273791+0000 mon.smithi037 (mon.0 2024-02-18T01:15:38.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: ) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-18T01:15:38.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: cluster 2024-02-18T01:15:37.273843+0000 mon.smithi037 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-18T01:15:38.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.273970+0000 mon.smithi037 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:38.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.274366+0000 mon.smithi037 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:38.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.274622+0000 mon.smithi037 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:38.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.274859+0000 mon.smithi037 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.275137+0000 mon.smithi037 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.275275+0000 mon.smithi076 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.76:6800/1182487577,v1:172.21.15.76:6801/1182487577]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.275384+0000 mon.smithi037 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.275714+0000 mon.smithi037 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.276054+0000 mon.smithi037 (mon.0) 350 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.276368+0000 mon.smithi037 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.842879+0000 mon.smithi037 (mon.0) 352 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.843732+0000 mon.smithi037 (mon.0) 353 : audit 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-18T01:15:38.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:38 smithi076 conmon[41576]: audit 2024-02-18T01:15:37.844589+0000 mon.smithi037 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:39.215 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:39.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: cluster 2024-02-18T01:15:37 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: .306203+0000 mgr.smithi037.vsmnxk (mgr.14182) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:37.845380+0000 mgr.smithi037.vsmnxk (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.4 on smithi076 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.282609+0000 mon.smithi037 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: cluster 2024-02-18T01:15:38.282675+0000 mon.smithi037 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.283086+0000 mon.smithi037 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.283521+0000 mon.smithi037 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.283720+0000 mon.smithi037 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.283913+0000 mon.smithi037 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.284129+0000 mon.smithi037 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.284327+0000 mon.smithi037 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:39.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.284524+0000 mon.smithi037 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:39.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.284716+0000 mon.smithi037 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:39.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15:38.286801+0000 2024-02-18T01:15:39.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: mon.smithi037 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:39.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: 2024-02-18T01:15:39.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: audit 2024-02-18T01:15: 2024-02-18T01:15:39.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: 39.214450+0000 mon.smithi076 (mon.1) 13 : audit 2024-02-18T01:15:39.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:39 smithi037 conmon[35901]: [DBG] from='client.? 172.21.15.37:0/2385225642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:39.551 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: cluster 2024-02-18T01:15:37.306203+0000 mgr.smithi037.vsmnxk (mgr.14182) 88 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-18T01:15:39.551 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:37.845380+0000 mgr.smithi037.vsmnxk (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.4 on smithi076 2024-02-18T01:15:39.551 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:38.282609+0000 mon.smithi037 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-02-18T01:15:39.551 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: cluster 2024-02-18T01:15:38.282675+0000 mon.smithi037 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-18T01:15:39.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:38.283086+0000 mon.smithi037 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:39.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:38.283521+0000 mon.smithi037 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:39.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:38.283720+0000 mon.smithi037 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:39.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:38.283913+0000 mon.smithi037 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:39.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15: 2024-02-18T01:15:39.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: 38.284129+0000 mon.smithi037 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:39.552 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:38.284327+0000 mon.smithi037 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:39.553 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:38.284524+0000 mon.smithi037 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:39.553 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:38.284716+0000 mon.smithi037 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:39.553 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:38.286801+0000 mon.smithi037 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:39.553 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:39 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.214450+0000 mon.smithi076 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.37:0/2385225642' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:40.104 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:15:40.337 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: cluster 2024-02-18T01:15:37.284730+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: cluster 2024-02-18T01:15:37.284808+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: cluster 2024-02-18T01:15:39.283325+0000 mon.smithi037 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.76:6800/1182487577,v1:172.21.15.76:6801/1182487577] boot 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: cluster 2024-02-18T01:15:39.283377+0000 mon.smithi037 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02-18T01:15:39.283754+0000 mon.smithi037 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02-18T01:15:39.284235+0000 mon.smithi037 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02-18 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: T01:15:39.288831+0000 mon.smithi037 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02-18T01: 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 15:39.289304+0000 mon.smithi037 ( 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: mon.0) 371 : audit [DBG] 2024-02-18T01:15:40.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: -18T01:15:39.289549+0000 mon.smithi037 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: (mon.0) 372 : audit 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: -02-18T01:15:39.289763 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 373 : 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: -18T01:15:39.290054+0000 mon.smithi037 (mon.0) 374 : audit [DBG] 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 2024-02-18T01:15: 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 39.290298+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:40.339 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 375 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: cluster 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 2024-02-18T01:15: 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 39.306550+0000 mgr.smithi037.vsmnxk (mgr.14182) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02- 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 18T01:15:39.404776+0000 mon.smithi037 (mon.0) 376 : 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02-18T 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 01:15:39.405575+0000 mon.smithi037 (mon.0) 377 : audit 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: audit 2024-02-18T01:15:39.406180+0000 mon.smithi037 (mon. 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 0) 378 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: cephadm 2024-02-18T 2024-02-18T01:15:40.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: 01:15:39.406719+0000 mgr.smithi037.vsmnxk (mgr.14182) 91 : cephadm [INF] 2024-02-18T01:15:40.341 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:40 smithi037 conmon[35901]: Deploying daemon osd.3 on smithi037 2024-02-18T01:15:40.379 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: cluster 2024-02-18T01:15:37.284730+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:40.379 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: cluster 2024-02-18T01:15:37.284808+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:40.379 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: cluster 2024-02-18T01:15:39.283325+0000 mon.smithi037 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.76:6800/1182487577,v1:172.21.15.76:6801/1182487577] boot 2024-02-18T01:15:40.379 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: cluster 2024-02-18T01:15:39.283377+0000 mon.smithi037 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-18T01:15:40.379 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.283754+0000 mon.smithi037 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-18T01:15:40.379 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.284235+0000 mon.smithi037 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:40.379 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.288831+0000 mon.smithi037 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:40.379 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: 2024-02-18T01:15:39.289304+0000 mon.smithi037 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.289549+0000 mon.smithi037 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.289763+0000 mon.smithi037 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.290054+0000 mon.smithi037 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.290298+0000 mon.smithi037 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: cluster 2024-02-18T01:15:39.306550+0000 mgr.smithi037.vsmnxk (mgr.14182) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.404776+0000 mon.smithi037 (mon.0) 376 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.405575+0000 mon.smithi037 (mon.0) 377 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: audit 2024-02-18T01:15:39.406180+0000 mon.smithi037 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:40.380 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:40 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:39.406719+0000 mgr.smithi037.vsmnxk (mgr.14182) 91 : cephadm [INF] Deploying daemon osd.3 on smithi037 2024-02-18T01:15:41.106 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:41.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: cluster 2024-02-18T01:15:40.301492+0000 mon.smithi037 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-18T01:15:41.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: 2024-02-18T01:15:41.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: audit 2024-02-18T01:15:40.301629+0000 mon.smithi037 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:41.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: audit 2024-02-18T01:15:40.302054+0000 mon.smithi037 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:41.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: audit 2024-02-18T01:15:40.302260+0000 mon.smithi037 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:41.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: audit 2024-02-18T01:15:40.302492+0000 mon.smithi037 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:41.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: audit 2024-02-18T01:15:40.302713+0000 mon.smithi037 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:41.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: audit 2024-02-18T01:15:40.302921+0000 mon.smithi037 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:41.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: audit 2024-02-18T01:15:40.303160+0000 mon.smithi037 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:41.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: audit 2024-02-18T01:15:41.041631+0000 mon.smithi076 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.76:6808/4024442620,v1:172.21.15.76:6809/4024442620]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T01:15:41.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:41 smithi076 conmon[41576]: audit 2024-02-18T01:15:41.042067+0000 mon.smithi037 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T01:15:41.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: cluster 2024-02-18T01:15:40.301492+0000 mon.smithi037 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-18T01:15:41.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: audit 2024-02-18T01:15:40.301629+0000 mon.smithi037 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:41.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: audit 2024-02-18T01:15:40.302054+0000 mon.smithi037 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:41.663 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: audit 2024-02-18T01: 2024-02-18T01:15:41.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: 15:40.302260+0000 mon.smithi037 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:41.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: audit 2024-02-18T01:15:40.302492+0000 mon.smithi037 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:41.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: audit 2024-02-18T01:15:40.302713+0000 mon.smithi037 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:41.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: audit 2024-02-18T01:15:40.302921+0000 mon.smithi037 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:41.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: audit 2024-02-18T01:15:40.303160+0000 mon.smithi037 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:41.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.041631+0000 mon.smithi076 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.76:6808/4024442620,v1:172.21.15.76:6809/4024442620]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T01:15:41.664 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:41 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.042067+0000 mon.smithi037 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-18T01:15:42.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: cluster 2024-02-18T01:15:41.306804+0000 mgr.smithi037.vsmnxk (mgr.14182) 92 2024-02-18T01:15:42.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T01:15:42.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.307825+0000 mon.smithi037 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-18T01:15:42.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: cluster 2024-02-18T01:15:41.307938+0000 mon.smithi037 (mon.0) 389 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-18T01:15:42.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.308080+0000 mon.smithi037 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:42.453 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.308472+0000 mon.smithi037 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:42.453 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.308676+0000 mon.smithi037 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:42.453 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.308827+0000 mon.smithi037 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:42.453 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.308976+0000 mon.smithi037 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:42.453 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.309210+0000 mon.smithi037 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:42.453 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.309349+0000 mon.smithi037 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:42.453 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.312405+0000 mon.smithi076 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.76:6808/4024442620,v1:172.21.15.76:6809/4024442620]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:42.453 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:42 smithi037 conmon[35901]: audit 2024-02-18T01:15:41.312728+0000 mon.smithi037 (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: cluster 2024-02-18T01:15:41.306804+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:15:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: mgr.14182) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T01:15:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024-02-18T01:15:41.307825+0000 mon.smithi037 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-18T01:15:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: cluster 2024-02-18T01:15:41.307938+0000 mon.smithi037 (mon.0) 389 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-18T01:15:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: -02-18T01:15:41.308080+0000 mon.smithi037 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: 18T01:15:41.308472+0000 mon.smithi037 (mon. 2024-02-18T01:15:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: 0) 391 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: 2024-02-18T01:15:41.308676+0000 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: mon.smithi037 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: 18T01:15:41.308827+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: 393 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: 02-18T01:15:41.308976+0000 mon.smithi037 (mon 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: .0) 394 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: -18T01:15:41.309210+0000 mon.smithi037 (mon 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: .0) 395 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: -18T01:15:41.309349+0000 mon.smithi037 (mon. 2024-02-18T01:15:42.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: 0) 396 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:42.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:42.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: 02-18T01:15:41.312405+0000 mon.smithi076 (mon 2024-02-18T01:15:42.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: .1) 15 : audit [INF] from='osd.2 [v2:172.21.15.76:6808/4024442620,v1:172.21.15.76:6809/4024442620]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:42.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:42.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: -02-18T01:15:41.312728+0000 mon.smithi037 ( 2024-02-18T01:15:42.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:42 smithi076 conmon[41576]: mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:43.325 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.309348+0000 2024-02-18T01:15:43.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: mon.smithi037 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-02-18T01:15:43.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: cluster 2024-02-18T01:15:42.309415+0000 mon.smithi037 (mon.0) 399 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-18T01:15:43.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.309863+0000 mon.smithi037 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:43.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.310261+0000 mon.smithi037 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:43.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.310518+0000 mon.smithi037 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:43.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.310784+0000 mon.smithi037 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:43.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.311052+0000 mon.smithi037 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:43.326 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.311298+0000 mon.smithi037 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:43.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.311558+0000 mon.smithi037 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:43.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.316243+0000 mon.smithi037 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:43.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.460919+0000 mon.smithi037 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:43.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.462032+0000 mon.smithi037 (mon.0) 409 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-18T01:15:43.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:42.462883+0000 2024-02-18T01:15:43.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: mon.smithi037 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:43.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: cephadm 2024- 2024-02-18T01:15:43.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: 02-18T01:15:42.463662+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:15:43.327 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: ) 93 : cephadm [INF] Deploying daemon osd.6 on smithi076 2024-02-18T01:15:43.328 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024-02-18T01:15:43.328 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: 2024-02-18T01:15:42.636615+0000 mon.smithi076 (mon. 2024-02-18T01:15:43.328 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: 1) 16 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/4278417824,v1:172.21.15.37:6803/4278417824]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-18T01:15:43.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.309348+0000 mon.smithi037 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-02-18T01:15:43.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: cluster 2024-02-18T01:15:42.309415+0000 mon.smithi037 (mon.0) 399 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-18T01:15:43.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.309863+0000 mon.smithi037 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:43.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.310261+0000 mon.smithi037 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:43.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.310518+0000 mon.smithi037 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:43.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.310784+0000 mon.smithi037 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:43.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.311052+0000 mon.smithi037 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:43.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.311298+0000 mon.smithi037 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.311558+0000 mon.smithi037 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.316243+0000 mon.smithi037 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.460919+0000 mon.smithi037 (mon.0) 408 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42.462032+0000 mon.smithi037 (mon.0) 409 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02-18T01:15:42 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: .462883+0000 mon.smithi037 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: cephadm 2024- 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: 02-18T01:15:42.463662+0000 mgr.smithi037.vsmnxk 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: (mgr.14182) 93 : cephadm [INF] Deploying daemon osd.6 on smithi076 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: 18T01:15:42.636615+0000 mon.smithi076 (mon.1 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: ) 16 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/4278417824,v1:172.21.15.37:6803/4278417824]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-18T01:15:43.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:43.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: 02-18T01:15:42.637039+0000 mon.smithi037 2024-02-18T01:15:43.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:43 smithi076 conmon[41576]: (mon.0) 411 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-18T01:15:43.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:15:43.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: 02-18T01:15:42.637039+0000 mon.smithi037 (mon. 2024-02-18T01:15:43.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:43 smithi037 conmon[35901]: 0) 411 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-18T01:15:43.738 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:44.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: cluster 2024-02-18T01:15:42. 2024-02-18T01:15:44.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: 050232+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:44.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: cluster 2024-02-18T01:15:42.050292+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: cluster 2024-02-18T01:15:43.307196+0000 mgr.smithi037.vsmnxk (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: cluster 2024-02-18T01:15:43.319368+0000 mon.smithi037 (mon.0) 412 : cluster [INF] osd.2 [v2:172.21.15.76:6808/4024442620,v1:172.21.15.76:6809/4024442620] boot 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02-18T01:15:43.319422+0000 mon.smithi037 (mon.0) 413 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: cluster 2024-02-18T01:15:43.319468+0000 mon.smithi037 (mon.0) 414 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02-18T01:15:43.319876+0000 mon.smithi037 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02-18T01:15:43 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: .320263+0000 mon.smithi076 (mon.1) 17 : audit 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: [INF] from='osd.1 [v2:172.21.15.37:6802/4278417824,v1:172.21.15.37:6803/4278417824]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02-18T01: 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: 15:43.320274+0000 mon.smithi037 (mon.0) 416 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:44.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: :15:43.320504+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: 417 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02-18T01:15 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: :43.320656+0000 mon.smithi037 (mon.0) 418 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: :15:43.320866+0000 mon.smithi037 (mon.0 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: ) 419 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02-18 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: T01:15:43.321113+0000 mon.smithi037 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02- 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: 18T01:15:43.321258+0000 mon.smithi037 (mon. 2024-02-18T01:15:44.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: 0) 421 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:44.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:15:44.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: -18T01:15:43.327881+0000 mon.smithi037 2024-02-18T01:15:44.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: (mon.0) 422 : audit 2024-02-18T01:15:44.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:15:44.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: audit 2024-02-18T01:15:44.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: 2024-02-18T01: 2024-02-18T01:15:44.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: 15:43.738062+0000 mon.smithi037 ( 2024-02-18T01:15:44.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: mon.0) 423 : audit [DBG] 2024-02-18T01:15:44.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:44 smithi037 conmon[35901]: from='client.? 172.21.15.37:0/1140004827' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:44.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: cluster 2024-02-18T01:15:42.050232+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:44.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: cluster 2024-02-18T01:15:42.050292+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:44.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: cluster 2024-02-18T01:15:43.307196+0000 mgr.smithi037.vsmnxk (mgr.14182) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-18T01:15:44.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: cluster 2024-02-18T01:15:43.319368+0000 mon.smithi037 (mon.0) 412 : cluster [INF] osd.2 [v2:172.21.15.76:6808/4024442620,v1:172.21.15.76:6809/4024442620] boot 2024-02-18T01:15:44.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.319422+0000 mon.smithi037 (mon.0) 413 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-18T01:15:44.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: cluster 2024-02-18T01:15:43.319468+0000 mon.smithi037 (mon.0) 414 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-18T01:15:44.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.319876+0000 mon.smithi037 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-18T01:15:44.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.320263+0000 mon.smithi076 (mon.1) 17 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/4278417824,v1:172.21.15.37:6803/4278417824]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:15:44.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.320274+0000 mon.smithi037 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:44.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.320504+0000 mon.smithi037 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:44.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.320656+0000 mon.smithi037 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:44.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.320866+0000 mon.smithi037 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:44.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.321113+0000 mon.smithi037 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:44.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.321258+0000 mon.smithi037 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:44.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.327881+0000 mon.smithi037 (mon.0) 422 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:15:44.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:44 smithi076 conmon[41576]: audit 2024-02-18T01:15:43.738062+0000 mon.smithi037 (mon.0) 423 : audit [DBG] from='client.? 172.21.15.37:0/1140004827' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:44.767 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1708218943,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:15:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: audit 2024-02-18T01:15:44.326277+0000 mon.smithi037 (mon.0) 424 : audit 2024-02-18T01:15:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-02-18T01:15:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: cluster 2024-02-18T01:15:44.326355+0000 mon.smithi037 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-18T01:15:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: audit 2024-02-18T01:15:44.326712+0000 mon.smithi037 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: audit 2024-02-18T01:15:44.326964+0000 mon.smithi037 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: audit 2024-02-18T01:15:44.327121+0000 mon.smithi037 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: audit 2024-02-18T01:15:44.327321+0000 mon.smithi037 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: audit 2024-02-18T01:15:44.327507+0000 mon.smithi037 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:45.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: audit 2024-02-18T01:15:44.327789+0000 mon.smithi037 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:45.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:45 smithi076 conmon[41576]: audit 2024-02-18T01:15:44.331744+0000 mon.smithi037 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:45.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: audit 2024-02-18T01:15:44.326277+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:45.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: 424 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-02-18T01:15:45.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: cluster 2024-02-18T01:15:44.326355+0000 mon.smithi037 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-18T01:15:45.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: audit 2024-02-18T01:15:44.326712+0000 mon.smithi037 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:45.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: audit 2024-02-18T01:15:44.326964+0000 mon.smithi037 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:45.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: audit 2024-02-18T01:15:44.327121+0000 mon.smithi037 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:45.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: audit 2024-02-18T01:15:44.327321+0000 mon.smithi037 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:45.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: audit 2024-02-18T01:15:44.327507+0000 2024-02-18T01:15:45.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: mon.smithi037 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:45.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: audit 2024 2024-02-18T01:15:45.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: -02-18T01:15:44.327789+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:45.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: 431 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:45.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: audit 2024-02- 2024-02-18T01:15:45.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: 18T01:15:44.331744+0000 mon.smithi037 (mon.0) 432 2024-02-18T01:15:45.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:45 smithi037 conmon[35901]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:45.768 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:46.490 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: cluster 2024-02-18T01:15:43.627521+0000 2024-02-18T01:15:46.490 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: cluster 2024-02-18T01:15:43.627584+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: cluster 2024-02-18T01:15:45.307486+0000 mgr.smithi037.vsmnxk (mgr.14182) 95 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.331907+0000 mon.smithi037 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: cluster 2024-02-18T01:15:45.337889+0000 mon.smithi037 (mon.0) 434 : cluster [INF] osd.1 [v2:172.21.15.37:6802/4278417824,v1:172.21.15.37:6803/4278417824] boot 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: cluster 2024-02-18T01:15:45.337952+0000 mon.smithi037 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.338402+0000 mon.smithi037 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.339211+0000 mon.smithi037 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.339527+0000 mon.smithi037 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.339798+0000 mon.smithi037 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.340102+0000 mon.smithi037 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.340456+0000 mon.smithi037 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.340894+0000 mon.smithi037 (mon.0) 442 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.653931+0000 mon.smithi076 (mon.1) 18 : audit 2024-02-18T01:15:46.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: [INF] from='osd.4 [v2:172.21.15.76:6816/3397489795,v1:172.21.15.76:6817/3397489795]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T01:15:46.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.819513+0000 mon.smithi037 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T01:15:46.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01:15:45.822467+0000 mon.smithi037 (mon.0) 444 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:46.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:15:46.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: -18T01:15:45.823337+0000 mon.smithi037 (mon.0) 445 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-18T01:15:46.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: audit 2024-02-18T01: 2024-02-18T01:15:46.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: 15:45.824044+0000 mon.smithi037 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:46.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:45.824597+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:15:46.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:46 smithi037 conmon[35901]: .14182) 96 : cephadm [INF] Deploying daemon osd.5 on smithi037 2024-02-18T01:15:46.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: cluster 2024-02-18T01:15:43.627521+0000 osd.1 (osd. 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: cluster 2024-02-18T01 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: :15:43.627584+0000 osd.1 (osd.1) 2 : cluster [DBG] 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: purged_snaps scrub ok 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: cluster 2024- 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 02-18T01:15:45.307486+0000 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: mgr.smithi037.vsmnxk (mgr.14182) 95 : cluster [DBG] 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 02-18T01:15:45.331907+0000 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: mon.smithi037 (mon.0) 433 : audit 2024-02-18T01:15:46.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: cluster 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 2024-02-18T01:15: 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 45.337889+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 434 : cluster [INF] osd.1 [v2:172.21.15.37:6802/4278417824,v1:172.21.15.37:6803/4278417824] boot 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: cluster 2024 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: -02-18T01:15:45.337952 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: -02-18T01:15:45. 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 338402+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 436 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 02-18T01:15:45. 2024-02-18T01:15:46.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 339211+0000 mon.smithi037 (mon.0) 437 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: T01:15:45.339527+0000 mon.smithi037 (mon. 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 0) 438 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 2024-02-18T01:15:45. 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 339798+0000 mon.smithi037 (mon.0) 439 : audit [DBG] 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: -02-18T01:15:45. 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 340102+0000 mon.smithi037 (mon.0) 440 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:46.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 02-18T01:15:45.340456+0000 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: mon.smithi037 (mon.0) 441 : audit 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: -02-18T01:15:45 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: .340894+0000 mon.smithi037 (mon.0 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: ) 442 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: -02-18T01:15:45. 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 653931+0000 mon.smithi076 (mon.1) 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 18 : audit [INF] from='osd.4 [v2:172.21.15.76:6816/3397489795,v1:172.21.15.76:6817/3397489795]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 2024-02-18T01:15:45 2024-02-18T01:15:46.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: .819513+0000 mon.smithi037 (mon.0) 443 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 2024-02-18T01:15:45 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: .822467+0000 mon.smithi037 (mon. 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 0) 444 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: -02-18T01:15:45 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: .823337+0000 mon.smithi037 (mon.0 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: ) 445 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: -02-18T01:15:45.824044 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 446 : audit [DBG] 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:46.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: cephadm 2024-02-18T01:15:46.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 2024-02-18T01:15: 2024-02-18T01:15:46.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 45.824597+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:15:46.642 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:46 smithi076 conmon[41576]: 14182) 96 : cephadm [INF] Deploying daemon osd.5 on smithi037 2024-02-18T01:15:47.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01:15:46.341140+0000 mon.smithi037 (mon.0) 447 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01:15:46.341215+0000 mon.smithi037 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: cluster 2024-02-18T01:15:46.341297+0000 mon.smithi037 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01:15:46.341464+0000 mon.smithi037 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01:15:46.341820+0000 mon.smithi037 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01:15:46.341854+0000 mon.smithi076 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.76:6816/3397489795,v1:172.21.15.76:6817/3397489795]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01:15:46.342032+0000 mon.smithi037 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01:15:46.342219+0000 mon.smithi037 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01:15:46.342487+0000 mon.smithi037 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: T01:15:46.342734+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:47.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:15:47.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: :15:46.343561+0000 mon.smithi037 (mon.0) 456 2024-02-18T01:15:47.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-18T01:15:47.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit 2024-02-18T01:15 2024-02-18T01:15:47.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: :47.235482+0000 mon.smithi037 (mon.0) 457 : 2024-02-18T01:15:47.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:47 smithi037 conmon[35901]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02-18T01:15:46.341140+0000 mon.smithi037 (mon.0) 447 : audit 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02-18T01:15:46.341215+0000 mon.smithi037 (mon.0) 448 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: cluster 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: 2024-02-18T01:15:46.341297+0000 mon.smithi037 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02-18T01:15:46.341464+0000 mon.smithi037 (mon.0) 450 : audit 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: 2024-02-18T01:15:46.341820+0000 mon.smithi037 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: 2024-02-18T01:15:47.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02-18T 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: 01:15:46.341854+0000 mon.smithi076 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.76:6816/3397489795,v1:172.21.15.76:6817/3397489795]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: -02-18T01:15:46.342032+0000 mon.smithi037 (mon.0) 452 : audit 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02-18T01:15:46.342219+0000 mon.smithi037 (mon.0) 453 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02-18T01:15:46.342487+0000 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: mon.smithi037 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: 18T01:15:46.342734+0000 mon.smithi037 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:15:47.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: T01:15:46.343561+0000 mon.smithi037 (mon.0) 456 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-18T01:15:47.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:15:47.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: -18T01:15:47.235482+0000 mon.smithi037 (mon.0) 457 : 2024-02-18T01:15:47.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:47 smithi076 conmon[41576]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:48.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: cluster 2024-02-18T01:15:47.307831+0000 mgr.smithi037.vsmnxk (mgr.14182) 97 2024-02-18T01:15:48.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T01:15:48.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: audit 2024-02-18T01:15:47.342822+0000 mon.smithi037 (mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-02-18T01:15:48.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: audit 2024-02-18T01:15:47.342908+0000 mon.smithi037 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-18T01:15:48.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: cluster 2024-02-18T01:15:47.342992+0000 mon.smithi037 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-18T01:15:48.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: audit 2024-02-18T01:15:47.343361+0000 mon.smithi037 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:48.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: audit 2024-02-18T01:15:47.343725+0000 mon.smithi037 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:48.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: audit 2024-02-18T01:15:47.343986+0000 mon.smithi037 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:48.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: audit 2024-02-18T01:15:47.344177+0000 mon.smithi037 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:48.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: audit 2024-02-18T01:15:47.344395+0000 mon.smithi037 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:48.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:48 smithi037 conmon[35901]: audit 2024-02-18T01:15:47.351158+0000 mon.smithi037 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:48.551 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:48.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: cluster 2024-02-18T01:15:47.307831+0000 mgr.smithi037.vsmnxk (mgr.14182) 97 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T01:15:48.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: audit 2024-02-18T01:15:47.342822+0000 mon.smithi037 (mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-02-18T01:15:48.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: audit 2024-02-18T01:15:47.342908+0000 mon.smithi037 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-18T01:15:48.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: cluster 2024-02-18T01:15:47.342992+0000 mon.smithi037 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-18T01:15:48.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: audit 2024-02-18T01:15:47.343361+0000 mon.smithi037 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:48.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: audit 2024-02-18T01:15:47.343725+0000 mon.smithi037 2024-02-18T01:15:48.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:48.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: audit 2024-02-18T01:15:47.343986+0000 mon.smithi037 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:48.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: audit 2024-02-18T01:15:47.344177+0000 mon.smithi037 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:48.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: audit 2024-02-18T01:15:47.344395+0000 mon.smithi037 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:48.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:48 smithi076 conmon[41576]: audit 2024-02-18T01:15:47.351158+0000 mon.smithi037 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:49.533 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1708218948,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:15:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: cluster 2024-02-18T01:15:46.691754+0000 osd.4 ( 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: cluster 2024-02-18T01:15:46.691810+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: audit 2024-02-18T01:15:48.350436+0000 mon.smithi037 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: cluster 2024-02-18T01:15:48.358016+0000 mon.smithi037 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.76:6816/3397489795,v1:172.21.15.76:6817/3397489795] boot 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: cluster 2024-02-18T01:15:48.358045+0000 mon.smithi037 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: audit 2024-02-18T01:15:48.358375+0000 mon.smithi037 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: audit 2024-02-18T01:15:48.358599+0000 mon.smithi037 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: audit 2024-02-18T01:15:48.358838+0000 mon.smithi037 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: audit 2024-02-18T01:15:48.359002+0000 mon.smithi037 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: audit 2024-02-18T01:15:48.359147+0000 mon.smithi037 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: audit 2024-02-18T01:15:48.552265+0000 mon.smithi037 (mon.0) 475 : audit [DBG] from='client.? 172.21.15.37:0/3395709324' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:49.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:49 smithi076 conmon[41576]: audit 2024-02-18T01:15:48.760866+0000 mon.smithi037 (mon.0) 476 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-18T01:15:49.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: cluster 2024-02-18T01:15:46.691754+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:49.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: cluster 2024-02-18T01:15:46.691810+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:49.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: audit 2024-02-18T01:15:48.350436+0000 mon.smithi037 (mon. 2024-02-18T01:15:49.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: 0) 467 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:49.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: cluster 2024-02-18T01:15:48 2024-02-18T01:15:49.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: .358016+0000 mon.smithi037 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.76:6816/3397489795,v1:172.21.15.76:6817/3397489795] boot 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: cluster 2024-02-18T01 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: :15:48.358045+0000 mon.smithi037 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: audit 2024-02-18T01:15:48.358375+0000 mon.smithi037 (mon.0) 470 : audit [DBG] 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: audit 2024-02-18T 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: 01:15:48.358599+0000 mon.smithi037 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: 02-18T01:15:48.358838+0000 mon.smithi037 (mon 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: .0) 472 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: :15:48.359002+0000 mon.smithi037 (mon.0) 473 : audit [DBG] 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: audit 2024-02-18T01:15:49.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: 2024-02-18T01:15:48.359147+0000 mon.smithi037 (mon.0) 474 2024-02-18T01:15:49.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:49.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: audit 2024 2024-02-18T01:15:49.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: -02-18T01:15:48.552265+0000 mon.smithi037 ( 2024-02-18T01:15:49.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: mon.0) 475 : audit [DBG] from='client.? 172.21.15.37:0/3395709324' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:49.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: audit 2024-02-18T01: 2024-02-18T01:15:49.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:49 smithi037 conmon[35901]: 15:48.760866+0000 mon.smithi037 (mon.0) 476 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-18T01:15:50.534 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: cluster 2024-02-18T01:15:49.308214+0000 mgr.smithi037.vsmnxk (mgr.14182) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: audit 2024-02-18T01:15:49.371371+0000 mon.smithi037 (mon.0) 477 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: cluster 2024-02-18T01:15:49.371421+0000 mon.smithi037 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: audit 2024-02-18T01:15:49.371558+0000 mon.smithi037 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: audit 2024-02-18T01:15:49.371948+0000 mon.smithi037 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: audit 2024-02-18T01:15:49.372161+0000 mon.smithi037 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: audit 2024-02-18T01:15:49.372391+0000 mon.smithi037 (mon.0) 482 : audit [INF] 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: from='osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: audit 2024-02-18T01:15:49.372634+0000 mon.smithi037 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:50.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:50 smithi076 conmon[41576]: audit 2024-02-18T01:15:49.931092+0000 mon.smithi037 (mon.0) 484 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:50.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: cluster 2024-02-18T01:15 2024-02-18T01:15:50.844 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: :49.308214+0000 mgr.smithi037.vsmnxk (mgr.14182) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-18T01:15:50.844 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: audit 2024-02-18T01:15:49.371371+0000 mon.smithi037 (mon.0) 477 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-18T01:15:50.844 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: cluster 2024-02-18T01:15:49.371421+0000 mon.smithi037 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-18T01:15:50.844 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: audit 2024-02-18T01:15:49.371558+0000 mon.smithi037 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:50.844 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: audit 2024-02-18T01:15:49.371948+0000 mon.smithi037 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:50.844 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: audit 2024-02-18T01:15:49.372161+0000 mon.smithi037 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:50.844 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: audit 2024-02-18T01:15:49.372391+0000 mon.smithi037 (mon.0) 482 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:15:50.844 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: audit 2024-02-18T01:15:49.372634+0000 mon.smithi037 (mon.0) 483 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:50.844 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:50 smithi037 conmon[35901]: audit 2024-02-18T01:15:49.931092+0000 mon.smithi037 (mon.0) 484 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:51.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:50.373675+0000 mon.smithi037 (mon.0) 485 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-02-18T01:15:51.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: cluster 2024-02-18T01:15:50.373726+0000 mon.smithi037 (mon.0) 486 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-18T01:15:51.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01 2024-02-18T01:15:51.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: :15:50.374135+0000 mon.smithi037 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:51.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:50 2024-02-18T01:15:51.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: .374503+0000 mon.smithi037 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:51.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:50.375273+0000 mon.smithi037 ( 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:50.379837+0000 mon.smithi037 (mon 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: .0) 490 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:50.380266+0000 mon.smithi037 (mon.0) 491 : 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: 2024-02-18T01:15:50.430271+0000 mon.smithi076 (mon 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: .1) 20 : audit [INF] from='osd.6 [v2:172.21.15.76:6824/2227982852,v1:172.21.15.76:6825/2227982852]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15: 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: 50.430757+0000 mon.smithi037 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: cluster 2024-02-18 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: T01:15:51.373482+0000 mon.smithi037 (mon.0) 493 : cluster [INF] osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701] boot 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: 2024-02-18T01:15:51.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:51.373529 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: cluster 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: 2024-02-18T01:15:51.373645+0000 mon.smithi037 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:51.373935 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:51.374199 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: +0000 mon.smithi037 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: -02-18T01:15:51.374360+0000 mon.smithi037 (mon.0) 498 : 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: audit 2024-02-18T01:15:51.374526+0000 mon.smithi037 (mon.0) 499 2024-02-18T01:15:51.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:51 smithi076 conmon[41576]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:51.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:50.373675+0000 mon.smithi037 (mon.0 2024-02-18T01:15:51.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: ) 485 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-02-18T01:15:51.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: cluster 2024-02-18T01:15:50.373726+0000 mon.smithi037 (mon.0) 486 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:50.374135+0000 mon.smithi037 (mon.0) 487 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:50.374503+0000 mon.smithi037 (mon.0) 488 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:50.375273+0000 mon.smithi037 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:50.379837+0000 mon.smithi037 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:50.380266+0000 mon.smithi037 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:50.430271+0000 mon.smithi076 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.76:6824/2227982852,v1:172.21.15.76:6825/2227982852]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:50.430757+0000 mon.smithi037 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: cluster 2024-02-18T01:15:51.373482+0000 mon.smithi037 (mon.0) 493 : cluster [INF] osd.3 [v2:172.21.15.37:6810/182788701,v1:172.21.15.37:6811/182788701] boot 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:51.373529+0000 mon.smithi037 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: cluster 2024-02-18T01:15:51.373645+0000 mon.smithi037 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:51.373935+0000 mon.smithi037 (mon.0) 496 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:51.374199+0000 mon.smithi037 (mon.0) 497 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:51.374360+0000 mon.smithi037 (mon.0 2024-02-18T01:15:51.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: ) 498 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:51.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: audit 2024-02-18T01:15:51.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:51 smithi037 conmon[35901]: 2024-02-18T01:15:51.374526+0000 mon.smithi037 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:52.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: cluster 2024-02-18T01:15:49.715099+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:52.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: 2024-02-18T01:15:52.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: cluster 2024-02-18T01:15:49.715185+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:52.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: cluster 2024-02-18T01:15:51.308525 2024-02-18T01:15:52.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-18T01:15:52.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: audit 2024-02-18T01:15:51. 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: 375323+0000 mon.smithi076 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.76:6824/2227982852,v1:172.21.15.76:6825/2227982852]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: audit 2024-02-18T01:15:51. 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: 376189+0000 mon.smithi037 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: audit 2024-02-18T01:15:52.377775+0000 mon.smithi037 (mon 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: .0) 501 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: cluster 2024-02-18T01:15:52.377872+0000 mon.smithi037 (mon.0) 502 : cluster 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: 02-18T01:15:52.378053+0000 mon.smithi037 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: audit 2024-02-18T01:15:52.378533+0000 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: mon.smithi037 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: audit 2024-02-18T01:15:52.378799+0000 mon.smithi037 (mon 2024-02-18T01:15:52.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:52 smithi076 conmon[41576]: .0) 505 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: cluster 2024-02-18T01:15:49.715099 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: +0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: cluster 2024-02-18 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: T01:15:49.715185+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: cluster 2024-02-18T01:15:51.308525+0000 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: -18T01:15:51.375323+0000 mon.smithi076 (mon. 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: 1) 21 : audit [INF] from='osd.6 [v2:172.21.15.76:6824/2227982852,v1:172.21.15.76:6825/2227982852]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: -18T01:15:51.376189+0000 mon.smithi037 (mon.0 2024-02-18T01:15:52.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: ) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: audit 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: 2024-02-18T01:15:52. 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: 377775+0000 mon.smithi037 (mon.0) 501 : audit 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: cluster 2024 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: -02-18T01:15:52.377872+0000 mon.smithi037 (mon 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: .0) 502 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: audit 2024-02-18T 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: 01:15:52.378053+0000 mon.smithi037 (mon.0) 503 : audit 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: audit 2024-02-18T01:15:52.378533+0000 mon.smithi037 (mon.0) 504 : audit 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: audit 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: 2024-02-18T01:15:52.378799+0000 mon.smithi037 (mon.0) 505 : 2024-02-18T01:15:52.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:52 smithi037 conmon[35901]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:53.259 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: audit 2024-02-18T01:15:52.382355+0000 mon.smithi037 (mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:15:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: 18T01:15:53.189805+0000 mon.smithi037 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: audit 2024-02-18T01:15:53.190615+0000 mon.smithi037 (mon.0) 508 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-18T01:15:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: audit 2024-02-18T01:15:53 2024-02-18T01:15:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: .191258+0000 mon.smithi037 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: cephadm 2024-02-18T01:15: 2024-02-18T01:15:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: 53.191821+0000 mgr.smithi037.vsmnxk (mgr.14182) 100 : cephadm [INF] Deploying daemon osd.7 on smithi037 2024-02-18T01:15:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: audit 2024-02-18T01:15:53.258606+0000 mon.smithi037 ( 2024-02-18T01:15:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: mon.0) 510 : audit [DBG] from='client.? 172.21.15.37:0/3292998616' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: cluster 2024-02-18T01:15:53.376227+0000 mon.smithi037 (mon. 2024-02-18T01:15:53.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: 0) 511 : cluster [INF] osd.6 [v2:172.21.15.76:6824/2227982852,v1:172.21.15.76:6825/2227982852] boot 2024-02-18T01:15:53.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: cluster 2024-02-18T01:15:53.376259+0000 mon.smithi037 (mon 2024-02-18T01:15:53.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: .0) 512 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-18T01:15:53.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: audit 2024-02-18T01:15:53.376387+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:53.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: 513 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:53.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: audit 2024-02-18T01:15:53.376768+0000 2024-02-18T01:15:53.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: mon.smithi037 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:53.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: audit 2024-02-18T01:15:53.377044+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:53.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:53 smithi076 conmon[41576]: 515 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:53.748 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit 2024-02-18T01:15:52.382355+0000 mon.smithi037 ( 2024-02-18T01:15:53.748 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: mon.0) 506 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit 2024-02-18T01:15:53 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: .189805+0000 mon.smithi037 (mon.0) 507 : 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit 2024-02-18T01: 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: 15:53.190615+0000 mon.smithi037 (mon.0) 508 : 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit 2024 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: -02-18T01:15:53.191258+0000 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: mon.smithi037 (mon.0) 509 : audit 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: cephadm 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: 2024-02-18T01:15:53.191821 2024-02-18T01:15:53.749 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 100 : cephadm 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: [INF] Deploying daemon osd.7 on smithi037 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit 2024-02-18T01:15:53.258606+0000 mon.smithi037 (mon.0) 510 : audit [DBG] from='client.? 172.21.15.37:0/3292998616' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: cluster 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: 2024-02-18T01:15:53.376227+0000 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: mon.smithi037 (mon.0) 511 : cluster [INF] osd.6 [v2:172.21.15.76:6824/2227982852,v1:172.21.15.76:6825/2227982852] boot 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: cluster 2024-02-18T01 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: :15:53.376259+0000 mon.smithi037 (mon.0) 512 : cluster [DBG] 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: osdmap e30: 8 total, 6 up, 8 in 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: :15:53.376387+0000 mon.smithi037 (mon.0) 513 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit 2024-02-18 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: T01:15:53.376768+0000 mon.smithi037 (mon.0 2024-02-18T01:15:53.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: ) 514 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-18T01:15:53.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: audit 2024-02- 2024-02-18T01:15:53.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: 18T01:15:53.377044+0000 mon.smithi037 (mon 2024-02-18T01:15:53.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:53 smithi037 conmon[35901]: .0) 515 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:54.017 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":29,"num_osds":8,"num_up_osds":5,"osd_up_since":1708218951,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:15:54.635 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:54 smithi037 conmon[35901]: cluster 2024-02-18T01:15:51.465298+0000 osd.6 (osd. 2024-02-18T01:15:54.635 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:54 smithi037 conmon[35901]: 6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:54.635 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:54 smithi037 conmon[35901]: cluster 2024-02-18T01:15:51.465353+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:54.635 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:54 smithi037 conmon[35901]: cluster 2024-02-18T01:15:53.308802+0000 mgr.smithi037.vsmnxk (mgr.14182) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-18T01:15:54.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:54 smithi076 conmon[41576]: cluster 2024-02-18T01:15:51.465298+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:54.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:54 smithi076 conmon[41576]: cluster 2024-02-18T01:15:51.465353+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:54.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:54 smithi076 conmon[41576]: cluster 2024-02-18T01:15:53.308802+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:15:54.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:54 smithi076 conmon[41576]: .14182) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-02-18T01:15:55.018 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:55.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:55 smithi037 conmon[35901]: cluster 2024-02-18T01:15:54.389873+0000 mon.smithi037 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-18T01:15:55.612 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:55 smithi037 conmon[35901]: audit 2024-02-18T01:15:54.390309+0000 mon.smithi037 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:55.612 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:55 smithi037 conmon[35901]: audit 2024-02-18T01:15:54.390688+0000 mon.smithi037 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:55.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:55 smithi076 conmon[41576]: cluster 2024-02-18T01:15:54.389873+0000 mon.smithi037 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-18T01:15:55.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:55 smithi076 conmon[41576]: audit 2024-02-18T01:15:54.390309+0000 mon.smithi037 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:55.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:55 smithi076 conmon[41576]: audit 2024-02-18T01:15:54.390688+0000 mon.smithi037 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:56.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:56 smithi037 conmon[35901]: cluster 2024-02-18T01:15:55.309216+0000 mgr.smithi037.vsmnxk (mgr.14182) 102 2024-02-18T01:15:56.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:56 smithi037 conmon[35901]: : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T01:15:56.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:56 smithi037 conmon[35901]: audit 2024-02-18T01:15:56.385582+0000 mon.smithi037 (mon.0) 519 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-18T01:15:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:56 smithi076 conmon[41576]: cluster 2024-02-18T01:15:55.309216+0000 mgr.smithi037.vsmnxk (mgr.14182) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T01:15:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:56 smithi076 conmon[41576]: audit 2024-02-18T01:15:56.385582+0000 mon.smithi037 (mon.0) 519 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-18T01:15:57.622 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:15:57.684 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: audit 2024-02-18T01:15:56.400671+0000 2024-02-18T01:15:57.684 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: mon.smithi037 (mon.0) 520 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-18T01:15:57.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: cluster 2024-02-18T01:15:56.400750+0000 mon.smithi037 (mon.0) 521 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-18T01:15:57.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: audit 2024-02-18T01:15:56.401138+0000 mon.smithi037 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:57.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: audit 2024-02-18T01:15:56.401397+0000 mon.smithi037 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:57.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: audit 2024-02-18T01:15:56.401594+0000 mon.smithi037 (mon.0) 524 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:15:57.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: audit 2024-02-18T01:15:57.402201+0000 mon.smithi037 (mon.0) 525 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-02-18T01:15:57.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: cluster 2024-02-18T01:15:57.402259+0000 mon.smithi037 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-18T01:15:57.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: audit 2024-02-18T01:15:57.402415+0000 mon.smithi037 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:57.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:57 smithi037 conmon[35901]: audit 2024-02-18T01:15:57.402786+0000 mon.smithi037 (mon.0) 528 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: audit 2024-02-18T01:15:56.400671+0000 mon.smithi037 (mon.0) 520 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: cluster 2024-02-18T01:15 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: :56.400750+0000 mon.smithi037 (mon.0) 521 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: audit 2024-02-18T01:15:56.401138+0000 mon.smithi037 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: audit 2024-02-18T01 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: :15:56.401397+0000 mon.smithi037 (mon.0) 523 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: audit 2024-02-18T01: 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: 15:56.401594+0000 mon.smithi037 (mon.0) 524 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: audit 2024-02-18T01:15:57.402201+0000 mon.smithi037 (mon.0) 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: 525 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-02-18T01:15:57.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: cluster 2024-02-18T01:15:57.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: 2024-02-18T01:15:57.402259+0000 mon.smithi037 (mon.0) 526 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-18T01:15:57.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: audit 2024-02-18T01:15:57.402415+0000 2024-02-18T01:15:57.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: mon.smithi037 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:57.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: audit 2024-02-18T01:15:57.402786+0000 mon.smithi037 (mon.0 2024-02-18T01:15:57.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:57 smithi076 conmon[41576]: ) 528 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:58.442 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1708218953,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:15:58.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:58 smithi037 conmon[35901]: cluster 2024-02-18T01:15:57.309553+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:15:58.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:58 smithi037 conmon[35901]: 14182) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T01:15:58.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:58 smithi037 conmon[35901]: audit 2024-02-18T01:15:57.410885+0000 mon.smithi037 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:58.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:58 smithi037 conmon[35901]: audit 2024-02-18T01:15:57.622070+0000 mon.smithi037 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.37:0/2313482402' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:58.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:58 smithi037 conmon[35901]: audit 2024-02-18T01:15:58.406008+0000 mon.smithi037 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:58.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:58 smithi076 conmon[41576]: cluster 2024-02-18T01:15:57.309553+0000 mgr.smithi037.vsmnxk (mgr.14182) 103 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T01:15:58.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:58 smithi076 conmon[41576]: audit 2024-02-18T01:15:58.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:58 smithi076 conmon[41576]: 2024-02-18T01:15:57.410885+0000 mon.smithi037 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:58.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:58 smithi076 conmon[41576]: audit 2024-02-18T01:15:57.622070+0000 mon.smithi037 (mon.0) 530 : audit [DBG] from='client.? 172.21.15.37:0/2313482402' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:15:58.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:58 smithi076 conmon[41576]: audit 2024-02-18T01:15:58.406008+0000 mon.smithi037 ( 2024-02-18T01:15:58.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:58 smithi076 conmon[41576]: mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:59.444 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:15:59.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:59 smithi037 conmon[35901]: cluster 2024-02-18T01:15:57.359723+0000 osd.5 (osd.5) 2024-02-18T01:15:59.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:59 smithi037 conmon[35901]: 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:59.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:59 smithi037 conmon[35901]: cluster 2024-02-18T01:15:57.359794+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:59.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:59 smithi037 conmon[35901]: cluster 2024-02-18T01:15:58.420263+0000 mon.smithi037 (mon.0) 532 : cluster [INF] osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913] boot 2024-02-18T01:15:59.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:59 smithi037 conmon[35901]: cluster 2024-02-18T01:15:58.420290+0000 mon.smithi037 (mon.0) 533 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-18T01:15:59.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:59 smithi037 conmon[35901]: audit 2024-02-18T01:15:58.420451+0000 mon.smithi037 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:59.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:59 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:15:59.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:15:59 smithi037 conmon[35901]: :15:58.420997+0000 mon.smithi037 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:15:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: cluster 2024-02-18T01:15:57.359723+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:15:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: cluster 2024-02-18T01:15:57.359794+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: cluster 2024-02-18T01: 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: 15:58.420263+0000 mon.smithi037 (mon.0) 532 : cluster [INF] 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: osd.5 [v2:172.21.15.37:6818/1437601913,v1:172.21.15.37:6819/1437601913] boot 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: cluster 2024-02-18 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: T01:15:58.420290+0000 mon.smithi037 (mon.0) 533 : cluster [DBG] 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: osdmap e34: 8 total, 7 up, 8 in 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: audit 2024 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: -02-18T01:15:58.420451+0000 mon.smithi037 (mon. 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: 0) 534 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: T01:15:58.420997+0000 mon.smithi037 (mon.0) 535 : audit [DBG] 2024-02-18T01:15:59.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:15:59 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: cluster 2024-02-18T01:15:59.309880+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: mgr.14182) 104 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: cluster 2024-02 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: -18T01:15:59.424060+0000 mon.smithi037 (mon 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: .0) 536 : cluster [DBG] 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: osdmap e35: 8 total, 7 up, 8 in 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: 02-18T01:15:59.424202+0000 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: mon.smithi037 (mon.0) 537 : audit 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: 02-18T01:15:59.822983+0000 2024-02-18T01:16:00.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: mon.smithi037 (mon.0) 538 : 2024-02-18T01:16:00.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:00 smithi037 conmon[35901]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:00 smithi076 conmon[41576]: cluster 2024-02-18T01:15:59.309880+0000 mgr.smithi037.vsmnxk (mgr.14182) 104 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-18T01:16:00.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:00 smithi076 conmon[41576]: cluster 2024-02-18T01:15:59.424060+0000 mon.smithi037 (mon.0) 536 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-18T01:16:00.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:00 smithi076 conmon[41576]: audit 2024-02-18T01:15:59.424202+0000 mon.smithi037 (mon.0) 537 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:00.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:00 smithi076 conmon[41576]: audit 2024-02-18T01:15:59.822983+0000 mon.smithi037 (mon.0) 538 2024-02-18T01:16:00.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:00 smithi076 conmon[41576]: : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:01.905 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:16:02.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:02 smithi037 conmon[35901]: cluster 2024-02-18T01:16:01.310359+0000 mgr.smithi037.vsmnxk (mgr.14182) 105 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T01:16:02.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:02 smithi037 conmon[35901]: audit 2024-02-18T01:16:01.905957+0000 mon.smithi037 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.37:0/898832527' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:16:02.620 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1708218958,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:16:02.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:02 smithi076 conmon[41576]: cluster 2024-02-18T01:16:01.310359+0000 mgr.smithi037.vsmnxk (mgr.14182) 105 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T01:16:02.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:02 smithi076 conmon[41576]: audit 2024-02-18T 2024-02-18T01:16:02.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:02 smithi076 conmon[41576]: 01:16:01.905957+0000 mon.smithi037 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.37:0/898832527' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:16:03.622 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd stat -f json 2024-02-18T01:16:03.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:03 smithi037 conmon[35901]: audit 2024-02-18T01:16:03.013835+0000 mon.smithi037 (mon 2024-02-18T01:16:03.659 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:03 smithi037 conmon[35901]: .0) 540 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-18T01:16:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:03 smithi076 conmon[41576]: audit 2024-02-18T01:16:03.013835+0000 mon.smithi037 (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-18T01:16:04.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:04 smithi037 conmon[35901]: cluster 2024-02-18T01:16:03.310831+0000 mgr.smithi037.vsmnxk (mgr.14182) 106 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T01:16:04.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:04 smithi037 conmon[35901]: audit 2024-02-18T01:16:03.434071+0000 mon.smithi037 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-18T01:16:04.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:04 smithi037 conmon[35901]: cluster 2024-02-18T01:16:03.434123+0000 mon.smithi037 (mon.0) 542 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-18T01:16:04.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:04 smithi037 conmon[35901]: audit 2024-02-18T01:16:03.434237+0000 mon.smithi037 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:04.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:04 smithi037 conmon[35901]: audit 2024-02-18T01:16:03.434619+0000 mon.smithi037 (mon.0) 544 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:16:04.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:04 smithi037 conmon[35901]: audit 2024-02-18T01:16:03.966127+0000 mon.smithi037 (mon. 2024-02-18T01:16:04.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:04 smithi037 conmon[35901]: 0) 545 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:04.752 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:04 smithi037 conmon[35901]: audit 2024-02-18T01:16:03.968199+0000 mon.smithi037 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:16:04.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:04 smithi076 conmon[41576]: cluster 2024-02-18T01:16:03.310831+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:16:04.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:04 smithi076 conmon[41576]: 106 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T01:16:04.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:04 smithi076 conmon[41576]: audit 2024-02-18T01:16:03.434071+0000 mon.smithi037 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-18T01:16:04.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:04 smithi076 conmon[41576]: cluster 2024-02-18T01:16:03.434123+0000 mon.smithi037 (mon.0) 542 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-18T01:16:04.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:04 smithi076 conmon[41576]: audit 2024-02-18T01:16:03.434237+0000 mon.smithi037 (mon.0) 543 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:04.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:04 smithi076 conmon[41576]: audit 2024-02-18T01:16:03.434619+0000 mon.smithi037 (mon.0) 544 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-02-18T01:16:04.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:04 smithi076 conmon[41576]: audit 2024-02-18T01:16:03.966127+0000 mon.smithi037 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:04.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:04 smithi076 conmon[41576]: audit 2024-02-18T01:16:03.968199+0000 mon.smithi037 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:16:05.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:05 smithi037 conmon[35901]: audit 2024-02-18T01:16:04.436029+0000 mon.smithi037 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-02-18T01:16:05.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:05 smithi037 conmon[35901]: cluster 2024-02-18T01:16:04.436086+0000 mon.smithi037 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-18T01:16:05.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:05 smithi037 conmon[35901]: audit 2024-02-18T01:16:04.436413+0000 mon.smithi037 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:05.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:05 smithi037 conmon[35901]: audit 2024-02-18T01:16:04.441775+0000 mon.smithi037 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:05.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:05 smithi037 conmon[35901]: cluster 2024-02-18T01:16:04.813538+0000 mon.smithi037 (mon.0) 551 : cluster [INF] osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346] boot 2024-02-18T01:16:05.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:05 smithi037 conmon[35901]: cluster 2024-02-18T01:16:04.813589+0000 mon.smithi037 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-18T01:16:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:05 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:16:05.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:05 smithi037 conmon[35901]: :16:04.813735+0000 mon.smithi037 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:05.851 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:16:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: audit 2024-02-18T01:16:04.436029+0000 mon.smithi037 (mon. 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: 0) 547 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: cluster 2024-02-18T01:16:04.436086+0000 mon.smithi037 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: audit 2024-02-18T01:16:04.436413+0000 mon.smithi037 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: audit 2024-02-18T01: 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: 16:04.441775+0000 mon.smithi037 (mon.0) 550 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: cluster 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: 2024-02-18T01:16:04.813538+0000 mon.smithi037 (mon.0) 551 : cluster 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: [INF] osd.7 [v2:172.21.15.37:6826/4092042346,v1:172.21.15.37:6827/4092042346] boot 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: cluster 2024-02-18T01:16 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: :04.813589+0000 mon.smithi037 (mon.0) 552 : cluster [DBG] 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: osdmap e38: 8 total, 8 up, 8 in 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: audit 2024-02-18T01:16:04. 2024-02-18T01:16:05.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:05 smithi076 conmon[41576]: 813735+0000 mon.smithi037 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-18T01:16:06.593 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1708218964,"num_in_osds":8,"osd_in_since":1708218924,"num_remapped_pgs":0} 2024-02-18T01:16:06.593 INFO:tasks.cephadm:Setting up client nodes... 2024-02-18T01:16:06.594 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-18T01:16:06.856 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:06 smithi076 conmon[41576]: cluster 2024-02-18T01:16:03.987104+0000 osd.7 (osd. 2024-02-18T01:16:06.856 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:06 smithi076 conmon[41576]: 7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:16:06.856 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:06 smithi076 conmon[41576]: cluster 2024-02-18T01:16:03.987155+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:16:06.856 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:06 smithi076 conmon[41576]: cluster 2024-02-18T01:16:05.311156+0000 mgr.smithi037.vsmnxk (mgr.14182) 107 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T01:16:06.856 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:06 smithi076 conmon[41576]: audit 2024-02-18T01:16:05.629125+0000 mon.smithi037 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:06.856 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:06 smithi076 conmon[41576]: cluster 2024-02-18T01:16:05.817610+0000 mon.smithi037 (mon.0) 555 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-18T01:16:06.856 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:06 smithi076 conmon[41576]: audit 2024-02-18T01:16:05.851618+0000 mon.smithi037 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.37:0/3567588821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:16:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: cluster 2024-02-18T01:16:03.987104+0000 2024-02-18T01:16:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-18T01:16:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: cluster 2024-02-18T01 2024-02-18T01:16:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: :16:03.987155+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-18T01:16:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: cluster 2024-02-18T01:16:05.311156 2024-02-18T01:16:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 107 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-18T01:16:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: audit 2024-02-18T01:16:05.629125 2024-02-18T01:16:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:07.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: cluster 2024-02-18T01:16:07.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: 2024-02-18T01:16:05.817610+0000 mon.smithi037 (mon.0 2024-02-18T01:16:07.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: ) 555 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-18T01:16:07.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: audit 2024-02-18T01:16:05.851618+0000 2024-02-18T01:16:07.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:06 smithi037 conmon[35901]: mon.smithi037 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.37:0/3567588821' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-18T01:16:08.098 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:07 smithi076 conmon[41576]: cluster 2024-02-18T01:16:06.818966+0000 mon.smithi037 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-18T01:16:08.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:07 smithi037 conmon[35901]: cluster 2024-02-18T01:16:06.818966+0000 mon.smithi037 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-18T01:16:09.053 INFO:teuthology.orchestra.run.smithi037.stdout:[client.0] 2024-02-18T01:16:09.054 INFO:teuthology.orchestra.run.smithi037.stdout: key = AQBZWtFl3a4FAxAAc5XwBfos3CeSIY/rMNCNTg== 2024-02-18T01:16:09.081 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:08 smithi037 conmon[35901]: cluster 2024-02-18T01:16:07.311546+0000 2024-02-18T01:16:09.081 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:08 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 108 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:09.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:08 smithi076 conmon[41576]: cluster 2024-02-18T01:16:07.311546+0000 mgr.smithi037.vsmnxk (mgr.14182) 108 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:09.942 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:16:09.942 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-18T01:16:09.942 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-18T01:16:09.994 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-18T01:16:10.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: cephadm 2024-02-18T01:16:08.925852+0000 mgr.smithi037.vsmnxk (mgr.14182) 109 : cephadm 2024-02-18T01:16:10.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: [INF] Detected new or changed devices on smithi076 2024-02-18T01:16:10.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: audit 2024-02-18T01:16:08.931836+0000 mon.smithi037 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:10.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: audit 2024-02-18T01:16:09.050536+0000 mon.smithi037 (mon.0) 559 : audit [INF] from='client.? 172.21.15.37:0/1509346802' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T01:16:10.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: audit 2024-02-18T01:16:09.054276+0000 mon.smithi037 (mon.0) 560 : audit [INF] from='client.? 172.21.15.37:0/1509346802' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T01:16:10.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: audit 2024-02-18T01:16:09.236969+0000 mon.smithi037 (mon.0) 561 : audit [INF] 2024-02-18T01:16:10.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:10.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: audit 2024-02-18T 2024-02-18T01:16:10.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: 01:16:09.237784+0000 mon.smithi037 (mon 2024-02-18T01:16:10.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: .0) 562 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:10.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: audit 2024-02-18T01:16:09.238503+0000 mon.smithi037 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:10.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: audit 2024-02-18T01:16:09.239202+0000 mon.smithi037 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:10.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: cephadm 2024-02-18T01:16:09.239795+0000 mgr.smithi037.vsmnxk (mgr.14182) 110 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 3990M 2024-02-18T01:16:10.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:09 smithi037 conmon[35901]: audit 2024-02-18T01:16:09.244541+0000 mon.smithi037 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: cephadm 2024-02-18T01:16:08.925852+0000 mgr.smithi037.vsmnxk (mgr.14182) 109 : cephadm [INF] Detected new or changed devices on smithi076 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: audit 2024-02-18T01:16:08.931836+0000 mon.smithi037 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: audit 2024-02-18T01:16:09.050536+0000 mon.smithi037 (mon.0) 559 : audit [INF] from='client.? 172.21.15.37:0/1509346802' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: audit 2024-02-18T01:16:09. 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: 054276+0000 mon.smithi037 (mon.0) 560 : audit [INF] from='client.? 172.21.15.37:0/1509346802' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: audit 2024-02-18T01:16:09.236969+0000 mon.smithi037 (mon 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: .0) 561 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:16:10.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: 18T01:16:09.237784+0000 mon.smithi037 (mon.0) 562 : audit 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: -18T01:16:09.238503+0000 mon.smithi037 (mon.0) 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: 563 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: audit 2024 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: -02-18T01:16:09.239202+0000 mon.smithi037 (mon. 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: 0) 564 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: cephadm 2024-02 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: -18T01:16:09.239795+0000 mgr.smithi037.vsmnxk (mgr.14182) 110 : 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: cephadm [INF] Adjusting osd_memory_target on smithi076 to 3990M 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: -18T01:16:09.244541+0000 mon.smithi037 (mon.0) 565 2024-02-18T01:16:10.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:09 smithi076 conmon[41576]: : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:11.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:11 smithi076 conmon[41576]: cluster 2024-02-18T01:16:09.311894+0000 mgr.smithi037.vsmnxk (mgr.14182) 111 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:11.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:11 smithi076 conmon[41576]: audit 2024-02-18T01:16:10.130357+0000 mon.smithi037 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:11.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:11 smithi037 conmon[35901]: cluster 2024-02-18T01:16:09.311894+0000 mgr.smithi037.vsmnxk (mgr.14182) 111 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:11.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:11 smithi037 conmon[35901]: audit 2024-02-18T01:16:10.130357+0000 mon.smithi037 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:11.846 INFO:teuthology.orchestra.run.smithi076.stdout:[client.1] 2024-02-18T01:16:11.846 INFO:teuthology.orchestra.run.smithi076.stdout: key = AQBbWtFlFRE3MhAAPg3NxEJ96VLxAqQB/f1+Xw== 2024-02-18T01:16:12.395 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:12 smithi076 conmon[41576]: audit 2024-02-18T01:16:11.841876+0000 mon.smithi076 (mon.1) 22 2024-02-18T01:16:12.395 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:12 smithi076 conmon[41576]: : audit [INF] from='client.? 172.21.15.76:0/2082376413' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T01:16:12.396 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:12 smithi076 conmon[41576]: audit 2024-02-18T01:16:11.842286+0000 mon.smithi037 (mon.0) 567 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T01:16:12.396 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:12 smithi076 conmon[41576]: audit 2024-02-18T01:16:11.846131+0000 mon.smithi037 (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T01:16:12.397 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:16:12.397 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-18T01:16:12.397 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-18T01:16:12.439 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-18T01:16:12.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:12 smithi037 conmon[35901]: audit 2024-02-18T01:16:11.841876+0000 mon.smithi076 (mon.1) 22 : audit [INF] from='client.? 172.21.15.76:0/2082376413' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T01:16:12.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:12 smithi037 conmon[35901]: audit 2024-02-18T01:16:11.842286+0000 mon.smithi037 (mon.0) 567 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-18T01:16:12.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:12 smithi037 conmon[35901]: audit 2024-02-18T01:16:11.846131+0000 mon.smithi037 (mon.0) 568 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-18T01:16:12.863 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:13.416 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:13 smithi037 conmon[35901]: cluster 2024-02-18T01:16:11.312295+0000 mgr.smithi037.vsmnxk (mgr.14182) 112 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:13 smithi076 conmon[41576]: cluster 2024-02-18T01:16:11.312295+0000 mgr.smithi037.vsmnxk (mgr.14182) 112 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:15.129 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:16:15.129 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":40,"fsid":"a1bb058a-cdfa-11ee-95ba-87774f69a715","created":"2024-02-18T01:12:09.837677+0000","modified":"2024-02-18T01:16:06.815120+0000","last_up_change":"2024-02-18T01:16:04.809033+0000","last_in_change":"2024-02-18T01:15:24.112721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-18T01:15:45.817748+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"30dfc748-27ff-48ba-bc87-8b03826c4281","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6801","nonce":1182487577}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6803","nonce":1182487577}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6807","nonce":1182487577}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6805","nonce":1182487577}]},"public_addr":"172.21.15.76:6801/1182487577","cluster_addr":"172.21.15.76:6803/1182487577","heartbeat_back_addr":"172.21.15.76:6807/1182487577","heartbeat_front_addr":"172.21.15.76:6805/1182487577","state":["exists","up"]},{"osd":1,"uuid":"b32b0ab6-2591-4f68-b092-946dd79f819f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6803","nonce":4278417824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6805","nonce":4278417824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6809","nonce":4278417824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6807","nonce":4278417824}]},"public_addr":"172.21.15.37:6803/4278417824","cluster_addr":"172.21.15.37:6805/4278417824","heartbeat_back_addr":"172.21.15.37:6809/4278417824","heartbeat_front_addr":"172.21.15.37:6807/4278417824","state":["exists","up"]},{"osd":2,"uuid":"315763d4-e9ba-4c70-b674-65220594780b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6809","nonce":4024442620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6810","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6811","nonce":4024442620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6814","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6815","nonce":4024442620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6812","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6813","nonce":4024442620}]},"public_addr":"172.21.15.76:6809/4024442620","cluster_addr":"172.21.15.76:6811/4024442620","heartbeat_back_addr":"172.21.15.76:6815/4024442620","heartbeat_front_addr":"172.21.15.76:6813/4024442620","state":["exists","up"]},{"osd":3,"uuid":"e4545681-8d34-42e4-ba65-c98498cf4456","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6811","nonce":182788701}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6813","nonce":182788701}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6817","nonce":182788701}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6815","nonce":182788701}]},"public_addr":"172.21.15.37:6811/182788701","cluster_addr":"172.21.15.37:6813/182788701","heartbeat_back_addr":"172.21.15.37:6817/182788701","heartbeat_front_addr":"172.21.15.37:6815/182788701","state":["exists","up"]},{"osd":4,"uuid":"e596bb90-9724-4d72-942f-70b73cabdde4","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.76:6816","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6817","nonce":3397489795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6818","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6819","nonce":3397489795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6822","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6823","nonce":3397489795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6820","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6821","nonce":3397489795}]},"public_addr":"172.21.15.76:6817/3397489795","cluster_addr":"172.21.15.76:6819/3397489795","heartbeat_back_addr":"172.21.15.76:6823/3397489795","heartbeat_front_addr":"172.21.15.76:6821/3397489795","state":["exists","up"]},{"osd":5,"uuid":"e163580a-8b16-40c7-bc08-b52a499cc413","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6819","nonce":1437601913}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6821","nonce":1437601913}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6825","nonce":1437601913}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6823","nonce":1437601913}]},"public_addr":"172.21.15.37:6819/1437601913","cluster_addr":"172.21.15.37:6821/1437601913","heartbeat_back_addr":"172.21.15.37:6825/1437601913","heartbeat_front_addr":"172.21.15.37:6823/1437601913","state":["exists","up"]},{"osd":6,"uuid":"a63fbb44-555f-466e-be19-8b086c71244b","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.76:6824","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6825","nonce":2227982852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6826","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6827","nonce":2227982852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6830","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6831","nonce":2227982852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6828","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6829","nonce":2227982852}]},"public_addr":"172.21.15.76:6825/2227982852","cluster_addr":"172.21.15.76:6827/2227982852","heartbeat_back_addr":"172.21.15.76:6831/2227982852","heartbeat_front_addr":"172.21.15.76:6829/2227982852","state":["exists","up"]},{"osd":7,"uuid":"5ad5f89d-3b98-430d-9e62-a9ba1effec34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6827","nonce":4092042346}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6829","nonce":4092042346}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6833","nonce":4092042346}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6831","nonce":4092042346}]},"public_addr":"172.21.15.37:6827/4092042346","cluster_addr":"172.21.15.37:6829/4092042346","heartbeat_back_addr":"172.21.15.37:6833/4092042346","heartbeat_front_addr":"172.21.15.37:6831/4092042346","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:37.284812+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:43.627587+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:42.050296+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:49.715190+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:46.691812+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:57.359797+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:51.465356+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:16:03.987158+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:6801/645499994":"2024-02-19T01:13:57.285826+0000","172.21.15.37:6800/645499994":"2024-02-19T01:13:57.285826+0000","172.21.15.37:0/4108691481":"2024-02-19T01:13:57.285826+0000","172.21.15.37:0/4105440974":"2024-02-19T01:13:57.285826+0000","172.21.15.37:0/2104747286":"2024-02-19T01:13:04.101286+0000","172.21.15.37:6801/4094232330":"2024-02-19T01:13:04.101286+0000","172.21.15.37:6800/4094232330":"2024-02-19T01:13:04.101286+0000","172.21.15.37:6800/333402697":"2024-02-19T01:12:35.610010+0000","172.21.15.37:6801/333402697":"2024-02-19T01:12:35.610010+0000","172.21.15.37:0/3615084878":"2024-02-19T01:12:35.610010+0000","172.21.15.37:0/4127980798":"2024-02-19T01:13:04.101286+0000","172.21.15.37:0/4168170699":"2024-02-19T01:12:35.610010+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-18T01:16:15.403 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: cluster 2024-02-18T01:16:13.312683+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:16:15.403 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: 14182) 113 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:15.403 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01:16:14.432741+0000 mon.smithi037 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:15.403 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01:16:14.859489+0000 mon.smithi037 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:15.403 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01:16:14.860275+0000 mon.smithi037 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:15.403 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:16:15.403 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: 18T01:16:14.860898+0000 mon.smithi037 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:15.403 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01:16:14.861554+0000 mon.smithi037 (mon.0) 573 : audit 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01:16: 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: 14.866441+0000 mon.smithi037 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01:16:14.867458+0000 mon.smithi037 ( 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01:16:14.868142+0000 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: mon.smithi037 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01:16:14. 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: 874650+0000 mon.smithi037 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: :16:14.878896+0000 mon.smithi037 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:16:15.404 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: 18T01:16:14.882106+0000 mon.smithi037 (mon.0) 579 : audit [INF] 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: -02-18T01:16:14.883139+0000 mon.smithi037 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01: 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: 16:14.883442+0000 mon.smithi037 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: 18T01:16:14.884008+0000 mon.smithi037 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: audit 2024-02-18T01:16:15.129033+0000 2024-02-18T01:16:15.405 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:15 smithi076 conmon[41576]: mon.smithi037 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.37:0/4161742550' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T01:16:15.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: cluster 2024-02-18T01:16:13.312683+0000 mgr.smithi037.vsmnxk (mgr.14182) 113 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:15.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.432741+0000 mon.smithi037 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:15.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.859489+0000 mon.smithi037 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:15.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.860275+0000 mon.smithi037 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:15.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.860898+0000 mon.smithi037 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:15.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: 02-18T01:16:14.861554+0000 mon.smithi037 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.866441+0000 mon.smithi037 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.867458+0000 mon.smithi037 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.868142+0000 mon.smithi037 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.874650+0000 mon.smithi037 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.878896+0000 mon.smithi037 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.882106+0000 mon.smithi037 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.883139+0000 mon.smithi037 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.883442+0000 mon.smithi037 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:14.884008+0000 mon.smithi037 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:16:15.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:15 smithi037 conmon[35901]: audit 2024-02-18T01:16:15.129033+0000 mon.smithi037 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.37:0/4161742550' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T01:16:15.764 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-18T01:15:45.817748+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-18T01:16:15.764 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-18T01:16:16.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:16 smithi037 conmon[35901]: cephadm 2024-02-18T01:16:14.425960+0000 mgr.smithi037.vsmnxk (mgr.14182) 114 : cephadm [INF] Detected new or changed devices on smithi037 2024-02-18T01:16:16.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:16 smithi037 conmon[35901]: cephadm 2024-02-18T01:16:14.862072+0000 mgr.smithi037.vsmnxk (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi037 to 3223M 2024-02-18T01:16:16.331 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:16 smithi076 conmon[41576]: cephadm 2024-02-18T01:16:14.425960+0000 mgr.smithi037.vsmnxk (mgr.14182) 114 : cephadm [INF] Detected new or changed devices on smithi037 2024-02-18T01:16:16.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:16 smithi076 conmon[41576]: 2024-02-18T01:16:16.332 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:16 smithi076 conmon[41576]: cephadm 2024-02-18T01:16:14.862072+0000 mgr.smithi037.vsmnxk (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi037 to 3223M 2024-02-18T01:16:16.951 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:17.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:17 smithi037 conmon[35901]: cluster 2024-02-18T01:16:15.313165+0000 mgr.smithi037.vsmnxk 2024-02-18T01:16:17.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:17 smithi037 conmon[35901]: (mgr.14182) 116 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:17.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:17 smithi076 conmon[41576]: cluster 2024-02-18T01:16:15.313165+0000 mgr.smithi037.vsmnxk (mgr.14182) 116 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:18.892 INFO:teuthology.orchestra.run.smithi037.stdout:pg_num: 1 2024-02-18T01:16:19.321 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:19 smithi076 conmon[41576]: cluster 2024-02-18T01:16:17.313657+0000 mgr.smithi037.vsmnxk (mgr.14182) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:19.321 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:19 smithi076 conmon[41576]: audit 2024-02-18T01:16:18.892370+0000 mon.smithi037 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.37:0/2305610432' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-18T01:16:19.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:19 smithi037 conmon[35901]: cluster 2024-02-18T01:16:17.313657+0000 mgr.smithi037.vsmnxk (mgr.14182) 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:19.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:19 smithi037 conmon[35901]: audit 2024-02-18T01:16:18.892370+0000 mon.smithi037 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.37:0/2305610432' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-18T01:16:19.802 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-18T01:16:19.802 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-18T01:16:19.803 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph mgr dump --format=json 2024-02-18T01:16:20.583 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:21.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:21 smithi037 conmon[35901]: cluster 2024-02-18T01:16:19.314333+0000 mgr.smithi037.vsmnxk (mgr.14182) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:21.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:21 smithi076 conmon[41576]: cluster 2024-02-18T01:16:19.314333+0000 mgr.smithi037.vsmnxk (mgr.14182) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:22.746 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:16:23.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:23 smithi037 conmon[35901]: cluster 2024-02-18T01:16:21.314755+0000 mgr.smithi037.vsmnxk (mgr.14182) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:23 smithi037 conmon[35901]: audit 2024-02-18T01:16:22.670731+0000 mon.smithi037 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:23 smithi037 conmon[35901]: audit 2024-02-18T01:16:22.741727+0000 mon.smithi037 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.37:0/2423641519' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-18T01:16:23.534 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi037.vsmnxk","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6800","nonce":4124997109},{"type":"v1","addr":"172.21.15.37:6801","nonce":4124997109}]},"active_addr":"172.21.15.37:6801/4124997109","active_change":"2024-02-18T01:13:57.285953+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi076.pfsdmw","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.37:8443/","prometheus":"http://172.21.15.37: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.37:0","nonce":394737489}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":3079493352}]}]} 2024-02-18T01:16:23.538 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-18T01:16:23.538 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-18T01:16:23.538 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-18T01:16:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:23 smithi076 conmon[41576]: cluster 2024-02-18T01:16:21.314755+0000 mgr.smithi037.vsmnxk (mgr.14182) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:23 smithi076 conmon[41576]: audit 2024-02-18T01:16:22.670731+0000 mon.smithi037 (mon.0) 585 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:23.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:23 smithi076 conmon[41576]: audit 2024-02-18T01:16:22.741727+0000 mon.smithi037 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.37:0/2423641519' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-18T01:16:24.779 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:25.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:25 smithi037 conmon[35901]: cluster 2024-02-18T01:16:23.315286+0000 mgr.smithi037.vsmnxk (mgr.14182) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:25.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:25 smithi076 conmon[41576]: cluster 2024-02-18T01:16:23.315286+0000 mgr.smithi037.vsmnxk (mgr.14182) 120 : cluster 2024-02-18T01:16:25.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:25 smithi076 conmon[41576]: [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:26.724 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:16:26.724 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":40,"fsid":"a1bb058a-cdfa-11ee-95ba-87774f69a715","created":"2024-02-18T01:12:09.837677+0000","modified":"2024-02-18T01:16:06.815120+0000","last_up_change":"2024-02-18T01:16:04.809033+0000","last_in_change":"2024-02-18T01:15:24.112721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-18T01:15:45.817748+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"30dfc748-27ff-48ba-bc87-8b03826c4281","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6801","nonce":1182487577}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6803","nonce":1182487577}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6807","nonce":1182487577}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6805","nonce":1182487577}]},"public_addr":"172.21.15.76:6801/1182487577","cluster_addr":"172.21.15.76:6803/1182487577","heartbeat_back_addr":"172.21.15.76:6807/1182487577","heartbeat_front_addr":"172.21.15.76:6805/1182487577","state":["exists","up"]},{"osd":1,"uuid":"b32b0ab6-2591-4f68-b092-946dd79f819f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6803","nonce":4278417824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6805","nonce":4278417824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6809","nonce":4278417824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6807","nonce":4278417824}]},"public_addr":"172.21.15.37:6803/4278417824","cluster_addr":"172.21.15.37:6805/4278417824","heartbeat_back_addr":"172.21.15.37:6809/4278417824","heartbeat_front_addr":"172.21.15.37:6807/4278417824","state":["exists","up"]},{"osd":2,"uuid":"315763d4-e9ba-4c70-b674-65220594780b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6809","nonce":4024442620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6810","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6811","nonce":4024442620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6814","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6815","nonce":4024442620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6812","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6813","nonce":4024442620}]},"public_addr":"172.21.15.76:6809/4024442620","cluster_addr":"172.21.15.76:6811/4024442620","heartbeat_back_addr":"172.21.15.76:6815/4024442620","heartbeat_front_addr":"172.21.15.76:6813/4024442620","state":["exists","up"]},{"osd":3,"uuid":"e4545681-8d34-42e4-ba65-c98498cf4456","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6811","nonce":182788701}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6813","nonce":182788701}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6817","nonce":182788701}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6815","nonce":182788701}]},"public_addr":"172.21.15.37:6811/182788701","cluster_addr":"172.21.15.37:6813/182788701","heartbeat_back_addr":"172.21.15.37:6817/182788701","heartbeat_front_addr":"172.21.15.37:6815/182788701","state":["exists","up"]},{"osd":4,"uuid":"e596bb90-9724-4d72-942f-70b73cabdde4","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.76:6816","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6817","nonce":3397489795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6818","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6819","nonce":3397489795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6822","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6823","nonce":3397489795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6820","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6821","nonce":3397489795}]},"public_addr":"172.21.15.76:6817/3397489795","cluster_addr":"172.21.15.76:6819/3397489795","heartbeat_back_addr":"172.21.15.76:6823/3397489795","heartbeat_front_addr":"172.21.15.76:6821/3397489795","state":["exists","up"]},{"osd":5,"uuid":"e163580a-8b16-40c7-bc08-b52a499cc413","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6819","nonce":1437601913}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6821","nonce":1437601913}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6825","nonce":1437601913}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6823","nonce":1437601913}]},"public_addr":"172.21.15.37:6819/1437601913","cluster_addr":"172.21.15.37:6821/1437601913","heartbeat_back_addr":"172.21.15.37:6825/1437601913","heartbeat_front_addr":"172.21.15.37:6823/1437601913","state":["exists","up"]},{"osd":6,"uuid":"a63fbb44-555f-466e-be19-8b086c71244b","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.76:6824","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6825","nonce":2227982852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6826","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6827","nonce":2227982852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6830","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6831","nonce":2227982852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6828","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6829","nonce":2227982852}]},"public_addr":"172.21.15.76:6825/2227982852","cluster_addr":"172.21.15.76:6827/2227982852","heartbeat_back_addr":"172.21.15.76:6831/2227982852","heartbeat_front_addr":"172.21.15.76:6829/2227982852","state":["exists","up"]},{"osd":7,"uuid":"5ad5f89d-3b98-430d-9e62-a9ba1effec34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6827","nonce":4092042346}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6829","nonce":4092042346}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6833","nonce":4092042346}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6831","nonce":4092042346}]},"public_addr":"172.21.15.37:6827/4092042346","cluster_addr":"172.21.15.37:6829/4092042346","heartbeat_back_addr":"172.21.15.37:6833/4092042346","heartbeat_front_addr":"172.21.15.37:6831/4092042346","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:37.284812+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:43.627587+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:42.050296+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:49.715190+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:46.691812+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:57.359797+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:51.465356+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:16:03.987158+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:6801/645499994":"2024-02-19T01:13:57.285826+0000","172.21.15.37:6800/645499994":"2024-02-19T01:13:57.285826+0000","172.21.15.37:0/4108691481":"2024-02-19T01:13:57.285826+0000","172.21.15.37:0/4105440974":"2024-02-19T01:13:57.285826+0000","172.21.15.37:0/2104747286":"2024-02-19T01:13:04.101286+0000","172.21.15.37:6801/4094232330":"2024-02-19T01:13:04.101286+0000","172.21.15.37:6800/4094232330":"2024-02-19T01:13:04.101286+0000","172.21.15.37:6800/333402697":"2024-02-19T01:12:35.610010+0000","172.21.15.37:6801/333402697":"2024-02-19T01:12:35.610010+0000","172.21.15.37:0/3615084878":"2024-02-19T01:12:35.610010+0000","172.21.15.37:0/4127980798":"2024-02-19T01:13:04.101286+0000","172.21.15.37:0/4168170699":"2024-02-19T01:12:35.610010+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-18T01:16:27.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:27 smithi037 conmon[35901]: cluster 2024-02-18T01:16:25.315718+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:16:27.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:27 smithi037 conmon[35901]: mgr.14182) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:27.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:27 smithi037 conmon[35901]: audit 2024-02-18T01:16:26.724028+0000 mon.smithi037 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.37:0/2837299415' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T01:16:27.496 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-18T01:16:27.497 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd dump --format=json 2024-02-18T01:16:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:27 smithi076 conmon[41576]: cluster 2024-02-18T01:16:25.315718+0000 mgr.smithi037.vsmnxk (mgr.14182) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:27.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:27 smithi076 conmon[41576]: 2024-02-18T01:16:27.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:27 smithi076 conmon[41576]: audit 2024-02-18T01:16:26.724028+0000 mon.smithi037 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.37:0/2837299415' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T01:16:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:28.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:28 smithi037 conmon[35901]: audit 2024-02-18T01:16:27.293133+0000 mon.smithi037 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:28.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:28 smithi037 conmon[35901]: cluster 2024-02-18T01:16:27.316247+0000 mgr.smithi037.vsmnxk (mgr.14182) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:28.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:28 smithi076 conmon[41576]: audit 2024-02-18T01:16:27.293133+0000 mon.smithi037 (mon.0) 588 : audit 2024-02-18T01:16:28.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:28 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:16:28.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:28 smithi076 conmon[41576]: cluster 2024-02-18T01:16:27.316247+0000 mgr.smithi037.vsmnxk (mgr.14182) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:29.558 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:16:29.559 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":40,"fsid":"a1bb058a-cdfa-11ee-95ba-87774f69a715","created":"2024-02-18T01:12:09.837677+0000","modified":"2024-02-18T01:16:06.815120+0000","last_up_change":"2024-02-18T01:16:04.809033+0000","last_in_change":"2024-02-18T01:15:24.112721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-18T01:15:45.817748+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"30dfc748-27ff-48ba-bc87-8b03826c4281","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6801","nonce":1182487577}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6803","nonce":1182487577}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6807","nonce":1182487577}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":1182487577},{"type":"v1","addr":"172.21.15.76:6805","nonce":1182487577}]},"public_addr":"172.21.15.76:6801/1182487577","cluster_addr":"172.21.15.76:6803/1182487577","heartbeat_back_addr":"172.21.15.76:6807/1182487577","heartbeat_front_addr":"172.21.15.76:6805/1182487577","state":["exists","up"]},{"osd":1,"uuid":"b32b0ab6-2591-4f68-b092-946dd79f819f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6803","nonce":4278417824}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6805","nonce":4278417824}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6809","nonce":4278417824}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":4278417824},{"type":"v1","addr":"172.21.15.37:6807","nonce":4278417824}]},"public_addr":"172.21.15.37:6803/4278417824","cluster_addr":"172.21.15.37:6805/4278417824","heartbeat_back_addr":"172.21.15.37:6809/4278417824","heartbeat_front_addr":"172.21.15.37:6807/4278417824","state":["exists","up"]},{"osd":2,"uuid":"315763d4-e9ba-4c70-b674-65220594780b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6809","nonce":4024442620}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6810","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6811","nonce":4024442620}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6814","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6815","nonce":4024442620}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6812","nonce":4024442620},{"type":"v1","addr":"172.21.15.76:6813","nonce":4024442620}]},"public_addr":"172.21.15.76:6809/4024442620","cluster_addr":"172.21.15.76:6811/4024442620","heartbeat_back_addr":"172.21.15.76:6815/4024442620","heartbeat_front_addr":"172.21.15.76:6813/4024442620","state":["exists","up"]},{"osd":3,"uuid":"e4545681-8d34-42e4-ba65-c98498cf4456","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6811","nonce":182788701}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6813","nonce":182788701}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6817","nonce":182788701}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":182788701},{"type":"v1","addr":"172.21.15.37:6815","nonce":182788701}]},"public_addr":"172.21.15.37:6811/182788701","cluster_addr":"172.21.15.37:6813/182788701","heartbeat_back_addr":"172.21.15.37:6817/182788701","heartbeat_front_addr":"172.21.15.37:6815/182788701","state":["exists","up"]},{"osd":4,"uuid":"e596bb90-9724-4d72-942f-70b73cabdde4","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.76:6816","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6817","nonce":3397489795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6818","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6819","nonce":3397489795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6822","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6823","nonce":3397489795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6820","nonce":3397489795},{"type":"v1","addr":"172.21.15.76:6821","nonce":3397489795}]},"public_addr":"172.21.15.76:6817/3397489795","cluster_addr":"172.21.15.76:6819/3397489795","heartbeat_back_addr":"172.21.15.76:6823/3397489795","heartbeat_front_addr":"172.21.15.76:6821/3397489795","state":["exists","up"]},{"osd":5,"uuid":"e163580a-8b16-40c7-bc08-b52a499cc413","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6819","nonce":1437601913}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6821","nonce":1437601913}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6825","nonce":1437601913}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1437601913},{"type":"v1","addr":"172.21.15.37:6823","nonce":1437601913}]},"public_addr":"172.21.15.37:6819/1437601913","cluster_addr":"172.21.15.37:6821/1437601913","heartbeat_back_addr":"172.21.15.37:6825/1437601913","heartbeat_front_addr":"172.21.15.37:6823/1437601913","state":["exists","up"]},{"osd":6,"uuid":"a63fbb44-555f-466e-be19-8b086c71244b","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.76:6824","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6825","nonce":2227982852}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6826","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6827","nonce":2227982852}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6830","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6831","nonce":2227982852}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6828","nonce":2227982852},{"type":"v1","addr":"172.21.15.76:6829","nonce":2227982852}]},"public_addr":"172.21.15.76:6825/2227982852","cluster_addr":"172.21.15.76:6827/2227982852","heartbeat_back_addr":"172.21.15.76:6831/2227982852","heartbeat_front_addr":"172.21.15.76:6829/2227982852","state":["exists","up"]},{"osd":7,"uuid":"5ad5f89d-3b98-430d-9e62-a9ba1effec34","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6827","nonce":4092042346}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6829","nonce":4092042346}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6833","nonce":4092042346}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":4092042346},{"type":"v1","addr":"172.21.15.37:6831","nonce":4092042346}]},"public_addr":"172.21.15.37:6827/4092042346","cluster_addr":"172.21.15.37:6829/4092042346","heartbeat_back_addr":"172.21.15.37:6833/4092042346","heartbeat_front_addr":"172.21.15.37:6831/4092042346","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:37.284812+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:43.627587+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:42.050296+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:49.715190+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:46.691812+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:57.359797+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:15:51.465356+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-18T01:16:03.987158+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:6801/645499994":"2024-02-19T01:13:57.285826+0000","172.21.15.37:6800/645499994":"2024-02-19T01:13:57.285826+0000","172.21.15.37:0/4108691481":"2024-02-19T01:13:57.285826+0000","172.21.15.37:0/4105440974":"2024-02-19T01:13:57.285826+0000","172.21.15.37:0/2104747286":"2024-02-19T01:13:04.101286+0000","172.21.15.37:6801/4094232330":"2024-02-19T01:13:04.101286+0000","172.21.15.37:6800/4094232330":"2024-02-19T01:13:04.101286+0000","172.21.15.37:6800/333402697":"2024-02-19T01:12:35.610010+0000","172.21.15.37:6801/333402697":"2024-02-19T01:12:35.610010+0000","172.21.15.37:0/3615084878":"2024-02-19T01:12:35.610010+0000","172.21.15.37:0/4127980798":"2024-02-19T01:13:04.101286+0000","172.21.15.37:0/4168170699":"2024-02-19T01:12:35.610010+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-18T01:16:30.155 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-18T01:16:30.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:30 smithi037 conmon[35901]: cluster 2024-02-18T01:16:29.316548+0000 mgr.smithi037.vsmnxk (mgr.14182) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:30.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:30 smithi037 conmon[35901]: audit 2024-02-18T01:16:29.558633+0000 mon.smithi037 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.37:0/4177259888' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T01:16:30.539 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:30.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:30 smithi076 conmon[41576]: cluster 2024-02-18T01:16:29.316548+0000 mgr.smithi037.vsmnxk (mgr.14182) 123 : cluster 2024-02-18T01:16:30.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:30 smithi076 conmon[41576]: [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:30.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:30 smithi076 conmon[41576]: audit 2024-02-18T01:16:29.558633+0000 mon.smithi037 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.37:0/4177259888' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-18T01:16:32.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:32 smithi037 conmon[35901]: cluster 2024-02-18T01:16:31.317014+0000 mgr.smithi037.vsmnxk (mgr.14182) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:32.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:32 smithi076 conmon[41576]: cluster 2024-02-18T01:16:31.317014+0000 mgr.smithi037.vsmnxk (mgr.14182) 124 : cluster 2024-02-18T01:16:32.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:32 smithi076 conmon[41576]: [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:32.721 INFO:teuthology.orchestra.run.smithi037.stdout:68719476749 2024-02-18T01:16:32.721 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-18T01:16:33.103 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:34.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:34 smithi076 conmon[41576]: cluster 2024-02-18T01:16:33.317380+0000 mgr.smithi037.vsmnxk (mgr.14182) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:34.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:34 smithi076 conmon[41576]: 2024-02-18T01:16:34.661 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:34 smithi037 conmon[35901]: cluster 2024-02-18T01:16:33.317380+0000 mgr.smithi037.vsmnxk (mgr.14182) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:35.196 INFO:teuthology.orchestra.run.smithi037.stdout:94489280524 2024-02-18T01:16:35.196 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-18T01:16:35.582 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:36.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:36 smithi037 conmon[35901]: cluster 2024-02-18T01:16:35.317710+0000 mgr.smithi037.vsmnxk (mgr.14182) 126 : cluster 2024-02-18T01:16:36.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:36 smithi037 conmon[35901]: [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:36.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:36 smithi076 conmon[41576]: cluster 2024-02-18T01:16:35.317710+0000 mgr.smithi037.vsmnxk (mgr.14182) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:37.712 INFO:teuthology.orchestra.run.smithi037.stdout:85899345934 2024-02-18T01:16:37.712 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-18T01:16:38.096 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:38.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:38 smithi076 conmon[41576]: cluster 2024-02-18T01:16:37.318254+0000 mgr.smithi037.vsmnxk (mgr.14182) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:38.680 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:38 smithi037 conmon[35901]: cluster 2024-02-18T01:16:37.318254+0000 mgr.smithi037.vsmnxk (mgr.14182) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:40.184 INFO:teuthology.orchestra.run.smithi037.stdout:120259084300 2024-02-18T01:16:40.185 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-18T01:16:40.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:40 smithi037 conmon[35901]: cluster 2024-02-18T01:16:39.318659+0000 mgr.smithi037.vsmnxk (mgr.14182) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:40.570 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:40.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:40 smithi076 conmon[41576]: cluster 2024-02-18T01:16:39.318659+0000 mgr.smithi037.vsmnxk (mgr.14182) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:42.660 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:42 smithi037 conmon[35901]: cluster 2024-02-18T01:16:41.319249+0000 mgr.smithi037.vsmnxk (mgr.14182) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:42.661 INFO:teuthology.orchestra.run.smithi037.stdout:107374182414 2024-02-18T01:16:42.662 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-18T01:16:42.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:42 smithi076 conmon[41576]: cluster 2024-02-18T01:16:41.319249+0000 mgr.smithi037.vsmnxk (mgr.14182) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:43.050 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:44.729 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:44 smithi037 conmon[35901]: cluster 2024-02-18T01:16:43.319548+0000 mgr.smithi037.vsmnxk (mgr.14182) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:44.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:44 smithi076 conmon[41576]: cluster 2024-02-18T01:16:43.319548+0000 mgr.smithi037.vsmnxk (mgr.14182) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:45.127 INFO:teuthology.orchestra.run.smithi037.stdout:146028888077 2024-02-18T01:16:45.127 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-18T01:16:45.509 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:46.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:46 smithi037 conmon[35901]: cluster 2024-02-18T01:16:45.319949+0000 mgr.smithi037.vsmnxk 2024-02-18T01:16:46.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:46 smithi037 conmon[35901]: (mgr.14182) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:46 smithi076 conmon[41576]: cluster 2024-02-18T01:16:45.319949+0000 mgr.smithi037.vsmnxk (mgr.14182) 131 : cluster [DBG] 2024-02-18T01:16:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:46 smithi076 conmon[41576]: pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:47.628 INFO:teuthology.orchestra.run.smithi037.stdout:128849018892 2024-02-18T01:16:47.629 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-18T01:16:48.014 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:48.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:48 smithi037 conmon[35901]: cluster 2024-02-18T01:16:47.320455+0000 mgr.smithi037.vsmnxk (mgr.14182) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:48.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:48 smithi076 conmon[41576]: cluster 2024-02-18T01:16:47.320455+0000 mgr.smithi037.vsmnxk (mgr.14182) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:48.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:48 smithi076 conmon[41576]: 2024-02-18T01:16:50.194 INFO:teuthology.orchestra.run.smithi037.stdout:163208757259 2024-02-18T01:16:50.195 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-18T01:16:50.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:50 smithi037 conmon[35901]: cluster 2024-02-18T01:16:49.320851+0000 mgr.smithi037.vsmnxk (mgr.14182) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:50.581 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:50 smithi076 conmon[41576]: cluster 2024-02-18T01:16:49.320851+0000 mgr.smithi037.vsmnxk (mgr.14182) 133 : cluster 2024-02-18T01:16:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:50 smithi076 conmon[41576]: [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:52.319 INFO:teuthology.orchestra.run.smithi037.stdout:68719476753 2024-02-18T01:16:52.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:52 smithi037 conmon[35901]: cluster 2024-02-18T01:16:51.321217+0000 mgr.smithi037.vsmnxk (mgr.14182) 134 2024-02-18T01:16:52.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:52 smithi037 conmon[35901]: : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:52.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:52 smithi037 conmon[35901]: audit 2024-02-18T01:16:52.319478+0000 mon.smithi037 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.37:0/3827888574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-18T01:16:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:52 smithi076 conmon[41576]: cluster 2024-02-18T01:16:51.321217+0000 mgr.smithi037.vsmnxk (mgr.14182) 134 : cluster 2024-02-18T01:16:52.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:52 smithi076 conmon[41576]: [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:52.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:52 smithi076 conmon[41576]: audit 2024-02-18T01:16:52.319478+0000 mon.smithi037 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.37:0/3827888574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-18T01:16:52.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:52 smithi076 conmon[41576]: 2024-02-18T01:16:52.927 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476753 for osd.0 2024-02-18T01:16:52.927 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-18T01:16:53.313 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:54.582 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:54 smithi037 conmon[35901]: cluster 2024-02-18T01:16:53.321538+0000 mgr.smithi037.vsmnxk (mgr.14182) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:54.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:54 smithi076 conmon[41576]: cluster 2024-02-18T01:16:53.321538+0000 mgr.smithi037.vsmnxk (mgr.14182) 135 2024-02-18T01:16:54.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:54 smithi076 conmon[41576]: : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:54.990 INFO:teuthology.orchestra.run.smithi037.stdout:94489280528 2024-02-18T01:16:55.532 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280524 got 94489280528 for osd.1 2024-02-18T01:16:55.533 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-18T01:16:55.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:55 smithi037 conmon[35901]: audit 2024-02-18T01:16:54.991402+0000 mon.smithi037 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.37:0/4133936792' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-18T01:16:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:55 smithi076 conmon[41576]: audit 2024-02-18T01:16:54.991402+0000 mon.smithi037 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.37:0/4133936792' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-18T01:16:55.924 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:56.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:56 smithi037 conmon[35901]: cluster 2024-02-18T01:16:55.321965+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:16:56.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:56 smithi037 conmon[35901]: ) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:56 smithi076 conmon[41576]: cluster 2024-02-18T01:16:55.321965+0000 mgr.smithi037.vsmnxk (mgr.14182) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:57.625 INFO:teuthology.orchestra.run.smithi037.stdout:85899345938 2024-02-18T01:16:58.201 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345938 for osd.2 2024-02-18T01:16:58.201 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-18T01:16:58.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:58 smithi037 conmon[35901]: cluster 2024-02-18T01:16:57.322353+0000 mgr.smithi037.vsmnxk (mgr.14182) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:58.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:16:58 smithi037 conmon[35901]: audit 2024-02-18T01:16:57.626314+0000 mon.smithi037 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.37:0/1145249779' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-18T01:16:58.588 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:16:58.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:58 smithi076 conmon[41576]: cluster 2024-02-18T01:16:57.322353+0000 mgr.smithi037.vsmnxk (mgr.14182) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:16:58.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:16:58 smithi076 conmon[41576]: audit 2024-02-18T01:16:57.626314+0000 mon.smithi037 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.37:0/1145249779' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-18T01:17:00.299 INFO:teuthology.orchestra.run.smithi037.stdout:120259084304 2024-02-18T01:17:00.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:00 smithi037 conmon[35901]: cluster 2024-02-18T01:16:59.322792+0000 mgr.smithi037.vsmnxk (mgr.14182) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:00.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:00 smithi037 conmon[35901]: audit 2024-02-18T01:17:00.299641+0000 mon.smithi037 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.37:0/3225047745' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-18T01:17:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:00 smithi076 conmon[41576]: cluster 2024-02-18T01:16:59.322792+0000 mgr.smithi037.vsmnxk (mgr.14182) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:00 smithi076 conmon[41576]: 2024-02-18T01:17:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:00 smithi076 conmon[41576]: audit 2024-02-18T01:17:00.299641+0000 mon.smithi037 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.37:0/3225047745' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-18T01:17:00.933 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084300 got 120259084304 for osd.3 2024-02-18T01:17:00.933 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-18T01:17:01.316 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:17:02.555 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:02 smithi037 conmon[35901]: cluster 2024-02-18T01:17:01.323201+0000 mgr.smithi037.vsmnxk (mgr.14182) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:02.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:02 smithi076 conmon[41576]: cluster 2024-02-18T01:17:01.323201+0000 mgr.smithi037.vsmnxk (mgr.14182) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:02.984 INFO:teuthology.orchestra.run.smithi037.stdout:107374182418 2024-02-18T01:17:03.599 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182414 got 107374182418 for osd.4 2024-02-18T01:17:03.599 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-18T01:17:03.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:03 smithi037 conmon[35901]: audit 2024-02-18T01:17:02.984751+0000 mon.smithi037 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.37:0/3992155896' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-18T01:17:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:03 smithi076 conmon[41576]: audit 2024-02-18T01:17:02.984751+0000 mon.smithi037 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.37:0/3992155896' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-18T01:17:03.983 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:17:04.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:04 smithi037 conmon[35901]: cluster 2024-02-18T01:17:03.323681+0000 2024-02-18T01:17:04.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:04 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:04.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:04 smithi076 conmon[41576]: cluster 2024-02-18T01:17:03.323681+0000 mgr.smithi037.vsmnxk (mgr.14182) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:05.645 INFO:teuthology.orchestra.run.smithi037.stdout:146028888081 2024-02-18T01:17:06.266 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888077 got 146028888081 for osd.5 2024-02-18T01:17:06.267 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-18T01:17:06.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:06 smithi037 conmon[35901]: cluster 2024-02-18T01:17:05.324178+0000 mgr.smithi037.vsmnxk 2024-02-18T01:17:06.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:06 smithi037 conmon[35901]: (mgr.14182) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:06.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:06 smithi037 conmon[35901]: audit 2024-02-18T01:17:05.644956+0000 mon.smithi037 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.37:0/2496476863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-18T01:17:06.652 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:17:06.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:06 smithi076 conmon[41576]: cluster 2024-02-18T01:17:05.324178+0000 mgr.smithi037.vsmnxk (mgr.14182) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:06.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:06 smithi076 conmon[41576]: audit 2024-02-18T01:17:05.644956+0000 mon.smithi037 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.37:0/2496476863' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-18T01:17:08.331 INFO:teuthology.orchestra.run.smithi037.stdout:128849018896 2024-02-18T01:17:08.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:08 smithi037 conmon[35901]: cluster 2024-02-18T01:17:07.324592+0000 mgr.smithi037.vsmnxk (mgr.14182) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:08.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:08 smithi037 conmon[35901]: audit 2024-02-18T01:17:08.332316+0000 mon.smithi037 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.37:0/3651469573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-18T01:17:08.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:08 smithi076 conmon[41576]: cluster 2024-02-18T01:17:07.324592+0000 mgr.smithi037.vsmnxk (mgr.14182) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:08.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:08 smithi076 conmon[41576]: audit 2024-02-18T01:17:08.332316+0000 mon.smithi037 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.37:0/3651469573' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-18T01:17:09.015 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018892 got 128849018896 for osd.6 2024-02-18T01:17:09.015 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-18T01:17:09.404 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:17:10.696 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:10 smithi037 conmon[35901]: cluster 2024-02-18T01:17:09.324892+0000 2024-02-18T01:17:10.696 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:10 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:10.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:10 smithi076 conmon[41576]: cluster 2024-02-18T01:17:09.324892+0000 mgr.smithi037.vsmnxk (mgr.14182) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:11.118 INFO:teuthology.orchestra.run.smithi037.stdout:163208757263 2024-02-18T01:17:11.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:11 smithi037 conmon[35901]: audit 2024-02-18T01:17:11.119287+0000 mon.smithi037 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.37:0/3033506865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-18T01:17:11.741 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757259 got 163208757263 for osd.7 2024-02-18T01:17:11.741 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-18T01:17:11.741 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-18T01:17:11.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:11 smithi076 conmon[41576]: audit 2024-02-18T01:17:11.119287+0000 mon.smithi037 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.37:0/3033506865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-18T01:17:12.132 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:17:12.683 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:12 smithi037 conmon[35901]: cluster 2024-02-18T01:17:11.325246+0000 mgr.smithi037.vsmnxk (mgr.14182) 144 : cluster 2024-02-18T01:17:12.683 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:12 smithi037 conmon[35901]: [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:12.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:12 smithi076 conmon[41576]: cluster 2024-02-18T01:17:11.325246+0000 mgr.smithi037.vsmnxk (mgr.14182) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:13.780 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:17:13.781 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-02-18T01:17:14.390 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":127,"stamp":"2024-02-18T01:17:13.325517+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":2379880,"kb_used_data":3112,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548568,"statfs":{"total":767926730752,"available":765489733632,"internally_reserved":0,"allocated":3186688,"data_stored":1256006,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-18T01:16:06.863186+0000","last_change":"2024-02-18T01:16:06.863186+0000","last_active":"2024-02-18T01:16:06.863186+0000","last_peered":"2024-02-18T01:16:06.863186+0000","last_clean":"2024-02-18T01:16:06.863186+0000","last_became_active":"2024-02-18T01:16:06.862869+0000","last_became_peered":"2024-02-18T01:16:06.862869+0000","last_unstale":"2024-02-18T01:16:06.863186+0000","last_undegraded":"2024-02-18T01:16:06.863186+0000","last_fullsized":"2024-02-18T01:16:06.863186+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-18T01:15:46.333083+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-18T01:15:46.333083+0000","last_clean_scrub_stamp":"2024-02-18T01:15:46.333083+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757264,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.69899999999999995}]},{"osd":1,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.40999999999999998}]},{"osd":2,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.68400000000000005}]},{"osd":3,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.623},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.65700000000000003}]},{"osd":4,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.73499999999999999}]},{"osd":5,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.80400000000000005}]},{"osd":6,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.745},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.75900000000000001}]}]},{"osd":5,"up_from":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.374}]},{"osd":1,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.41799999999999998}]},{"osd":2,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.441},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.46100000000000002}]},{"osd":3,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.312},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.38800000000000001}]},{"osd":4,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.1000000000000001,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.48499999999999999}]},{"osd":6,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.0069999999999999,"5min":1.0069999999999999,"15min":1.0069999999999999},"last":0.45300000000000001}]},{"osd":7,"last update":"Sun Feb 18 01:17:08 2024","interfaces":[{"interface":"back","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.113,"5min":1.113,"15min":1.113},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"last":0.505}]}]},{"osd":2,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157237,"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 Feb 18 01:16:44 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.434}]},{"osd":1,"last update":"Sun Feb 18 01:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.54000000000000004}]},{"osd":3,"last update":"Sun Feb 18 01:16:53 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"last":0.59699999999999998},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.58199999999999996}]},{"osd":4,"last update":"Sun Feb 18 01:16:53 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.503}]},{"osd":5,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.64700000000000002}]},{"osd":6,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.61399999999999999}]},{"osd":7,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.66600000000000004}]}]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.49099999999999999}]},{"osd":2,"last update":"Sun Feb 18 01:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.33800000000000002}]},{"osd":3,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.57399999999999995}]},{"osd":4,"last update":"Sun Feb 18 01:16:50 2024","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.38400000000000001}]},{"osd":5,"last update":"Sun Feb 18 01:17:02 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.497},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.52400000000000002}]},{"osd":6,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.51500000000000001}]},{"osd":7,"last update":"Sun Feb 18 01:17:07 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.57899999999999996}]}]},{"osd":1,"up_from":22,"seq":94489280532,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.45000000000000001}]},{"osd":2,"last update":"Sun Feb 18 01:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.46200000000000002}]},{"osd":3,"last update":"Sun Feb 18 01:16:52 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.32000000000000001}]},{"osd":4,"last update":"Sun Feb 18 01:16:48 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.39500000000000002}]},{"osd":5,"last update":"Sun Feb 18 01:17:03 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.501},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.379}]},{"osd":6,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.41299999999999998}]},{"osd":7,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.53600000000000003}]}]},{"osd":4,"up_from":25,"seq":107374182420,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:48 2024","interfaces":[{"interface":"back","average":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.53200000000000003}]},{"osd":1,"last update":"Sun Feb 18 01:16:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.51700000000000002}]},{"osd":2,"last update":"Sun Feb 18 01:16:48 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.432},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.495}]},{"osd":3,"last update":"Sun Feb 18 01:16:53 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.66800000000000004}]},{"osd":5,"last update":"Sun Feb 18 01:17:01 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.56000000000000005}]},{"osd":6,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.61799999999999999}]},{"osd":7,"last update":"Sun Feb 18 01:17:05 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.63800000000000001}]}]},{"osd":3,"up_from":28,"seq":120259084307,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157237,"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 Feb 18 01:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.61099999999999999}]},{"osd":1,"last update":"Sun Feb 18 01:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.47199999999999998}]},{"osd":2,"last update":"Sun Feb 18 01:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.68999999999999995}]},{"osd":4,"last update":"Sun Feb 18 01:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.748},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.77300000000000002}]},{"osd":5,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.626}]},{"osd":6,"last update":"Sun Feb 18 01:16:53 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.80400000000000005},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.71499999999999997}]},{"osd":7,"last update":"Sun Feb 18 01:17:07 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.52000000000000002}]}]},{"osd":6,"up_from":30,"seq":128849018897,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.498}]},{"osd":1,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.59699999999999998}]},{"osd":2,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.48499999999999999}]},{"osd":3,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.625},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.63100000000000001}]},{"osd":4,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.68600000000000005}]},{"osd":5,"last update":"Sun Feb 18 01:17:02 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.82399999999999995},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.76700000000000002}]},{"osd":7,"last update":"Sun Feb 18 01:17:07 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.79000000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-18T01:17:14.392 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph pg dump --format=json 2024-02-18T01:17:14.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:14 smithi076 conmon[41576]: cluster 2024-02-18T01:17:13.325789+0000 mgr.smithi037.vsmnxk (mgr.14182) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:14.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:14 smithi076 conmon[41576]: audit 2024-02-18T01:17:13.777696+0000 mgr.smithi037.vsmnxk (mgr.14182) 146 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:14.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:14 smithi037 conmon[35901]: cluster 2024-02-18T01:17:13.325789+0000 mgr.smithi037.vsmnxk (mgr.14182) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:14.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:14 smithi037 conmon[35901]: audit 2024-02-18T01:17:13.777696+0000 mgr.smithi037.vsmnxk (mgr.14182) 146 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:14.785 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:17:16.423 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:17:16.425 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-02-18T01:17:16.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:16 smithi037 conmon[35901]: cluster 2024-02-18T01:17:15.326163+0000 mgr.smithi037.vsmnxk (mgr.14182) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:16.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:16 smithi076 conmon[41576]: cluster 2024-02-18T01:17:15.326163+0000 mgr.smithi037.vsmnxk (mgr.14182) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:17.074 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":128,"stamp":"2024-02-18T01:17:15.325972+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":2379880,"kb_used_data":3112,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548568,"statfs":{"total":767926730752,"available":765489733632,"internally_reserved":0,"allocated":3186688,"data_stored":1256006,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-18T01:16:06.863186+0000","last_change":"2024-02-18T01:16:06.863186+0000","last_active":"2024-02-18T01:16:06.863186+0000","last_peered":"2024-02-18T01:16:06.863186+0000","last_clean":"2024-02-18T01:16:06.863186+0000","last_became_active":"2024-02-18T01:16:06.862869+0000","last_became_peered":"2024-02-18T01:16:06.862869+0000","last_unstale":"2024-02-18T01:16:06.863186+0000","last_undegraded":"2024-02-18T01:16:06.863186+0000","last_fullsized":"2024-02-18T01:16:06.863186+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-18T01:15:46.333083+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-18T01:15:46.333083+0000","last_clean_scrub_stamp":"2024-02-18T01:15:46.333083+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757264,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82399999999999995,"5min":0.82399999999999995,"15min":0.82399999999999995},"last":0.69899999999999995}]},{"osd":1,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.40999999999999998}]},{"osd":2,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.68400000000000005}]},{"osd":3,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.623},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.65700000000000003}]},{"osd":4,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"last":0.73499999999999999}]},{"osd":5,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.80400000000000005}]},{"osd":6,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.745},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.75900000000000001}]}]},{"osd":5,"up_from":34,"seq":146028888083,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.54300000000000004},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.53300000000000003}]},{"osd":1,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.35799999999999998}]},{"osd":2,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"last":0.42899999999999999}]},{"osd":3,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.377}]},{"osd":4,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.1000000000000001,"5min":1.1000000000000001,"15min":1.1000000000000001},"last":0.57599999999999996}]},{"osd":6,"last update":"Sun Feb 18 01:16:59 2024","interfaces":[{"interface":"back","average":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.0069999999999999,"5min":1.0069999999999999,"15min":1.0069999999999999},"last":0.52800000000000002}]},{"osd":7,"last update":"Sun Feb 18 01:17:08 2024","interfaces":[{"interface":"back","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.113,"5min":1.113,"15min":1.113},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"last":0.60099999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157237,"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 Feb 18 01:16:44 2024","interfaces":[{"interface":"back","average":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.378},{"interface":"front","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"last":0.52000000000000002}]},{"osd":1,"last update":"Sun Feb 18 01:16:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.55000000000000004}]},{"osd":3,"last update":"Sun Feb 18 01:16:53 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"last":0.64300000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.73099999999999998}]},{"osd":4,"last update":"Sun Feb 18 01:16:53 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.621}]},{"osd":5,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.69999999999999996}]},{"osd":6,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.56200000000000006}]},{"osd":7,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.59899999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476758,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.49099999999999999}]},{"osd":2,"last update":"Sun Feb 18 01:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.33800000000000002}]},{"osd":3,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"last":0.57399999999999995}]},{"osd":4,"last update":"Sun Feb 18 01:16:50 2024","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.38400000000000001}]},{"osd":5,"last update":"Sun Feb 18 01:17:02 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.497},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.52400000000000002}]},{"osd":6,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"last":0.51500000000000001}]},{"osd":7,"last update":"Sun Feb 18 01:17:07 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.80500000000000005,"5min":0.80500000000000005,"15min":0.80500000000000005},"last":0.57899999999999996}]}]},{"osd":1,"up_from":22,"seq":94489280532,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.45000000000000001}]},{"osd":2,"last update":"Sun Feb 18 01:16:47 2024","interfaces":[{"interface":"back","average":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"last":0.46200000000000002}]},{"osd":3,"last update":"Sun Feb 18 01:16:52 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.32000000000000001}]},{"osd":4,"last update":"Sun Feb 18 01:16:48 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.39500000000000002}]},{"osd":5,"last update":"Sun Feb 18 01:17:03 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.501},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.379}]},{"osd":6,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"last":0.41299999999999998}]},{"osd":7,"last update":"Sun Feb 18 01:17:06 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.53600000000000003}]}]},{"osd":4,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:48 2024","interfaces":[{"interface":"back","average":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.39000000000000001}]},{"osd":1,"last update":"Sun Feb 18 01:16:48 2024","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.50800000000000001}]},{"osd":2,"last update":"Sun Feb 18 01:16:48 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.441},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.48399999999999999}]},{"osd":3,"last update":"Sun Feb 18 01:16:53 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.92700000000000005,"5min":0.92700000000000005,"15min":0.92700000000000005},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.66900000000000004}]},{"osd":5,"last update":"Sun Feb 18 01:17:01 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.63400000000000001}]},{"osd":6,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58799999999999997}]},{"osd":7,"last update":"Sun Feb 18 01:17:05 2024","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.59999999999999998}]}]},{"osd":3,"up_from":28,"seq":120259084307,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157237,"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 Feb 18 01:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.95899999999999996,"5min":0.95899999999999996,"15min":0.95899999999999996},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.61099999999999999}]},{"osd":1,"last update":"Sun Feb 18 01:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.47199999999999998}]},{"osd":2,"last update":"Sun Feb 18 01:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.82799999999999996},{"interface":"front","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.92100000000000004,"5min":0.92100000000000004,"15min":0.92100000000000004},"last":0.68999999999999995}]},{"osd":4,"last update":"Sun Feb 18 01:16:51 2024","interfaces":[{"interface":"back","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.748},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.77300000000000002}]},{"osd":5,"last update":"Sun Feb 18 01:16:58 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.88200000000000001,"5min":0.88200000000000001,"15min":0.88200000000000001},"last":0.626}]},{"osd":6,"last update":"Sun Feb 18 01:16:53 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.80400000000000005},{"interface":"front","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.71499999999999997}]},{"osd":7,"last update":"Sun Feb 18 01:17:07 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.52000000000000002}]}]},{"osd":6,"up_from":30,"seq":128849018898,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156922,"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 Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.53400000000000003}]},{"osd":1,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.60999999999999999}]},{"osd":2,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.47199999999999998}]},{"osd":3,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.65800000000000003},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.70599999999999996}]},{"osd":4,"last update":"Sun Feb 18 01:16:56 2024","interfaces":[{"interface":"back","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.58999999999999997}]},{"osd":5,"last update":"Sun Feb 18 01:17:02 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.72299999999999998}]},{"osd":7,"last update":"Sun Feb 18 01:17:07 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.747},{"interface":"front","average":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.73699999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-18T01:17:17.076 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-18T01:17:17.076 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-18T01:17:17.076 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-18T01:17:17.076 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph health --format=json 2024-02-18T01:17:17.463 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/mon.smithi037/config 2024-02-18T01:17:17.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:17 smithi037 conmon[35901]: audit 2024-02-18T01:17:16.421228+0000 2024-02-18T01:17:17.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:17 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 148 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:17.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:17 smithi076 conmon[41576]: audit 2024-02-18T01:17:16.421228+0000 mgr.smithi037.vsmnxk (mgr.14182) 148 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:18.737 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:18 smithi037 conmon[35901]: cluster 2024-02-18T01:17:17.326485+0000 mgr.smithi037.vsmnxk (mgr.14182) 149 2024-02-18T01:17:18.737 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:18 smithi037 conmon[35901]: : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:18.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:18 smithi076 conmon[41576]: cluster 2024-02-18T01:17:17.326485+0000 mgr.smithi037.vsmnxk (mgr.14182) 149 2024-02-18T01:17:18.888 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:18 smithi076 conmon[41576]: : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:19.187 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:17:19.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:19 smithi037 conmon[35901]: audit 2024-02-18T01:17:19.188155+0000 mon.smithi037 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.37:0/3193043723' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-18T01:17:19.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:19 smithi076 conmon[41576]: audit 2024-02-18T01:17:19.188155+0000 mon.smithi037 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.37:0/3193043723' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-18T01:17:19.916 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-18T01:17:19.916 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-18T01:17:19.917 INFO:tasks.cephadm:Setup complete, yielding 2024-02-18T01:17:19.917 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-18T01:17:19.927 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2024-02-18T01:17:19.927 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- bash -c 'ceph orch status' 2024-02-18T01:17:20.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:20 smithi037 conmon[35901]: cluster 2024-02-18T01:17:19.326895+0000 mgr.smithi037.vsmnxk 2024-02-18T01:17:20.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:20 smithi037 conmon[35901]: (mgr.14182) 150 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:20 smithi076 conmon[41576]: cluster 2024-02-18T01:17:19.326895+0000 mgr.smithi037.vsmnxk (mgr.14182) 150 : cluster 2024-02-18T01:17:20.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:20 smithi076 conmon[41576]: [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:21.857 INFO:teuthology.orchestra.run.smithi037.stdout:Backend: cephadm 2024-02-18T01:17:21.858 INFO:teuthology.orchestra.run.smithi037.stdout:Available: Yes 2024-02-18T01:17:21.858 INFO:teuthology.orchestra.run.smithi037.stdout:Paused: No 2024-02-18T01:17:22.457 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-18T01:17:22.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:22 smithi037 conmon[35901]: cluster 2024-02-18T01:17:21.327744+0000 mgr.smithi037.vsmnxk (mgr.14182) 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:22.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:22 smithi037 conmon[35901]: audit 2024-02-18T01:17:21.857994+0000 mgr.smithi037.vsmnxk (mgr.14182) 152 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:22.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:22 smithi076 conmon[41576]: cluster 2024-02-18T01:17:21.327744+0000 mgr.smithi037.vsmnxk (mgr.14182) 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:22.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:22 smithi076 conmon[41576]: 2024-02-18T01:17:22.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:22 smithi076 conmon[41576]: audit 2024-02-18T01:17:21.857994+0000 mgr.smithi037.vsmnxk (mgr.14182) 152 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-18T01:17:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi037 smithi037 *:9093,9094 running (2m) 74s ago 3m 22.3M - 0.23.0 ba2b418f427c 1178d9907602 2024-02-18T01:17:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (3m) 74s ago 3m 7298k - 16.2.14-548-g81bd20d6 823b921721f5 5aa7555a3466 2024-02-18T01:17:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi076 smithi076 running (3m) 78s ago 3m 7453k - 16.2.14-548-g81bd20d6 823b921721f5 7de8a3521e62 2024-02-18T01:17:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi037 smithi037 *:3000 running (2m) 74s ago 3m 48.9M - 8.3.5 dad864ee21e9 1d353228366d 2024-02-18T01:17:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.vsmnxk smithi037 *:9283 running (5m) 74s ago 5m 445M - 16.2.14-548-g81bd20d6 823b921721f5 87eed9d6bbff 2024-02-18T01:17:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi076.pfsdmw smithi076 *:8443,9283 running (2m) 78s ago 2m 392M - 16.2.14-548-g81bd20d6 823b921721f5 54a82f71de7c 2024-02-18T01:17:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (5m) 74s ago 5m 76.7M 2048M 16.2.14-548-g81bd20d6 823b921721f5 a8b8ae758a21 2024-02-18T01:17:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi076 smithi076 running (2m) 78s ago 2m 66.0M 2048M 16.2.14-548-g81bd20d6 823b921721f5 3fb4e912664b 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 *:9100 running (3m) 74s ago 3m 26.3M - 1.3.1 1dbe0e931976 c7f200214e3b 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi076 smithi076 *:9100 running (2m) 78s ago 2m 21.7M - 1.3.1 1dbe0e931976 9588b49a3699 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi076 running (111s) 78s ago 111s 31.3M 3990M 16.2.14-548-g81bd20d6 823b921721f5 a9204005fd6e 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (105s) 74s ago 105s 33.5M 3223M 16.2.14-548-g81bd20d6 823b921721f5 c0bd2e0f50ff 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi076 running (106s) 78s ago 106s 33.7M 3990M 16.2.14-548-g81bd20d6 823b921721f5 4bd559d2cd9f 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (99s) 74s ago 98s 31.5M 3223M 16.2.14-548-g81bd20d6 823b921721f5 c3da58c9a873 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi076 running (102s) 78s ago 102s 32.3M 3990M 16.2.14-548-g81bd20d6 823b921721f5 9d32dcc9d74e 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi037 running (91s) 74s ago 91s 29.5M 3223M 16.2.14-548-g81bd20d6 823b921721f5 59687867e250 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi076 running (97s) 78s ago 97s 29.8M 3990M 16.2.14-548-g81bd20d6 823b921721f5 c955ca993962 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi037 running (84s) 74s ago 84s 30.2M 3223M 16.2.14-548-g81bd20d6 823b921721f5 d6917f46ef66 2024-02-18T01:17:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi037 smithi037 *:9095 running (2m) 74s ago 3m 40.7M - 2.33.4 514e6a882f6e 874542e96992 2024-02-18T01:17:24.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:24 smithi076 conmon[41576]: cluster 2024-02-18T01:17:23.328130+0000 mgr.smithi037.vsmnxk (mgr.14182) 153 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:24 smithi037 conmon[35901]: cluster 2024-02-18T01:17:23.328130+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:17:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:24 smithi037 conmon[35901]: .14182) 153 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:24.980 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-18T01:17:25.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:25 smithi037 conmon[35901]: audit 2024-02-18T01:17:24.416069+0000 mgr.smithi037.vsmnxk (mgr.14182) 154 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:25 smithi076 conmon[41576]: audit 2024-02-18T01:17:24.416069+0000 mgr.smithi037.vsmnxk (mgr.14182) 154 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:26.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:26 smithi037 conmon[35901]: cluster 2024-02-18T01:17:25.328631+0000 mgr.smithi037.vsmnxk (mgr.14182) 155 : 2024-02-18T01:17:26.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:26 smithi037 conmon[35901]: cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:26.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:26 smithi076 conmon[41576]: cluster 2024-02-18T01:17:25.328631+0000 mgr.smithi037.vsmnxk (mgr.14182) 155 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:26.982 INFO:teuthology.orchestra.run.smithi037.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-18T01:17:26.982 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager ?:9093,9094 1/1 76s ago 4m count:1 2024-02-18T01:17:26.982 INFO:teuthology.orchestra.run.smithi037.stdout:crash 2/2 81s ago 4m * 2024-02-18T01:17:26.983 INFO:teuthology.orchestra.run.smithi037.stdout:grafana ?:3000 1/1 76s ago 4m count:1 2024-02-18T01:17:26.983 INFO:teuthology.orchestra.run.smithi037.stdout:mgr 2/2 81s ago 4m count:2 2024-02-18T01:17:26.983 INFO:teuthology.orchestra.run.smithi037.stdout:mon 2/2 81s ago 3m smithi037:172.21.15.37=smithi037;smithi076:172.21.15.76=smithi076;count:2 2024-02-18T01:17:26.983 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter ?:9100 2/2 81s ago 4m * 2024-02-18T01:17:26.983 INFO:teuthology.orchestra.run.smithi037.stdout:osd.all-available-devices 8 81s ago 2m * 2024-02-18T01:17:26.983 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus ?:9095 1/1 76s ago 4m count:1 2024-02-18T01:17:27.588 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-18T01:17:27.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:27 smithi037 conmon[35901]: audit 2024-02-18T01:17:26.979241+0000 mgr.smithi037.vsmnxk (mgr.14182) 156 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:27.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:27 smithi037 conmon[35901]: audit 2024-02-18T01:17:27.295822+0000 mon.smithi037 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:17:27.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:27 smithi076 conmon[41576]: audit 2024-02-18T01:17:26.979241+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:17:27.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:27 smithi076 conmon[41576]: mgr.14182) 156 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:27.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:27 smithi076 conmon[41576]: audit 2024-02-18T01:17:27.295822+0000 2024-02-18T01:17:27.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:27 smithi076 conmon[41576]: mon.smithi037 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:17:28.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:28 smithi037 conmon[35901]: cluster 2024-02-18T01:17:27.329010+0000 mgr.smithi037.vsmnxk (mgr.14182) 157 : 2024-02-18T01:17:28.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:28 smithi037 conmon[35901]: cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:28 smithi076 conmon[41576]: cluster 2024-02-18T01:17:27.329010+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:17:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:28 smithi076 conmon[41576]: mgr.14182) 157 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:30.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:29 smithi037 conmon[35901]: audit 2024-02-18T01:17:28.899462+0000 mon.smithi037 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:30.151 INFO:teuthology.orchestra.run.smithi037.stdout:HOST ADDR LABELS STATUS 2024-02-18T01:17:30.152 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 172.21.15.37 2024-02-18T01:17:30.152 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 172.21.15.76 2024-02-18T01:17:30.152 INFO:teuthology.orchestra.run.smithi037.stdout:2 hosts in cluster 2024-02-18T01:17:30.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:29 smithi076 conmon[41576]: audit 2024-02-18T01:17:28.899462+0000 mon.smithi037 (mon.0) 600 : audit [INF] 2024-02-18T01:17:30.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:29 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:31.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:30 smithi037 conmon[35901]: cluster 2024-02-18T01:17:29.329608+0000 2024-02-18T01:17:31.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:30 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 158 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:31.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:30 smithi037 conmon[35901]: audit 2024-02-18T01:17:30.151544+0000 mgr.smithi037.vsmnxk (mgr.14182) 159 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:30 smithi076 conmon[41576]: cluster 2024-02-18T01:17:29.329608+0000 mgr.smithi037.vsmnxk (mgr.14182) 158 : 2024-02-18T01:17:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:30 smithi076 conmon[41576]: cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:31.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:30 smithi076 conmon[41576]: audit 2024-02-18T01:17:30.151544+0000 mgr.smithi037.vsmnxk (mgr.14182) 159 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:31.451 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-18T01:17:33.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:33 smithi037 conmon[35901]: cluster 2024-02-18T01:17:31.330169+0000 mgr.smithi037.vsmnxk (mgr.14182) 160 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:33.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:33 smithi037 conmon[35901]: audit 2024-02-18T01:17:32.253501+0000 mon.smithi037 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:33.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:33 smithi037 conmon[35901]: audit 2024-02-18T01:17:32.832381+0000 mon.smithi037 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:33.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:33 smithi037 conmon[35901]: audit 2024-02-18T01:17:32.833201+0000 mon.smithi037 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:17:33.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:33 smithi037 conmon[35901]: audit 2024-02-18T01:17:32.837773+0000 mon.smithi037 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:33.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:33 smithi037 conmon[35901]: audit 2024-02-18T01:17:32.841843+0000 mon.smithi037 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:17:33.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:33 smithi037 conmon[35901]: 2024-02-18T01:17:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: cluster 2024-02-18T01:17:31.330169+0000 mgr.smithi037.vsmnxk (mgr.14182) 160 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: 02-18T01:17:32.253501+0000 mon.smithi037 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: audit 2024-02-18T01:17:32.832381+0000 mon.smithi037 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: audit 2024-02-18T01:17:32.833201+0000 mon.smithi037 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: audit 2024 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: -02-18T01:17:32.837773+0000 mon.smithi037 ( 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: 02-18T01:17:32.841843+0000 mon.smithi037 (mon 2024-02-18T01:17:33.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:33 smithi076 conmon[41576]: .0) 605 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:17:33.667 INFO:teuthology.orchestra.run.smithi037.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-18T01:17:33.667 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5331005T400BGN 372G 79s ago Has a FileSystem, LVM detected 2024-02-18T01:17:33.667 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme1n1 ssd Linux_bdf663f881ea71acf6a1 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:33.667 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme2n1 ssd Linux_500697113316102f94ce 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:33.667 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme3n1 ssd Linux_79b9abe3fccc42968ed4 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:33.668 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme4n1 ssd Linux_1a790a3008d56bdacb0e 89.4G 79s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:33.668 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400U4400BGN 372G 84s ago Has a FileSystem, LVM detected 2024-02-18T01:17:33.668 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme1n1 ssd Linux_3e27952982ae577d6e13 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:33.668 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme2n1 ssd Linux_831b2c92694903c5f5b8 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:33.668 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme3n1 ssd Linux_4757cf0be9f26e7e7c1a 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:33.668 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme4n1 ssd Linux_486e3ac349f740171fde 89.4G 84s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:34.286 INFO:teuthology.run_tasks:Running task vip... 2024-02-18T01:17:34.297 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-18T01:17:34.297 INFO:tasks.vip:peername 172.21.15.37 2024-02-18T01:17:34.300 INFO:tasks.vip:172.21.15.37 in 172.21.0.0/20, pos 3876 2024-02-18T01:17:34.305 INFO:tasks.vip:smithi037.front.sepia.ceph.com static 10.0.15.37, vnet 10.0.0.0/16 2024-02-18T01:17:34.305 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-18T01:17:34.306 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip route ls 2024-02-18T01:17:34.343 INFO:teuthology.orchestra.run.smithi037.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-18T01:17:34.343 INFO:teuthology.orchestra.run.smithi037.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 metric 100 2024-02-18T01:17:34.345 INFO:tasks.vip:Configuring 10.0.15.37 on smithi037.front.sepia.ceph.com iface ens1f0... 2024-02-18T01:17:34.345 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip addr add 10.0.15.37/16 dev ens1f0 2024-02-18T01:17:34.422 INFO:tasks.vip:peername 172.21.15.76 2024-02-18T01:17:34.425 INFO:tasks.vip:172.21.15.76 in 172.21.0.0/20, pos 3915 2024-02-18T01:17:34.428 INFO:tasks.vip:smithi076.front.sepia.ceph.com static 10.0.15.76, vnet 10.0.0.0/16 2024-02-18T01:17:34.429 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip route ls 2024-02-18T01:17:34.468 INFO:teuthology.orchestra.run.smithi076.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-18T01:17:34.468 INFO:teuthology.orchestra.run.smithi076.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.76 metric 100 2024-02-18T01:17:34.469 INFO:tasks.vip:Configuring 10.0.15.76 on smithi076.front.sepia.ceph.com iface enp3s0f1... 2024-02-18T01:17:34.469 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip addr add 10.0.15.76/16 dev enp3s0f1 2024-02-18T01:17:34.542 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-18T01:17:34.552 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2024-02-18T01:17:34.552 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-18T01:17:35.364 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:35 smithi037 conmon[35901]: cluster 2024-02-18T01:17:33.330622+0000 mgr.smithi037.vsmnxk (mgr.14182) 161 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:35.364 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:35 smithi037 conmon[35901]: audit 2024-02-18T01:17:33.666001+0000 mgr.smithi037.vsmnxk (mgr.14182) 162 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:35 smithi076 conmon[41576]: cluster 2024-02-18T01:17:33.330622+0000 mgr.smithi037.vsmnxk (mgr.14182) 161 : cluster [DBG] 2024-02-18T01:17:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:35 smithi076 conmon[41576]: pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:35.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:35 smithi076 conmon[41576]: audit 2024-02-18T01:17:33.666001+0000 mgr.smithi037.vsmnxk (mgr.14182) 162 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5331005T400BGN 372G 82s ago Has a FileSystem, LVM detected 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme1n1 ssd Linux_bdf663f881ea71acf6a1 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme2n1 ssd Linux_500697113316102f94ce 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme3n1 ssd Linux_79b9abe3fccc42968ed4 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme4n1 ssd Linux_1a790a3008d56bdacb0e 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400U4400BGN 372G 87s ago Has a FileSystem, LVM detected 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme1n1 ssd Linux_3e27952982ae577d6e13 89.4G 87s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme2n1 ssd Linux_831b2c92694903c5f5b8 89.4G 87s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:36.450 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme3n1 ssd Linux_4757cf0be9f26e7e7c1a 89.4G 87s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:36.451 INFO:teuthology.orchestra.run.smithi037.stdout:smithi076 /dev/nvme4n1 ssd Linux_486e3ac349f740171fde 89.4G 87s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-18T01:17:37.176 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-18T01:17:37.188 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.37/16' 2024-02-18T01:17:37.188 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch apply -i - 2024-02-18T01:17:37.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:37 smithi037 conmon[35901]: cluster 2024-02-18T01:17:35.330963+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:17:37.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:37 smithi037 conmon[35901]: 14182) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:37.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:37 smithi037 conmon[35901]: audit 2024-02-18T01:17:36.468108+0000 mon.smithi037 (mon.0) 606 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:17:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:37 smithi076 conmon[41576]: cluster 2024-02-18T01:17:35.330963+0000 mgr.smithi037.vsmnxk (mgr.14182) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:37 smithi076 conmon[41576]: audit 2024-02-18T01:17:36.468108+0000 mon.smithi037 (mon.0) 606 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:17:38.546 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:38 smithi076 conmon[41576]: audit 2024-02-18T01:17:36.447523+0000 mgr.smithi037.vsmnxk (mgr.14182) 164 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:38.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:38 smithi076 conmon[41576]: 2024-02-18T01:17:38.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:38 smithi076 conmon[41576]: audit 2024-02-18T01:17:38.056431+0000 mon.smithi037 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:38.605 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:38 smithi037 conmon[35901]: audit 2024-02-18T01:17: 2024-02-18T01:17:38.605 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:38 smithi037 conmon[35901]: 36.447523+0000 mgr.smithi037.vsmnxk (mgr.14182) 164 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:38.605 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:38 smithi037 conmon[35901]: audit 2024-02-18T01:17:38.056431+0000 mon.smithi037 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:39.543 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:39 smithi076 conmon[41576]: cluster 2024-02-18T01:17:37.331271+0000 2024-02-18T01:17:39.543 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:39 smithi076 conmon[41576]: mgr.smithi037.vsmnxk (mgr.14182) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:39.605 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:39 smithi037 conmon[35901]: cluster 2024-02-18T01:17:37.331271+0000 mgr.smithi037.vsmnxk (mgr.14182) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:39.837 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled rgw.foo update... 2024-02-18T01:17:39.837 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled ingress.rgw.foo update... 2024-02-18T01:17:40.541 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-18T01:17:40.554 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-02-18T01:17:40.554 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:17:41.121 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:40 smithi076 conmon[41576]: cluster 2024-02-18T01:17:39.331567+0000 mgr.smithi037.vsmnxk (mgr.14182) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:41.121 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:40 smithi076 conmon[41576]: audit 2024-02-18T01:17:39.824996+0000 mgr.smithi037.vsmnxk (mgr.14182) 167 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:41.122 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:40 smithi076 conmon[41576]: cephadm 2024-02-18T01:17:39.828913+0000 mgr.smithi037.vsmnxk (mgr.14182) 168 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-18T01:17:41.122 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:40 smithi076 conmon[41576]: audit 2024-02-18T01:17:39.832302+0000 mon.smithi037 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:41.122 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:40 smithi076 conmon[41576]: cephadm 2024-02-18T01:17:39.832709+0000 mgr.smithi037.vsmnxk (mgr.14182) 169 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-02-18T01:17:41.122 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:40 smithi076 conmon[41576]: audit 2024-02-18T01:17:39.837790+0000 mon.smithi037 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:41.149 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:40 smithi037 conmon[35901]: cluster 2024-02-18T01: 2024-02-18T01:17:41.149 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:40 smithi037 conmon[35901]: 17:39.331567+0000 mgr.smithi037.vsmnxk (mgr.14182) 166 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:41.149 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:40 smithi037 conmon[35901]: audit 2024-02-18T01:17:39.824996+0000 mgr.smithi037.vsmnxk (mgr.14182) 167 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-18T01:17:41.149 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:40 smithi037 conmon[35901]: cephadm 2024-02-18T01:17:39.828913+0000 mgr.smithi037.vsmnxk (mgr.14182) 168 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-18T01:17:41.150 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:40 smithi037 conmon[35901]: audit 2024-02-18T01:17:39.832302+0000 mon.smithi037 (mon.0) 608 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:41.150 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:40 smithi037 conmon[35901]: cephadm 2024-02-18T01:17:39.832709+0000 mgr.smithi037.vsmnxk (mgr.14182) 169 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-02-18T01:17:41.150 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:40 smithi037 conmon[35901]: audit 2024-02-18T01:17:39.837790+0000 mon.smithi037 (mon.0) 609 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:42 smithi076 conmon[41576]: cluster 2024-02-18T01:17:41.331881+0000 mgr.smithi037.vsmnxk (mgr.14182) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:42.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:42 smithi076 conmon[41576]: audit 2024-02-18T01:17:41.381006+0000 mon.smithi037 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:42.665 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:42 smithi037 conmon[35901]: cluster 2024-02-18T01:17:41.331881+0000 mgr.smithi037.vsmnxk (mgr.14182) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:42.666 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:42 smithi037 conmon[35901]: audit 2024-02-18T01:17:41.381006+0000 mon.smithi037 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:43.104 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:17:43.104 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:39.828950Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:17:43.827 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:17:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:43 smithi076 conmon[41576]: audit 2024-02-18T01:17:42.612040+0000 mon.smithi037 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:43.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:43 smithi076 conmon[41576]: audit 2024-02-18T01:17:43.101219+0000 mgr.smithi037.vsmnxk (mgr.14182) 171 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:44.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:43 smithi037 conmon[35901]: audit 2024-02-18T01:17:42.612040+0000 mon.smithi037 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:44.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:43 smithi037 conmon[35901]: audit 2024-02-18T01:17:43.101219+0000 mgr.smithi037.vsmnxk (mgr.14182) 171 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:44.759 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:44 smithi037 conmon[35901]: cluster 2024-02-18T01:17:43.332432+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:17:44.759 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:44 smithi037 conmon[35901]: 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:44.828 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:17:44.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:44 smithi076 conmon[41576]: cluster 2024-02-18T01:17:43.332432+0000 mgr.smithi037.vsmnxk (mgr.14182) 172 : cluster [DBG] 2024-02-18T01:17:44.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:44 smithi076 conmon[41576]: pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:46.880 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:46 smithi037 conmon[35901]: cluster 2024-02-18T01:17:45.332950 2024-02-18T01:17:46.881 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:46 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:46 smithi076 conmon[41576]: cluster 2024-02-18T01:17:45.332950+0000 mgr.smithi037.vsmnxk (mgr.14182) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:46 smithi076 conmon[41576]: 2024-02-18T01:17:47.285 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:17:47.285 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:17:48.002 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:17:48.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.097972+0000 mon.smithi037 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:48.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.098955+0000 mon.smithi037 (mon.0) 613 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:48.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.099662+0000 mon.smithi037 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:17:48.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.103610+0000 mon.smithi037 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:48.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.107681+0000 mon.smithi037 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:17:48.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: cephadm 2024-02-18T01:17:47.111939+0000 mgr.smithi037.vsmnxk (mgr.14182) 174 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-18T01:17:48.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.115352+0000 mon.smithi037 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:48.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.115916+0000 mon.smithi037 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.ttatqd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T01:17:48.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.119305+0000 mon.smithi037 2024-02-18T01:17:48.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.ttatqd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T01:17:48.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.125308+0000 mon.smithi037 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:48.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.125999+0000 mon.smithi037 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:48.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: cephadm 2024-02-18T01:17:47.126603+0000 mgr.smithi037.vsmnxk (mgr.14182) 175 : cephadm [INF] Deploying daemon rgw.foo.smithi076.ttatqd on smithi076 2024-02-18T01:17:48.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:48 smithi037 conmon[35901]: audit 2024-02-18T01:17:47.281839+0000 mgr.smithi037.vsmnxk (mgr.14182) 176 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.097972+0000 mon.smithi037 (mon.0) 612 : 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.098955+0000 mon.smithi037 (mon.0) 613 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.099662+0000 mon.smithi037 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.103610+0000 mon.smithi037 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.107681+0000 mon.smithi037 (mon.0) 616 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: cephadm 2024-02-18T01:17:47.111939+0000 mgr.smithi037.vsmnxk (mgr.14182) 174 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.115352+0000 mon.smithi037 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.115916+0000 mon.smithi037 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.ttatqd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.119305+0000 mon.smithi037 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.ttatqd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.125308+0000 mon.smithi037 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:48.348 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.125999+0000 mon.smithi037 (mon.0) 621 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:48.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: cephadm 2024-02-18T01:17:47.126603+0000 mgr.smithi037.vsmnxk (mgr.14182) 175 : cephadm [INF] Deploying daemon rgw.foo.smithi076.ttatqd on smithi076 2024-02-18T01:17:48.349 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:48 smithi076 conmon[41576]: audit 2024-02-18T01:17:47.281839+0000 mgr.smithi037.vsmnxk (mgr.14182) 176 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:49.003 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:17:49.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:49 smithi076 conmon[41576]: cluster 2024-02-18T01:17:47.333632+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:17:49.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:49 smithi076 conmon[41576]: .14182) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:49.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:49 smithi037 conmon[35901]: cluster 2024-02-18T01:17:47.333632+0000 mgr.smithi037.vsmnxk (mgr.14182) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:50.647 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: cluster 2024-02-18T01:17:49.334035+0000 mgr.smithi037.vsmnxk (mgr.14182) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: audit 2024-02-18T01:17:49.631759+0000 mon.smithi037 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: audit 2024-02-18T01:17:49.632971+0000 mon.smithi037 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi037.ltwvry", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: audit 2024-02-18T01:17:49.635847+0000 mon.smithi037 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi037.ltwvry", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: audit 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: 2024-02-18T01:17:49.639669+0000 mon.smithi037 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: audit 2024-02-18T01:17:49.640382+0000 mon.smithi037 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: cephadm 2024-02-18T01:17:49.641112+0000 mgr.smithi037.vsmnxk (mgr.14182) 179 : cephadm [INF] Deploying daemon rgw.foo.smithi037.ltwvry on smithi037 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: cluster 2024-02-18T01:17:50.136384+0000 mon.smithi037 (mon.0) 627 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: audit 2024-02-18T01:17:50.139660+0000 mon.smithi076 (mon.1) 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: 23 : audit [INF] from='client.? 172.21.15.76:0/3600732186' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: 02-18T01:17:50.141579+0000 mon.smithi037 2024-02-18T01:17:50.648 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:50 smithi037 conmon[35901]: (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: cluster 2024-02-18T01:17:49.334035+0000 mgr.smithi037.vsmnxk (mgr.14182) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: audit 2024-02-18T01:17:49.631759+0000 mon.smithi037 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: audit 2024-02-18T01:17:49.632971+0000 mon.smithi037 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi037.ltwvry", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: audit 2024-02-18T01:17:49.635847+0000 mon.smithi037 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi037.ltwvry", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: audit 2024-02-18T01:17:49.639669+0000 mon.smithi037 (mon.0) 625 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: audit 2024-02-18T01:17:49.640382+0000 mon.smithi037 (mon.0) 626 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: cephadm 2024-02-18T01:17:49.641112+0000 mgr.smithi037.vsmnxk (mgr.14182) 179 : cephadm [INF] Deploying daemon rgw.foo.smithi037.ltwvry on smithi037 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: cluster 2024-02-18T01:17:50.136384+0000 mon.smithi037 (mon.0) 627 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: audit 2024-02-18T01:17:50.139660+0000 mon.smithi076 (mon.1) 23 : audit [INF] from='client.? 172.21.15.76:0/3600732186' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-18T01:17:50.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:50 smithi076 conmon[41576]: audit 2024-02-18T01:17:50.141579+0000 mon.smithi037 (mon.0) 628 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-18T01:17:51.061 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:17:51.062 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:17:52.164 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:17:52.378 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:52 smithi037 conmon[35901]: audit 2024-02-18T01:17:51.058845+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:17:52.378 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:52 smithi037 conmon[35901]: 180 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:52.378 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:52 smithi037 conmon[35901]: audit 2024-02-18T01:17:51.139850+0000 mon.smithi037 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-18T01:17:52.378 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:52 smithi037 conmon[35901]: cluster 2024-02-18T01:17:51.140087+0000 mon.smithi037 (mon.0) 630 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-18T01:17:52.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:52 smithi076 conmon[41576]: audit 2024-02-18T01:17:51.058845+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:17:52.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:52 smithi076 conmon[41576]: .14182) 180 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:52.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:52 smithi076 conmon[41576]: audit 2024-02-18T01:17:51.139850+0000 mon.smithi037 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-18T01:17:52.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:52 smithi076 conmon[41576]: cluster 2024-02-18T01:17:51.140087+0000 mon.smithi037 (mon.0) 630 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-18T01:17:53.165 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:17:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:53 smithi037 conmon[35901]: cluster 2024-02-18T01:17:51.334358+0000 mgr.smithi037.vsmnxk (mgr.14182) 181 : cluster [DBG] pgmap v148: 33 pgs: 4 creating+peering, 28 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:53 smithi037 conmon[35901]: cluster 2024-02-18T01:17:52.144551+0000 mon.smithi037 (mon.0) 631 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-18T01:17:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:53 smithi037 conmon[35901]: audit 2024-02-18T01:17:52.147374+0000 mon.smithi076 (mon.1) 24 : audit [INF] from='client.? 172.21.15.76:0/3600732186' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T01:17:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:53 smithi037 conmon[35901]: audit 2024-02-18T01:17:52.147887+0000 mon.smithi037 (mon.0) 632 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T01:17:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:53 smithi037 conmon[35901]: audit 2024-02-18T01:17:53.101956+0000 mon.smithi037 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:53 smithi037 conmon[35901]: audit 2024-02-18T01:17:53.103129+0000 mon.smithi037 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.uckpjq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T01:17:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:53 smithi037 conmon[35901]: audit 2024-02-18T01:17:53.106205+0000 mon.smithi037 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.uckpjq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T01:17:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:53 smithi037 conmon[35901]: audit 2024-02-18T01:17:53.109858+0000 mon.smithi037 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:53.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:53 smithi037 conmon[35901]: audit 2024-02-18T01:17:53.110498+0000 mon.smithi037 (mon.0) 637 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: cluster 2024-02-18T01:17:51.334358+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: 181 : cluster [DBG] pgmap v148: 33 pgs: 4 creating+peering, 28 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: cluster 2024-02-18T01:17:52.144551+0000 mon.smithi037 (mon.0) 631 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: audit 2024-02-18T01:17:52. 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: 147374+0000 mon.smithi076 (mon.1) 24 : audit [INF] from='client.? 172.21.15.76:0/3600732186' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: -18T01:17:52.147887+0000 mon.smithi037 (mon.0) 632 : audit [INF] 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: -18T01:17:53.101956+0000 mon.smithi037 (mon. 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: 0) 633 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:17:53.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: T01:17:53.103129+0000 mon.smithi037 (mon.0) 634 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.uckpjq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: audit 2024 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: -02-18T01:17:53.106205+0000 mon.smithi037 (mon.0 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: ) 635 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.uckpjq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: audit 2024 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: -02-18T01:17:53.109858+0000 mon.smithi037 (mon. 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: 0) 636 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: T01:17:53.110498+0000 mon.smithi037 (mon.0) 637 : audit 2024-02-18T01:17:53.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:53 smithi076 conmon[41576]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:54.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:54 smithi076 conmon[41576]: cephadm 2024-02-18T01:17:53.111083+0000 mgr.smithi037.vsmnxk (mgr.14182) 182 : cephadm 2024-02-18T01:17:54.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:54 smithi076 conmon[41576]: [INF] Deploying daemon rgw.foo.smithi076.uckpjq on smithi076 2024-02-18T01:17:54.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:54 smithi076 conmon[41576]: audit 2024-02-18T01:17:53.145382+0000 mon.smithi037 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-18T01:17:54.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:54 smithi076 conmon[41576]: cluster 2024-02-18T01:17:53.145587+0000 mon.smithi037 (mon.0) 639 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-18T01:17:54.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:54 smithi037 conmon[35901]: cephadm 2024-02-18T01:17:53.111083+0000 mgr.smithi037.vsmnxk (mgr.14182) 182 : cephadm [INF] Deploying daemon rgw.foo.smithi076.uckpjq on smithi076 2024-02-18T01:17:54.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:54 smithi037 conmon[35901]: audit 2024-02-18T01:17:53.145382+0000 mon.smithi037 (mon.0) 638 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-18T01:17:54.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:54 smithi037 conmon[35901]: cluster 2024-02-18T01:17:53.145587+0000 mon.smithi037 (mon.0) 639 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-18T01:17:55.427 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:55 smithi076 conmon[41576]: cluster 2024-02-18T01:17:53.334728+0000 mgr.smithi037.vsmnxk (mgr.14182) 183 : cluster 2024-02-18T01:17:55.427 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:55 smithi076 conmon[41576]: [DBG] pgmap v151: 65 pgs: 4 creating+peering, 52 unknown, 9 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:55.427 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:55 smithi076 conmon[41576]: cluster 2024-02-18T01:17:54.160603+0000 mon.smithi037 (mon.0) 640 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-18T01:17:55.427 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:55 smithi076 conmon[41576]: audit 2024-02-18T01:17:54.162067+0000 mon.smithi037 (mon.0) 641 : audit [INF] from='client.? 172.21.15.37:0/4230400087' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T01:17:55.427 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:55 smithi076 conmon[41576]: audit 2024-02-18T01:17:54.163707+0000 mon.smithi076 (mon.1) 25 : audit [INF] from='client.? 172.21.15.76:0/3600732186' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T01:17:55.427 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:55 smithi076 conmon[41576]: audit 2024-02-18T01:17:54.164345+0000 mon.smithi037 (mon.0) 642 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T01:17:55.427 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:17:55.427 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:17:55.451 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: cluster 2024-02-18T01:17:53.334728+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:17:55.451 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: .14182) 183 : cluster [DBG] pgmap v151: 65 pgs: 4 creating+peering, 52 unknown, 9 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:55.451 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: cluster 2024-02-18T01:17:54.160603+0000 mon.smithi037 (mon.0) 640 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-18T01:17:55.451 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: audit 2024-02-18T01:17:54.162067+0000 mon.smithi037 (mon.0) 641 : audit [INF] from='client.? 172.21.15.37:0/4230400087' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T01:17:55.451 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:17:55.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: -18T01:17:54.163707+0000 mon.smithi076 (mon.1) 25 : audit [INF] from='client.? 172.21.15.76:0/3600732186' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T01:17:55.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:17:55.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: 02-18T01:17:54.164345 2024-02-18T01:17:55.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 642 : audit [INF] 2024-02-18T01:17:55.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:55 smithi037 conmon[35901]: from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-18T01:17:56.096 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:17:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:56 smithi076 conmon[41576]: audit 2024-02-18T01:17:55.163644+0000 mon.smithi037 (mon.0) 2024-02-18T01:17:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:56 smithi076 conmon[41576]: 643 : audit [INF] from='client.? 172.21.15.37:0/4230400087' entity='client.rgw.foo.smithi037.ltwvry' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-18T01:17:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:56 smithi076 conmon[41576]: audit 2024-02-18T01:17:55.163830+0000 mon.smithi037 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-18T01:17:56.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:56 smithi076 conmon[41576]: cluster 2024-02-18T01:17:55.163941+0000 mon.smithi037 (mon.0) 645 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-18T01:17:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:56 smithi037 conmon[35901]: audit 2024-02-18T01:17:55.163644+0000 mon.smithi037 (mon.0) 643 : 2024-02-18T01:17:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:56 smithi037 conmon[35901]: audit [INF] from='client.? 172.21.15.37:0/4230400087' entity='client.rgw.foo.smithi037.ltwvry' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-18T01:17:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:56 smithi037 conmon[35901]: audit 2024-02-18T01:17:55.163830+0000 mon.smithi037 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-18T01:17:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:56 smithi037 conmon[35901]: cluster 2024-02-18T01:17:55.163941+0000 2024-02-18T01:17:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:56 smithi037 conmon[35901]: mon.smithi037 (mon.0) 645 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-18T01:17:57.097 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:17:57.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: cluster 2024-02-18T01:17:55.335138+0000 mgr.smithi037.vsmnxk (mgr.14182) 184 : cluster [DBG] pgmap v154: 97 pgs: 20 creating+peering, 27 unknown, 50 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:57.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:55.423401+0000 mgr.smithi037.vsmnxk (mgr.14182) 185 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:57.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: cluster 2024-02-18T01:17:56.625050+0000 mon.smithi037 (mon.0) 646 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-18T01:17:57.704 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.625770+0000 mon.smithi037 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:57.704 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.626683+0000 mon.smithi076 (mon.1) 26 : audit [INF] from='client.? 172.21.15.76:0/3097389132' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:57.704 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.627253+0000 mon.smithi037 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:57.704 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.629954+0000 mon.smithi076 (mon.1) 27 : audit [INF] from='client.? 172.21.15.76:0/3545306401' entity='client.rgw.foo.smithi076.uckpjq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:57.704 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.630712+0000 mon.smithi037 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.uckpjq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:57.704 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.633369+0000 mon.smithi076 (mon.1) 28 : audit [INF] from='client.? 172.21.15.37:0/2448408669' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:57.705 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:17:57.705 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: :17:56.633794+0000 mon.smithi037 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:57.705 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.634106+0000 mon.smithi037 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi037.vfxmml", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T01:17:57.705 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.637647+0000 mon.smithi037 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi037.vfxmml", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T01:17:57.705 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.641583+0000 mon.smithi037 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:57.705 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: audit 2024-02-18T01:17:56.642271+0000 mon.smithi037 (mon.0) 654 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:57.706 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:57 smithi037 conmon[35901]: cephadm 2024-02-18T01:17:56.642868+0000 mgr.smithi037.vsmnxk (mgr.14182) 186 : cephadm [INF] Deploying daemon rgw.foo.smithi037.vfxmml on smithi037 2024-02-18T01:17:58.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: cluster 2024-02-18T01:17:55.335138+0000 mgr.smithi037.vsmnxk (mgr.14182) 184 : cluster [DBG] pgmap v154: 97 pgs: 20 creating+peering, 27 unknown, 50 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:55.423401+0000 mgr.smithi037.vsmnxk (mgr.14182) 185 : audit [DBG] from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: cluster 2024-02-18T01:17:56.625050+0000 mon.smithi037 (mon.0) 646 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.625770+0000 mon.smithi037 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.626683+0000 mon.smithi076 (mon.1) 26 : audit [INF] from='client.? 172.21.15.76:0/3097389132' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.627253+0000 mon.smithi037 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.629954+0000 mon.smithi076 (mon.1) 27 : audit [INF] from='client.? 172.21.15.76:0/3545306401' entity='client.rgw.foo.smithi076.uckpjq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.630712+0000 mon.smithi037 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.uckpjq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.633369+0000 mon.smithi076 (mon.1) 28 : audit [INF] from='client.? 172.21.15.37:0/2448408669' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.633794+0000 mon.smithi037 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.634106+0000 mon.smithi037 (mon.0) 651 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi037.vfxmml", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.637647+0000 mon.smithi037 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi037.vfxmml", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-18T01:17:58.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.641583+0000 mon.smithi037 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:17:58.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: audit 2024-02-18T01:17:56.642271+0000 mon.smithi037 (mon.0) 654 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:17:58.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: cephadm 2024- 2024-02-18T01:17:58.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:57 smithi076 conmon[41576]: 02-18T01:17:56.642868+0000 mgr.smithi037.vsmnxk (mgr.14182) 186 : cephadm [INF] Deploying daemon rgw.foo.smithi037.vfxmml on smithi037 2024-02-18T01:17:58.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: cluster 2024-02-18T01:17:57.335576+0000 mgr.smithi037.vsmnxk (mgr.14182) 187 : cluster [DBG] pgmap v156: 129 pgs: 16 creating+peering, 36 unknown, 77 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 4 op/s 2024-02-18T01:17:58.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:57.626167+0000 mon.smithi037 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T01:17:58.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:57.626392+0000 mon.smithi037 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.uckpjq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T01:17:58.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:57.626552+0000 mon.smithi037 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi037.ltwvry' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T01:17:58.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: cluster 2024-02-18T01:17:57.626623+0000 mon.smithi037 (mon.0) 658 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-18T01:17:58.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:57.627515+0000 mon.smithi076 (mon.1) 29 : audit [INF] from='client.? 172.21.15.76:0/3097389132' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:58.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:57.630537+0000 mon.smithi076 (mon.1) 30 : audit [INF] from='client.? 172.21.15.76:0/3545306401' entity='client.rgw.foo.smithi076.uckpjq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:58.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:57.633317+0000 mon.smithi076 (mon.1) 31 : audit [INF] from='client.? 172.21.15.37:0/2448408669' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:58.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:57.634687+0000 mon.smithi037 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:58.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:57.642424+0000 mon.smithi037 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.uckpjq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:58.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:57.642826+0000 mon.smithi037 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:58.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:58.630102+0000 mon.smithi037 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T01:17:58.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:58.630169+0000 mon.smithi037 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.uckpjq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T01:17:58.768 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: audit 2024-02-18T01:17:58.630223+0000 mon.smithi037 (mon.0) 664 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi037.ltwvry' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T01:17:58.768 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:17:58 smithi037 conmon[35901]: cluster 2024-02-18T01:17:58.630272+0000 mon.smithi037 (mon.0) 665 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-18T01:17:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: cluster 2024-02-18T01:17:57.335576+0000 mgr.smithi037.vsmnxk (mgr.14182) 187 : cluster [DBG] pgmap v156: 129 pgs: 16 creating+peering, 36 unknown, 77 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 4 op/s 2024-02-18T01:17:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 2024-02-18T01:17:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024-02-18T01:17:57.626167+0000 mon.smithi037 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T01:17:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024-02-18T01:17:57.626392+0000 mon.smithi037 (mon.0) 656 : 2024-02-18T01:17:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.uckpjq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T01:17:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:17:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 02-18T01:17:57.626552+0000 mon.smithi037 (mon.0) 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi037.ltwvry' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: cluster 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 2024-02-18T01:17:57.626623+0000 mon.smithi037 (mon.0 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: ) 658 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: T01:17:57.627515+0000 mon.smithi076 (mon.1) 29 : audit [INF] from='client.? 172.21.15.76:0/3097389132' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: -18T01:17:57.630537+0000 mon.smithi076 (mon.1) 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 30 : audit [INF] from='client.? 172.21.15.76:0/3545306401' entity='client.rgw.foo.smithi076.uckpjq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 02-18T01:17:57.633317+0000 mon.smithi076 (mon.1) 31 : 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit [INF] from='client.? 172.21.15.37:0/2448408669' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:59.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: -02-18T01:17:57.634687+0000 mon.smithi037 (mon.0) 659 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 2024-02-18T01:17:57.642424+0000 mon.smithi037 (mon.0 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: ) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.uckpjq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: -18T01:17:57.642826+0000 mon.smithi037 (mon.0) 661 : audit 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: [INF] from='client.? ' entity='client.rgw.foo.smithi037.ltwvry' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 02-18T01:17:58.630102+0000 mon.smithi037 (mon.0) 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.ttatqd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: -18T01:17:58.630169+0000 mon.smithi037 (mon.0) 663 : audit [INF] 2024-02-18T01:17:59.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: from='client.? ' entity='client.rgw.foo.smithi076.uckpjq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T01:17:59.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit 2024-02-18T01 2024-02-18T01:17:59.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: :17:58.630223+0000 mon.smithi037 (mon.0) 664 : 2024-02-18T01:17:59.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi037.ltwvry' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-18T01:17:59.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: cluster 2024-02-18T01:17 2024-02-18T01:17:59.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: :58.630272+0000 mon.smithi037 (mon.0) 665 : cluster [DBG] 2024-02-18T01:17:59.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:17:58 smithi076 conmon[41576]: osdmap e49: 8 total, 8 up, 8 in 2024-02-18T01:17:59.739 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:17:59.739 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:00.804 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:00 smithi037 conmon[35901]: cluster 2024-02-18T01:17:59. 2024-02-18T01:18:00.804 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:00 smithi037 conmon[35901]: 336232+0000 mgr.smithi037.vsmnxk (mgr.14182) 188 : cluster [DBG] pgmap v159: 129 pgs: 5 creating+peering, 20 unknown, 104 active+clean; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 KiB/s rd, 1.4 KiB/s wr, 163 op/s 2024-02-18T01:18:00.805 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:00 smithi037 conmon[35901]: audit 2024-02-18T01:17:59.735039+0000 mgr.smithi037.vsmnxk (mgr.14182) 189 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:00.805 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:00 smithi037 conmon[35901]: audit 2024-02-18T01:18:00.624626+0000 mon.smithi037 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:18:00.805 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:00 smithi037 conmon[35901]: audit 2024-02-18T01:18:00.631213+0000 mon.smithi037 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:18:00.824 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:01.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:00 smithi076 conmon[41576]: cluster 2024-02-18T01:17:59.336232+0000 mgr.smithi037.vsmnxk (mgr.14182) 188 : cluster [DBG] pgmap v159: 129 pgs: 5 creating+peering, 20 unknown, 104 active+clean; 1.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 KiB/s rd, 1.4 KiB/s wr, 163 op/s 2024-02-18T01:18:01.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:00 smithi076 conmon[41576]: 2024-02-18T01:18:01.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:00 smithi076 conmon[41576]: audit 2024-02-18T01:17:59.735039+0000 mgr.smithi037.vsmnxk (mgr.14182) 189 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:01.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:00 smithi076 conmon[41576]: audit 2024-02-18T01:18:00.624626+0000 mon.smithi037 (mon.0) 666 : audit 2024-02-18T01:18:01.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:00 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:18:01.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:00 smithi076 conmon[41576]: audit 2024-02-18T01:18:00.631213+0000 2024-02-18T01:18:01.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:00 smithi076 conmon[41576]: mon.smithi037 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:18:01.825 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:02.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:01 smithi037 conmon[35901]: cephadm 2024-02-18T01:18:00.640339+0000 mgr.smithi037.vsmnxk (mgr.14182) 190 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.usajto on smithi076 2024-02-18T01:18:02.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:01 smithi076 conmon[41576]: cephadm 2024-02-18T01:18:00.640339+0000 mgr.smithi037.vsmnxk (mgr.14182) 190 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.usajto on smithi076 2024-02-18T01:18:03.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:02 smithi037 conmon[35901]: cluster 2024-02-18T01:18:01.336867+0000 mgr.smithi037.vsmnxk (mgr.14182) 191 : cluster [DBG] pgmap v160: 129 pgs: 9 unknown, 120 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 KiB/s rd, 4.0 KiB/s wr, 345 op/s 2024-02-18T01:18:03.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:02 smithi037 conmon[35901]: audit 2024-02-18T01:18:02.512913+0000 mon.smithi037 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:18:03.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:02 smithi076 conmon[41576]: cluster 2024-02-18T01:18:01.336867+0000 mgr.smithi037.vsmnxk (mgr.14182) 191 : cluster [DBG] pgmap v160: 129 pgs: 9 unknown, 120 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 KiB/s rd, 4.0 KiB/s wr, 345 op/s 2024-02-18T01:18:03.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:02 smithi076 conmon[41576]: audit 2024-02-18T01:18:02.512913+0000 mon.smithi037 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:18:04.089 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:04.089 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:04.849 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:05.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:04 smithi037 conmon[35901]: cluster 2024-02-18T01:18:03.337365+0000 mgr.smithi037.vsmnxk (mgr.14182) 192 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 267 KiB/s rd, 4.5 KiB/s wr, 467 op/s 2024-02-18T01:18:05.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:04 smithi037 conmon[35901]: audit 2024-02-18T01:18:04.085994+0000 mgr.smithi037.vsmnxk (mgr.14182) 193 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:04 smithi076 conmon[41576]: cluster 2024-02-18T01:18:03.337365+0000 mgr.smithi037.vsmnxk (mgr.14182) 192 : cluster [DBG] 2024-02-18T01:18:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:04 smithi076 conmon[41576]: pgmap v161: 129 pgs: 129 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 267 KiB/s rd, 4.5 KiB/s wr, 467 op/s 2024-02-18T01:18:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:04 smithi076 conmon[41576]: audit 2024-02-18T01:18:04.085994+0000 mgr.smithi037.vsmnxk (mgr.14182) 193 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:05.850 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:06 smithi037 conmon[35901]: cluster 2024-02-18T01:18:05.337953+0000 mgr.smithi037.vsmnxk (mgr.14182) 194 : cluster 2024-02-18T01:18:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:06 smithi037 conmon[35901]: [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 377 KiB/s rd, 4.2 KiB/s wr, 631 op/s 2024-02-18T01:18:07.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:06 smithi076 conmon[41576]: cluster 2024-02-18T01:18:05.337953+0000 mgr.smithi037.vsmnxk (mgr.14182) 194 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 377 KiB/s rd, 4.2 KiB/s wr, 631 op/s 2024-02-18T01:18:07.825 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:07.825 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:08.440 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:08.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:08 smithi037 conmon[35901]: cluster 2024-02-18T01:18:07.338452+0000 mgr.smithi037.vsmnxk (mgr.14182) 195 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 328 KiB/s rd, 3.5 KiB/s wr, 546 op/s 2024-02-18T01:18:08.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:08 smithi037 conmon[35901]: audit 2024-02-18T01:18:07.821978+0000 mgr.smithi037.vsmnxk (mgr.14182) 196 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:09.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:08 smithi076 conmon[41576]: cluster 2024-02-18T01:18:07.338452+0000 mgr.smithi037.vsmnxk (mgr.14182) 195 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 328 KiB/s rd, 3.5 KiB/s wr, 546 op/s 2024-02-18T01:18:09.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:08 smithi076 conmon[41576]: audit 2024-02-18T01:18:07.821978+0000 mgr.smithi037.vsmnxk (mgr.14182) 196 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:09.441 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:10.921 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:10 smithi037 conmon[35901]: cluster 2024-02-18T01:18:09.339109 2024-02-18T01:18:10.922 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:10 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 197 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 305 KiB/s rd, 3.1 KiB/s wr, 507 op/s 2024-02-18T01:18:11.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:10 smithi076 conmon[41576]: cluster 2024-02-18T01:18:09.339109+0000 mgr.smithi037.vsmnxk (mgr.14182) 197 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 305 KiB/s rd, 3.1 KiB/s wr, 507 op/s 2024-02-18T01:18:11.328 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:11.329 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:11.965 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:12.966 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:13.001 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:12 smithi037 conmon[35901]: audit 2024-02-18T01:18:11.326091+0000 mgr.smithi037.vsmnxk (mgr.14182) 198 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:13.001 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:12 smithi037 conmon[35901]: cluster 2024-02-18T01:18:11.339556+0000 mgr.smithi037.vsmnxk (mgr.14182) 199 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 247 KiB/s rd, 2.3 KiB/s wr, 406 op/s 2024-02-18T01:18:13.001 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:12 smithi037 conmon[35901]: audit 2024-02-18T01:18:12.522811+0000 mon.smithi037 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:18:13.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:12 smithi076 conmon[41576]: audit 2024-02-18T01:18:11.326091+0000 mgr.smithi037.vsmnxk (mgr.14182) 198 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:13.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:12 smithi076 conmon[41576]: cluster 2024-02-18T01:18:11.339556+0000 mgr.smithi037.vsmnxk (mgr.14182) 199 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 247 KiB/s rd, 2.3 KiB/s wr, 406 op/s 2024-02-18T01:18:13.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:12 smithi076 conmon[41576]: audit 2024-02-18T01:18:12.522811+0000 mon.smithi037 (mon.0) 669 : audit [INF] 2024-02-18T01:18:13.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:12 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:18:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:14 smithi037 conmon[35901]: cluster 2024-02-18T01:18:13.339958+0000 mgr.smithi037.vsmnxk 2024-02-18T01:18:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:14 smithi037 conmon[35901]: (mgr.14182) 200 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 KiB/s rd, 853 B/s wr, 298 op/s 2024-02-18T01:18:15.023 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:15.023 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:15.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:14 smithi076 conmon[41576]: cluster 2024-02-18T01:18:13.339958+0000 mgr.smithi037.vsmnxk (mgr.14182) 200 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 KiB/s rd, 853 B/s wr, 298 op/s 2024-02-18T01:18:15.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:14 smithi076 conmon[41576]: 2024-02-18T01:18:15.653 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:16.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:15 smithi037 conmon[35901]: audit 2024-02-18T01:18:15.018124+0000 mgr.smithi037.vsmnxk (mgr.14182) 201 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:16.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:15 smithi076 conmon[41576]: audit 2024-02-18T01:18:15.018124+0000 mgr.smithi037.vsmnxk (mgr.14182) 201 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:16.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:15 smithi076 conmon[41576]: 2024-02-18T01:18:16.655 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:17.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:16 smithi037 conmon[35901]: cluster 2024-02-18T01:18:15.340786+0000 mgr.smithi037.vsmnxk (mgr.14182) 202 : cluster [DBG] 2024-02-18T01:18:17.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:16 smithi037 conmon[35901]: pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 KiB/s rd, 341 B/s wr, 213 op/s 2024-02-18T01:18:17.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:16 smithi076 conmon[41576]: cluster 2024-02-18T01:18:15.340786+0000 mgr.smithi037.vsmnxk (mgr.14182) 202 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 138 KiB/s rd, 341 B/s wr, 213 op/s 2024-02-18T01:18:18.667 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:18.667 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:19.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:18 smithi037 conmon[35901]: cluster 2024-02-18T01:18:17.341337+0000 mgr.smithi037.vsmnxk (mgr.14182) 203 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 54 op/s 2024-02-18T01:18:19.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:18 smithi076 conmon[41576]: cluster 2024-02-18T01:18:17.341337+0000 mgr.smithi037.vsmnxk (mgr.14182) 203 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 54 op/s 2024-02-18T01:18:19.288 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:20.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:19 smithi037 conmon[35901]: audit 2024-02-18T01:18:18.663743+0000 mgr.smithi037.vsmnxk (mgr.14182) 204 : audit 2024-02-18T01:18:20.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:19 smithi037 conmon[35901]: [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:20.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:19 smithi076 conmon[41576]: audit 2024-02-18T01:18:18.663743+0000 mgr.smithi037.vsmnxk (mgr.14182) 204 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:20.288 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:20.950 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:20 smithi037 conmon[35901]: cluster 2024-02-18T01:18:19.341844+0000 mgr.smithi037.vsmnxk (mgr.14182) 205 2024-02-18T01:18:20.951 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:20 smithi037 conmon[35901]: : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 32 op/s 2024-02-18T01:18:21.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:20 smithi076 conmon[41576]: cluster 2024-02-18T01:18:19.341844+0000 mgr.smithi037.vsmnxk (mgr.14182) 205 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 32 op/s 2024-02-18T01:18:22.303 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:22.304 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:22.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:22 smithi037 conmon[35901]: cluster 2024-02-18T01:18:21.342363+0000 mgr.smithi037.vsmnxk (mgr.14182) 206 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 21 op/s 2024-02-18T01:18:22.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:22 smithi037 conmon[35901]: audit 2024-02-18T01:18:22.300039+0000 mgr.smithi037.vsmnxk (mgr.14182) 207 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:22.962 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:23.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:22 smithi076 conmon[41576]: cluster 2024-02-18T01:18:21.342363+0000 mgr.smithi037.vsmnxk (mgr.14182) 206 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 21 op/s 2024-02-18T01:18:23.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:22 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:18:23.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:22 smithi076 conmon[41576]: 18T01:18:22.300039+0000 mgr.smithi037.vsmnxk (mgr.14182) 207 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:23.963 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:24.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:24 smithi037 conmon[35901]: cluster 2024-02-18T01:18:23.343035+0000 mgr.smithi037.vsmnxk (mgr.14182) 208 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-18T01:18:25.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:24 smithi076 conmon[41576]: cluster 2024-02-18T01:18:23.343035+0000 mgr.smithi037.vsmnxk (mgr.14182) 208 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-18T01:18:26.008 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:26.008 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:26.639 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:27.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:26 smithi037 conmon[35901]: cluster 2024-02-18T01:18:25.343834+0000 mgr.smithi037.vsmnxk (mgr.14182) 209 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-18T01:18:27.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:26 smithi037 conmon[35901]: audit 2024-02-18T01:18:26.004906+0000 mgr.smithi037.vsmnxk (mgr.14182) 210 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:27.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:26 smithi076 conmon[41576]: cluster 2024-02-18T01:18:25.343834+0000 mgr.smithi037.vsmnxk (mgr.14182) 209 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-18T01:18:27.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:26 smithi076 conmon[41576]: audit 2024-02-18T01:18:26.004906+0000 mgr.smithi037.vsmnxk (mgr.14182) 210 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:27.640 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:28.993 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:28 smithi037 conmon[35901]: cluster 2024-02-18T01:18:27.344597+0000 mgr.smithi037.vsmnxk (mgr.14182) 211 2024-02-18T01:18:28.993 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:28 smithi037 conmon[35901]: : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-18T01:18:29.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:28 smithi076 conmon[41576]: cluster 2024-02-18T01:18:27.344597+0000 mgr.smithi037.vsmnxk (mgr.14182) 211 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-18T01:18:29.688 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:29.688 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:30.345 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:31.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:30 smithi037 conmon[35901]: cluster 2024-02-18T01:18:29.345312+0000 mgr.smithi037.vsmnxk (mgr.14182) 212 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:31.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:30 smithi037 conmon[35901]: audit 2024-02-18T01:18:29.684360+0000 mgr.smithi037.vsmnxk (mgr.14182) 213 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:31.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:30 smithi076 conmon[41576]: cluster 2024-02-18T01:18:29.345312+0000 mgr.smithi037.vsmnxk (mgr.14182) 212 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:31.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:30 smithi076 conmon[41576]: audit 2024-02-18T01:18:29.684360+0000 mgr.smithi037.vsmnxk (mgr.14182) 213 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:31.346 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:32.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:32 smithi037 conmon[35901]: cluster 2024-02-18T01:18:31 2024-02-18T01:18:32.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:32 smithi037 conmon[35901]: .345967+0000 mgr.smithi037.vsmnxk (mgr.14182) 214 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:33.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:32 smithi076 conmon[41576]: cluster 2024-02-18T01:18:31.345967+0000 mgr.smithi037.vsmnxk (mgr.14182) 214 : cluster 2024-02-18T01:18:33.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:32 smithi076 conmon[41576]: [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:33.327 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:33.328 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:33.971 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:34.973 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:35.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:34 smithi037 conmon[35901]: audit 2024-02-18T01:18:33.324088+0000 mgr.smithi037.vsmnxk (mgr.14182) 215 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:35.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:34 smithi037 conmon[35901]: cluster 2024-02-18T01:18:33.346579+0000 mgr.smithi037.vsmnxk (mgr.14182) 216 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:35.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:34 smithi076 conmon[41576]: audit 2024-02-18T01:18:33.324088+0000 mgr.smithi037.vsmnxk (mgr.14182) 215 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:35.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:34 smithi076 conmon[41576]: cluster 2024-02-18T01:18:35.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:34 smithi076 conmon[41576]: 2024-02-18T01:18:33.346579+0000 mgr.smithi037.vsmnxk (mgr.14182) 216 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:36.993 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:36.993 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:36 smithi037 conmon[35901]: cluster 2024-02-18T01:18:35.347400+0000 mgr.smithi037.vsmnxk (mgr.14182) 217 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:36 smithi076 conmon[41576]: cluster 2024-02-18T01:18:35.347400+0000 mgr.smithi037.vsmnxk (mgr.14182) 217 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:37.660 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:38.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:37 smithi037 conmon[35901]: audit 2024-02-18T01:18:36.989783+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:18:38.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:37 smithi037 conmon[35901]: .14182) 218 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:38.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:37 smithi076 conmon[41576]: audit 2024-02-18T01:18:36.989783+0000 mgr.smithi037.vsmnxk (mgr.14182) 218 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:38.661 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:39.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:38 smithi037 conmon[35901]: cluster 2024-02-18T01:18:37.348126+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:18:39.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:38 smithi037 conmon[35901]: mgr.14182) 219 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:39.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:38 smithi076 conmon[41576]: cluster 2024-02-18T01:18:37.348126+0000 mgr.smithi037.vsmnxk (mgr.14182) 219 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:40.657 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:40.657 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:41.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:40 smithi037 conmon[35901]: cluster 2024-02-18T01:18:39.348793+0000 mgr.smithi037.vsmnxk (mgr.14182) 220 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:41.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:40 smithi076 conmon[41576]: cluster 2024-02-18T01:18:39.348793+0000 mgr.smithi037.vsmnxk (mgr.14182) 220 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:41.319 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:42.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:41 smithi037 conmon[35901]: audit 2024-02-18T01:18:40.653752+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:18:42.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:41 smithi037 conmon[35901]: 14182) 221 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:42.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:41 smithi076 conmon[41576]: audit 2024-02-18T01:18:40.653752+0000 mgr.smithi037.vsmnxk (mgr.14182) 221 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:42.320 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:43.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:42 smithi037 conmon[35901]: cluster 2024-02-18T01:18:41.349513+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:18:43.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:42 smithi037 conmon[35901]: 222 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:43.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:42 smithi076 conmon[41576]: cluster 2024-02-18T01:18:41.349513+0000 mgr.smithi037.vsmnxk (mgr.14182) 222 : cluster 2024-02-18T01:18:43.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:42 smithi076 conmon[41576]: [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:44.345 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:44.345 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:44.935 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:45.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:44 smithi037 conmon[35901]: cluster 2024-02-18T01:18:43.349971+0000 mgr.smithi037.vsmnxk (mgr.14182) 223 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:45.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:44 smithi076 conmon[41576]: cluster 2024-02-18T01:18:43.349971+0000 mgr.smithi037.vsmnxk (mgr.14182) 223 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:45.936 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:46.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:45 smithi037 conmon[35901]: audit 2024-02-18T01:18:44.341620+0000 2024-02-18T01:18:46.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:45 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 224 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:46.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:45 smithi076 conmon[41576]: audit 2024-02-18T01:18:44.341620+0000 mgr.smithi037.vsmnxk (mgr.14182) 224 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:47.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:46 smithi037 conmon[35901]: cluster 2024-02-18T01:18:45.350596+0000 mgr.smithi037.vsmnxk (mgr.14182) 225 : 2024-02-18T01:18:47.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:46 smithi037 conmon[35901]: cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:47.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:46 smithi076 conmon[41576]: cluster 2024-02-18T01:18:45.350596+0000 mgr.smithi037.vsmnxk (mgr.14182) 225 : cluster [DBG] 2024-02-18T01:18:47.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:46 smithi076 conmon[41576]: pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:47.922 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:47.922 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:48.528 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:49.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:48 smithi037 conmon[35901]: cluster 2024-02-18T01:18:47.351256+0000 mgr.smithi037.vsmnxk (mgr.14182) 226 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:49.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:48 smithi037 conmon[35901]: audit 2024-02-18T01:18:47.918492+0000 mgr.smithi037.vsmnxk (mgr.14182) 227 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:49.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:48 smithi076 conmon[41576]: cluster 2024-02-18T01:18:47.351256+0000 mgr.smithi037.vsmnxk (mgr.14182) 226 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:49.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:48 smithi076 conmon[41576]: audit 2024-02-18T01:18:47.918492+0000 mgr.smithi037.vsmnxk (mgr.14182) 227 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:49.529 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:51.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:50 smithi037 conmon[35901]: cluster 2024-02-18T01:18:49.351798+0000 2024-02-18T01:18:51.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:50 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 228 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:51.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:50 smithi076 conmon[41576]: cluster 2024-02-18T01:18:49.351798+0000 mgr.smithi037.vsmnxk (mgr.14182) 228 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:51.498 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:51.498 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:52.134 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:53.135 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:53.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:52 smithi076 conmon[41576]: cluster 2024-02-18T01:18:51.352277+0000 mgr.smithi037.vsmnxk (mgr.14182) 229 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:53.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:52 smithi076 conmon[41576]: audit 2024-02-18T01:18:51.494855+0000 mgr.smithi037.vsmnxk (mgr.14182) 230 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:53.171 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:52 smithi037 conmon[35901]: cluster 2024-02-18T01:18:51.352277+0000 mgr.smithi037.vsmnxk (mgr.14182) 229 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:53.171 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:52 smithi037 conmon[35901]: audit 2024-02-18T01:18:51.494855+0000 mgr.smithi037.vsmnxk (mgr.14182) 230 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:55.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:54 smithi037 conmon[35901]: cluster 2024-02-18T01:18:53.352805+0000 mgr.smithi037.vsmnxk (mgr.14182) 231 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:55.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:54 smithi076 conmon[41576]: cluster 2024-02-18T01:18:53.352805+0000 mgr.smithi037.vsmnxk (mgr.14182) 231 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:55.141 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:55.141 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:55.727 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:18:56.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:55 smithi037 conmon[35901]: audit 2024-02-18T01:18:55.138011+0000 mgr.smithi037.vsmnxk (mgr.14182) 232 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:56.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:55 smithi076 conmon[41576]: audit 2024-02-18T01:18:55.138011+0000 mgr.smithi037.vsmnxk (mgr.14182) 232 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:18:56.728 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:18:57.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:56 smithi076 conmon[41576]: cluster 2024-02-18T01:18:55.353486+0000 mgr.smithi037.vsmnxk (mgr.14182) 233 : cluster 2024-02-18T01:18:57.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:56 smithi076 conmon[41576]: [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:57.253 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:56 smithi037 conmon[35901]: cluster 2024-02-18T01:18:55.353486+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:18:57.254 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:56 smithi037 conmon[35901]: 14182) 233 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:58.006 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:57 smithi037 conmon[35901]: audit 2024-02-18T01:18:57.317531+0000 mon.smithi037 (mon.0) 670 : audit 2024-02-18T01:18:58.006 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:57 smithi037 conmon[35901]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2024-02-18T01:18:58.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:57 smithi076 conmon[41576]: audit 2024-02-18T01:18:57.317531+0000 mon.smithi037 (mon.0) 670 : audit 2024-02-18T01:18:58.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:57 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2024-02-18T01:18:58.702 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:18:58.702 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:18:59.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:58 smithi037 conmon[35901]: cluster 2024-02-18T01:18:57.353971+0000 mgr.smithi037.vsmnxk (mgr.14182) 234 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:59.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:58 smithi037 conmon[35901]: audit 2024-02-18T01:18:57.786263+0000 mon.smithi037 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2024-02-18T01:18:59.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:58 smithi037 conmon[35901]: cluster 2024-02-18T01:18:57.786323+0000 mon.smithi037 (mon.0) 672 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-18T01:18:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:58 smithi076 conmon[41576]: cluster 2024-02-18T01:18:57.353971+0000 mgr.smithi037.vsmnxk (mgr.14182) 234 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:18:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:58 smithi076 conmon[41576]: 2024-02-18T01:18:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:58 smithi076 conmon[41576]: audit 2024-02-18T01:18:57.786263+0000 mon.smithi037 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2024-02-18T01:18:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:58 smithi076 conmon[41576]: cluster 2024-02-18T01:18 2024-02-18T01:18:59.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:58 smithi076 conmon[41576]: :57.786323+0000 mon.smithi037 (mon.0) 672 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-18T01:18:59.292 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:00.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:59 smithi076 conmon[41576]: audit 2024-02-18T01:18:58.696932+0000 mgr.smithi037.vsmnxk (mgr.14182) 235 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:00.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:59 smithi076 conmon[41576]: 2024-02-18T01:19:00.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:18:59 smithi076 conmon[41576]: cluster 2024-02-18T01:18:58.787659+0000 mon.smithi037 (mon.0) 673 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-18T01:19:00.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:59 smithi037 conmon[35901]: audit 2024-02-18T01:18:58.696932+0000 mgr.smithi037.vsmnxk (mgr.14182) 235 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:00.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:18:59 smithi037 conmon[35901]: cluster 2024-02-18T01:18:58.787659+0000 mon.smithi037 (mon.0) 673 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-18T01:19:00.293 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:01.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:00 smithi076 conmon[41576]: cluster 2024-02-18T01:18:59.354714+0000 mgr.smithi037.vsmnxk (mgr.14182) 236 2024-02-18T01:19:01.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:00 smithi076 conmon[41576]: : cluster [DBG] pgmap v191: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:01.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:00 smithi076 conmon[41576]: cluster 2024-02-18T01:18:59.791710+0000 mon.smithi037 ( 2024-02-18T01:19:01.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:00 smithi076 conmon[41576]: mon.0) 674 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-18T01:19:01.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:00 smithi037 conmon[35901]: cluster 2024-02-18T01:18:59.354714+0000 mgr.smithi037.vsmnxk (mgr.14182) 236 : cluster [DBG] pgmap v191: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:01.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:00 smithi037 conmon[35901]: cluster 2024-02-18T01:18:59.791710+0000 mon.smithi037 (mon.0) 674 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-18T01:19:02.385 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:02.385 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:02.983 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:03.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:02 smithi076 conmon[41576]: cluster 2024-02-18T01:19:01.355341+0000 mgr.smithi037.vsmnxk (mgr.14182) 237 : cluster [DBG] pgmap v192: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:03.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:02 smithi037 conmon[35901]: cluster 2024-02-18T01:19:01.355341+0000 mgr.smithi037.vsmnxk (mgr.14182) 237 : cluster [DBG] pgmap v192: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:03.984 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:04.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:03 smithi076 conmon[41576]: audit 2024-02-18T01:19:02.381855+0000 mgr.smithi037.vsmnxk (mgr.14182) 238 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:04.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:03 smithi037 conmon[35901]: audit 2024-02-18T01:19:02.381855+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:19:04.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:03 smithi037 conmon[35901]: mgr.14182) 238 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:04 smithi076 conmon[41576]: cluster 2024-02-18T01:19:03.355989+0000 mgr.smithi037.vsmnxk (mgr.14182) 239 : 2024-02-18T01:19:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:04 smithi076 conmon[41576]: cluster [DBG] pgmap v193: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:05.255 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:04 smithi037 conmon[35901]: cluster 2024-02-18T01:19:03.355989+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:19:05.255 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:04 smithi037 conmon[35901]: mgr.14182) 239 : cluster [DBG] pgmap v193: 129 pgs: 1 peering, 128 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:05.929 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:05.929 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:06.127 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:05 smithi037 conmon[35901]: cluster 2024-02-18T01:19:05.810028+0000 mon.smithi037 (mon.0) 675 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-18T01:19:06.127 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:05 smithi037 conmon[35901]: cluster 2024-02-18T01:19:05.810066+0000 mon.smithi037 (mon.0) 676 : cluster [INF] Cluster is now healthy 2024-02-18T01:19:06.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:05 smithi076 conmon[41576]: cluster 2024-02-18T01:19:05.810028+0000 mon.smithi037 (mon.0) 675 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-18T01:19:06.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:05 smithi076 conmon[41576]: cluster 2024-02-18T01:19:05.810066+0000 mon.smithi037 (mon.0) 676 : cluster [INF] Cluster is now healthy 2024-02-18T01:19:06.532 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:07.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:06 smithi076 conmon[41576]: cluster 2024-02-18T01:19:05.356647+0000 mgr.smithi037.vsmnxk (mgr.14182) 240 : cluster 2024-02-18T01:19:07.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:06 smithi076 conmon[41576]: [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:07.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:06 smithi076 conmon[41576]: audit 2024-02-18T01:19:05.925625+0000 mgr.smithi037.vsmnxk (mgr.14182) 241 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:07.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:06 smithi037 conmon[35901]: cluster 2024-02-18T01:19:05.356647+0000 mgr.smithi037.vsmnxk (mgr.14182) 240 : 2024-02-18T01:19:07.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:06 smithi037 conmon[35901]: cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:07.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:06 smithi037 conmon[35901]: audit 2024-02-18T01:19:05.925625+0000 mgr.smithi037.vsmnxk (mgr.14182) 241 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:07.533 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:09.112 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:08 smithi037 conmon[35901]: cluster 2024-02-18T01:19:07.357256+0000 mgr.smithi037.vsmnxk (mgr.14182) 242 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:09.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:08 smithi076 conmon[41576]: cluster 2024-02-18T01:19:07.357256+0000 mgr.smithi037.vsmnxk (mgr.14182) 242 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:09.494 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:09.494 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:10.132 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:11.133 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:11.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:10 smithi076 conmon[41576]: cluster 2024-02-18T01:19:09.357856+0000 mgr.smithi037.vsmnxk (mgr.14182) 243 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:11.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:10 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:19:11.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:10 smithi076 conmon[41576]: 18T01:19:09.491091+0000 mgr.smithi037.vsmnxk (mgr.14182) 244 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:11.170 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:10 smithi037 conmon[35901]: cluster 2024-02-18T01:19:09.357856+0000 mgr.smithi037.vsmnxk (mgr.14182) 243 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:11.170 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:10 smithi037 conmon[35901]: audit 2024-02-18T01:19:09.491091+0000 mgr.smithi037.vsmnxk (mgr.14182) 244 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:13.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:12 smithi037 conmon[35901]: cluster 2024-02-18T01:19:11.358423+0000 mgr.smithi037.vsmnxk (mgr.14182) 245 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:13.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:12 smithi037 conmon[35901]: audit 2024-02-18T01:19:12.554956+0000 mon.smithi037 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:19:13.081 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:13.081 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:13.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:12 smithi076 conmon[41576]: cluster 2024-02-18T01:19:11.358423+0000 mgr.smithi037.vsmnxk (mgr.14182) 245 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:13.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:12 smithi076 conmon[41576]: audit 2024-02-18T01:19:12.554956+0000 mon.smithi037 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:19:13.674 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:14.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:13 smithi037 conmon[35901]: audit 2024-02-18T01:19:13.078635+0000 mgr.smithi037.vsmnxk 2024-02-18T01:19:14.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:13 smithi037 conmon[35901]: (mgr.14182) 246 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:14.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:13 smithi076 conmon[41576]: audit 2024-02-18T01:19:13.078635+0000 mgr.smithi037.vsmnxk (mgr.14182) 246 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:14.675 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:14 smithi037 conmon[35901]: cluster 2024-02-18T01:19:13.359059+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:19:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:14 smithi037 conmon[35901]: 247 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:15.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:14 smithi076 conmon[41576]: cluster 2024-02-18T01:19:13.359059+0000 mgr.smithi037.vsmnxk (mgr.14182) 247 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:16.599 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:16.599 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:17.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:16 smithi076 conmon[41576]: cluster 2024-02-18T01:19:15.359796+0000 mgr.smithi037.vsmnxk (mgr.14182) 248 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:17.185 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:16 smithi037 conmon[35901]: cluster 2024-02-18T01:19:15.359796+0000 mgr.smithi037.vsmnxk 2024-02-18T01:19:17.185 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:16 smithi037 conmon[35901]: (mgr.14182) 248 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:17.207 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:18.209 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:18.245 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:17 smithi037 conmon[35901]: audit 2024-02-18T01:19:16.595530+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:19:18.245 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:17 smithi037 conmon[35901]: 249 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:18.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:17 smithi076 conmon[41576]: audit 2024-02-18T01:19:16.595530+0000 mgr.smithi037.vsmnxk (mgr.14182) 249 : audit 2024-02-18T01:19:18.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:17 smithi076 conmon[41576]: [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:19.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:18 smithi037 conmon[35901]: cluster 2024-02-18T01:19:17.360473 2024-02-18T01:19:19.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:18 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 250 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:19.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:18 smithi076 conmon[41576]: cluster 2024-02-18T01:19:17.360473+0000 mgr.smithi037.vsmnxk (mgr.14182) 250 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:19.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:18 smithi076 conmon[41576]: 2024-02-18T01:19:20.272 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:20.272 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:20.871 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:21.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:20 smithi037 conmon[35901]: cluster 2024-02-18T01:19:19.361030+0000 mgr.smithi037.vsmnxk (mgr.14182) 251 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:21.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:20 smithi037 conmon[35901]: audit 2024-02-18T01:19:20.268903+0000 mgr.smithi037.vsmnxk (mgr.14182) 252 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:21.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:20 smithi076 conmon[41576]: cluster 2024-02-18T01:19:19.361030+0000 mgr.smithi037.vsmnxk (mgr.14182) 251 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:21.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:20 smithi076 conmon[41576]: audit 2024-02-18T01:19:20.268903+0000 mgr.smithi037.vsmnxk (mgr.14182) 252 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:21.872 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:23.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:22 smithi037 conmon[35901]: cluster 2024-02-18T01:19:21.361756+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:19:23.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:22 smithi037 conmon[35901]: .14182) 253 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:23.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:22 smithi076 conmon[41576]: cluster 2024-02-18T01:19:21.361756+0000 mgr.smithi037.vsmnxk (mgr.14182) 253 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:23.798 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:23.798 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:24.422 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:25.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:24 smithi076 conmon[41576]: cluster 2024-02-18T01:19:23.362337+0000 mgr.smithi037.vsmnxk (mgr.14182) 254 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:25.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:24 smithi076 conmon[41576]: audit 2024-02-18T01:19:23.794939+0000 mgr.smithi037.vsmnxk (mgr.14182) 255 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:25.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:24 smithi037 conmon[35901]: cluster 2024-02-18T01:19:23.362337+0000 mgr.smithi037.vsmnxk (mgr.14182) 254 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:25.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:24 smithi037 conmon[35901]: audit 2024-02-18T01:19:23.794939+0000 mgr.smithi037.vsmnxk (mgr.14182) 255 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:25.423 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:27.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:26 smithi037 conmon[35901]: cluster 2024-02-18T01:19:25.363020+0000 mgr.smithi037.vsmnxk (mgr.14182) 256 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:27.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:26 smithi076 conmon[41576]: cluster 2024-02-18T01:19:25.363020+0000 mgr.smithi037.vsmnxk (mgr.14182) 256 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:27.440 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:27.440 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:28.089 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:29.090 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:29.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:28 smithi037 conmon[35901]: cluster 2024-02-18T01:19:27.363498 2024-02-18T01:19:29.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:28 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 257 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:29.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:28 smithi037 conmon[35901]: audit 2024-02-18T01:19:27.437667+0000 mgr.smithi037.vsmnxk (mgr.14182) 258 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:28 smithi076 conmon[41576]: cluster 2024-02-18T01:19:27.363498+0000 mgr.smithi037.vsmnxk (mgr.14182) 257 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:28 smithi076 conmon[41576]: audit 2024-02-18T01:19:27.437667+0000 mgr.smithi037.vsmnxk (mgr.14182) 258 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:31.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:30 smithi037 conmon[35901]: cluster 2024-02-18T01:19:29.363997+0000 mgr.smithi037.vsmnxk (mgr.14182) 259 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:31.101 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:31.101 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:30 smithi076 conmon[41576]: cluster 2024-02-18T01:19:29.363997+0000 mgr.smithi037.vsmnxk (mgr.14182) 259 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:31.715 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:32.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:31 smithi037 conmon[35901]: audit 2024-02-18T01:19:31.098492+0000 mgr.smithi037.vsmnxk (mgr.14182) 260 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:32.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:31 smithi076 conmon[41576]: audit 2024-02-18T01:19:31.098492+0000 mgr.smithi037.vsmnxk (mgr.14182) 260 : audit [DBG] 2024-02-18T01:19:32.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:31 smithi076 conmon[41576]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:32.716 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:33.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:32 smithi037 conmon[35901]: cluster 2024-02-18T01:19:31.364702+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:19:33.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:32 smithi037 conmon[35901]: 14182) 261 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:33.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:32 smithi076 conmon[41576]: cluster 2024-02-18T01:19:31.364702+0000 mgr.smithi037.vsmnxk (mgr.14182) 261 : cluster 2024-02-18T01:19:33.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:32 smithi076 conmon[41576]: [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:34.691 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:34.691 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:35.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:34 smithi037 conmon[35901]: cluster 2024-02-18T01:19:33.365227+0000 mgr.smithi037.vsmnxk (mgr.14182) 262 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:35.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:34 smithi076 conmon[41576]: cluster 2024-02-18T01:19:33.365227+0000 mgr.smithi037.vsmnxk (mgr.14182) 262 : cluster 2024-02-18T01:19:35.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:34 smithi076 conmon[41576]: [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:35.264 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:36.196 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:35 smithi037 conmon[35901]: audit 2024-02-18T01:19:34.687158+0000 mgr.smithi037.vsmnxk (mgr.14182) 263 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:36.266 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:36.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:35 smithi076 conmon[41576]: audit 2024-02-18T01:19:34.687158+0000 mgr.smithi037.vsmnxk (mgr.14182) 263 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:36.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:35 smithi076 conmon[41576]: 2024-02-18T01:19:37.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:36 smithi037 conmon[35901]: cluster 2024-02-18T01:19:35.365952+0000 mgr.smithi037.vsmnxk (mgr.14182) 264 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:37.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:36 smithi076 conmon[41576]: cluster 2024-02-18T01:19:35.365952+0000 mgr.smithi037.vsmnxk (mgr.14182) 264 : cluster [DBG] 2024-02-18T01:19:37.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:36 smithi076 conmon[41576]: pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:38.171 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:38.172 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:38.778 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:39.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:38 smithi037 conmon[35901]: cluster 2024-02-18T01:19:37.366736+0000 mgr.smithi037.vsmnxk (mgr.14182) 265 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:39.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:38 smithi037 conmon[35901]: audit 2024-02-18T01:19:38.168323+0000 mgr.smithi037.vsmnxk (mgr.14182) 266 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:39.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:38 smithi076 conmon[41576]: cluster 2024-02-18T01:19:37.366736+0000 mgr.smithi037.vsmnxk (mgr.14182) 265 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:39.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:38 smithi076 conmon[41576]: audit 2024-02-18T01:19:38.168323+0000 mgr.smithi037.vsmnxk (mgr.14182) 266 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:39.779 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:41.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:40 smithi037 conmon[35901]: cluster 2024-02-18T01:19:39.367454+0000 mgr.smithi037.vsmnxk (mgr.14182) 267 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:41.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:40 smithi076 conmon[41576]: cluster 2024-02-18T01:19:39.367454+0000 mgr.smithi037.vsmnxk (mgr.14182) 267 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:41.759 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:41.759 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:42.396 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:43.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:42 smithi037 conmon[35901]: cluster 2024-02-18T01:19:41.368031+0000 mgr.smithi037.vsmnxk (mgr.14182) 268 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:43.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:42 smithi037 conmon[35901]: audit 2024-02-18T01:19:41.755879+0000 mgr.smithi037.vsmnxk (mgr.14182) 269 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:43.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:42 smithi076 conmon[41576]: cluster 2024-02-18T01:19:41.368031+0000 mgr.smithi037.vsmnxk (mgr.14182) 268 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:43.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:42 smithi076 conmon[41576]: audit 2024-02-18T01:19:41.755879+0000 mgr.smithi037.vsmnxk (mgr.14182) 269 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:43.397 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:45.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:44 smithi076 conmon[41576]: cluster 2024-02-18T01:19:43.368551+0000 mgr.smithi037.vsmnxk (mgr.14182) 270 : cluster [DBG] 2024-02-18T01:19:45.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:44 smithi076 conmon[41576]: pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:45.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:44 smithi037 conmon[35901]: cluster 2024-02-18T01:19:43.368551+0000 mgr.smithi037.vsmnxk (mgr.14182) 270 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:45.317 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:45.317 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:45.927 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:46.196 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:45 smithi037 conmon[35901]: audit 2024-02-18T01:19:46.196 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:45 smithi037 conmon[35901]: 2024-02-18T01:19:45.313900+0000 mgr.smithi037.vsmnxk (mgr.14182) 271 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:46.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:45 smithi076 conmon[41576]: audit 2024-02-18T01:19:45.313900+0000 mgr.smithi037.vsmnxk (mgr.14182) 271 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:46.928 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:47.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:46 smithi037 conmon[35901]: cluster 2024-02-18T01:19:45.369139+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:19:47.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:46 smithi037 conmon[35901]: 272 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:47.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:46 smithi076 conmon[41576]: cluster 2024-02-18T01:19:45.369139+0000 mgr.smithi037.vsmnxk (mgr.14182) 272 2024-02-18T01:19:47.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:46 smithi076 conmon[41576]: : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:48.959 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:48.959 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:49.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:48 smithi037 conmon[35901]: cluster 2024-02-18T01:19:47.369718+0000 mgr.smithi037.vsmnxk (mgr.14182) 273 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:49.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:48 smithi076 conmon[41576]: cluster 2024-02-18T01:19:47.369718+0000 mgr.smithi037.vsmnxk (mgr.14182) 273 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:49.560 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:50.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:49 smithi037 conmon[35901]: audit 2024-02-18T01:19:48.953563+0000 mgr.smithi037.vsmnxk (mgr.14182) 274 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:50.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:49 smithi076 conmon[41576]: audit 2024-02-18T01:19:48.953563+0000 mgr.smithi037.vsmnxk (mgr.14182) 274 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:50.561 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:51.242 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:50 smithi037 conmon[35901]: cluster 2024-02-18T01:19:49.370376+0000 mgr.smithi037.vsmnxk (mgr.14182) 275 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:50 smithi076 conmon[41576]: cluster 2024-02-18T01:19:49.370376+0000 mgr.smithi037.vsmnxk (mgr.14182) 275 : cluster [DBG] 2024-02-18T01:19:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:50 smithi076 conmon[41576]: pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:52.529 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:52.529 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:53.142 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:53.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:52 smithi037 conmon[35901]: cluster 2024-02-18T01:19:51.371039+0000 mgr.smithi037.vsmnxk (mgr.14182) 276 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:53.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:52 smithi076 conmon[41576]: cluster 2024-02-18T01:19:51.371039+0000 mgr.smithi037.vsmnxk (mgr.14182) 276 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:53.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:52 smithi076 conmon[41576]: 2024-02-18T01:19:54.143 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:54.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:53 smithi037 conmon[35901]: audit 2024-02-18T01:19:52.525662+0000 mgr.smithi037.vsmnxk (mgr.14182) 277 : audit 2024-02-18T01:19:54.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:53 smithi037 conmon[35901]: [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:54.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:53 smithi076 conmon[41576]: audit 2024-02-18T01:19:52.525662+0000 mgr.smithi037.vsmnxk (mgr.14182) 277 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:54.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:53 smithi076 conmon[41576]: 2024-02-18T01:19:55.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:54 smithi076 conmon[41576]: cluster 2024-02-18T01:19:53.371571+0000 mgr.smithi037.vsmnxk (mgr.14182) 278 : cluster 2024-02-18T01:19:55.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:54 smithi076 conmon[41576]: [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:55.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:54 smithi037 conmon[35901]: cluster 2024-02-18T01:19:53.371571+0000 mgr.smithi037.vsmnxk (mgr.14182) 278 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:55.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:54 smithi037 conmon[35901]: 2024-02-18T01:19:56.047 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:56.048 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:19:56.703 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:19:57.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:56 smithi037 conmon[35901]: cluster 2024-02-18T01:19:55.372291+0000 mgr.smithi037.vsmnxk (mgr.14182) 279 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:57.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:56 smithi037 conmon[35901]: audit 2024-02-18T01:19:56.044102+0000 mgr.smithi037.vsmnxk (mgr.14182) 280 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:57.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:56 smithi076 conmon[41576]: cluster 2024-02-18T01:19:55.372291+0000 mgr.smithi037.vsmnxk (mgr.14182) 279 : cluster [DBG] 2024-02-18T01:19:57.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:56 smithi076 conmon[41576]: pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:57.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:56 smithi076 conmon[41576]: audit 2024-02-18T01:19:56.044102+0000 mgr.smithi037.vsmnxk (mgr.14182) 280 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:19:57.704 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:19:59.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:58 smithi037 conmon[35901]: cluster 2024-02-18T01:19:57.373076+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:19:59.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:19:58 smithi037 conmon[35901]: .14182) 281 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:59.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:58 smithi076 conmon[41576]: cluster 2024-02-18T01:19:57.373076+0000 mgr.smithi037.vsmnxk (mgr.14182) 281 : cluster 2024-02-18T01:19:59.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:19:58 smithi076 conmon[41576]: [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:19:59.739 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:19:59.740 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:00.411 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:01.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:00 smithi037 conmon[35901]: cluster 2024-02-18T01:19:59.373602+0000 mgr.smithi037.vsmnxk (mgr.14182) 282 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:01.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:00 smithi037 conmon[35901]: audit 2024-02-18T01:19:59.736415+0000 mgr.smithi037.vsmnxk (mgr.14182) 283 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:01.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:00 smithi037 conmon[35901]: cluster 2024-02-18T01:20:00.000123+0000 mon.smithi037 (mon.0) 678 : cluster [INF] overall HEALTH_OK 2024-02-18T01:20:01.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:00 smithi076 conmon[41576]: cluster 2024-02-18T01:19:59.373602+0000 mgr.smithi037.vsmnxk (mgr.14182) 282 : cluster [DBG] 2024-02-18T01:20:01.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:00 smithi076 conmon[41576]: pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:01.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:00 smithi076 conmon[41576]: audit 2024-02-18T01:19:59.736415+0000 mgr.smithi037.vsmnxk (mgr.14182) 283 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:01.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:00 smithi076 conmon[41576]: cluster 2024-02-18T01:20 2024-02-18T01:20:01.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:00 smithi076 conmon[41576]: :00.000123+0000 mon.smithi037 (mon.0) 678 : cluster [INF] overall HEALTH_OK 2024-02-18T01:20:01.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:00 smithi076 conmon[41576]: 2024-02-18T01:20:01.412 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:03.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:02 smithi037 conmon[35901]: cluster 2024-02-18T01:20:01.374203+0000 mgr.smithi037.vsmnxk (mgr.14182) 284 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:03.375 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:03.376 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:03.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:02 smithi076 conmon[41576]: cluster 2024-02-18T01:20:01.374203+0000 mgr.smithi037.vsmnxk (mgr.14182) 284 : cluster [DBG] 2024-02-18T01:20:03.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:02 smithi076 conmon[41576]: pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:04.001 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:05.002 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:04 smithi076 conmon[41576]: audit 2024-02-18T01:20:03.372458+0000 mgr.smithi037.vsmnxk (mgr.14182) 285 : audit 2024-02-18T01:20:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:04 smithi076 conmon[41576]: [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:05.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:04 smithi076 conmon[41576]: cluster 2024-02-18T01:20:03.374613+0000 mgr.smithi037.vsmnxk (mgr.14182) 286 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:05.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:04 smithi037 conmon[35901]: audit 2024-02-18T01:20:03.372458+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:20:05.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:04 smithi037 conmon[35901]: .14182) 285 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:05.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:04 smithi037 conmon[35901]: cluster 2024-02-18T01:20:03.374613+0000 mgr.smithi037.vsmnxk (mgr.14182) 286 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:06.949 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:06.950 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:07.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:06 smithi037 conmon[35901]: cluster 2024-02-18T01:20:05.375263+0000 mgr.smithi037.vsmnxk (mgr.14182) 287 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:07.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:06 smithi076 conmon[41576]: cluster 2024-02-18T01:20:05.375263+0000 mgr.smithi037.vsmnxk (mgr.14182) 287 : 2024-02-18T01:20:07.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:06 smithi076 conmon[41576]: cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:07.535 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:08.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:08 smithi037 conmon[35901]: audit 2024-02-18T01:20:06.946035+0000 mgr.smithi037.vsmnxk (mgr.14182) 288 : audit 2024-02-18T01:20:08.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:08 smithi037 conmon[35901]: [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:08.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:08 smithi076 conmon[41576]: audit 2024-02-18T01:20:06.946035+0000 mgr.smithi037.vsmnxk (mgr.14182) 288 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:08.537 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:09.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:09 smithi037 conmon[35901]: cluster 2024-02-18T01:20:07.375971+0000 mgr.smithi037.vsmnxk (mgr.14182) 289 2024-02-18T01:20:09.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:09 smithi037 conmon[35901]: : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:09.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:09 smithi076 conmon[41576]: cluster 2024-02-18T01:20:07.375971+0000 mgr.smithi037.vsmnxk (mgr.14182) 289 : cluster [DBG] 2024-02-18T01:20:09.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:09 smithi076 conmon[41576]: pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:10.554 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:10.555 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:11.202 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:11.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:11 smithi037 conmon[35901]: cluster 2024-02-18T01:20:09.376476+0000 mgr.smithi037.vsmnxk (mgr.14182) 290 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:11 smithi076 conmon[41576]: cluster 2024-02-18T01:20:09.376476+0000 mgr.smithi037.vsmnxk (mgr.14182) 290 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:12.203 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:12.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:12 smithi037 conmon[35901]: audit 2024-02-18T01:20:10.550668+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:20:12.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:12 smithi037 conmon[35901]: 14182) 291 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:12.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:12 smithi076 conmon[41576]: audit 2024-02-18T01:20:10.550668+0000 mgr.smithi037.vsmnxk (mgr.14182) 291 2024-02-18T01:20:12.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:12 smithi076 conmon[41576]: : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:13 smithi076 conmon[41576]: cluster 2024-02-18T01:20:11.376952+0000 mgr.smithi037.vsmnxk (mgr.14182) 292 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:13.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:13 smithi037 conmon[35901]: cluster 2024-02-18T01:20:11.376952+0000 mgr.smithi037.vsmnxk (mgr.14182) 292 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:14.141 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:14.142 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:14.782 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:15.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:15 smithi076 conmon[41576]: cluster 2024-02-18T01:20:13.377470+0000 mgr.smithi037.vsmnxk (mgr.14182) 293 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:15.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:15 smithi076 conmon[41576]: audit 2024-02-18T01:20:14.138483+0000 mgr.smithi037.vsmnxk (mgr.14182) 294 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:15.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:15 smithi037 conmon[35901]: cluster 2024-02-18T01:20:13.377470+0000 mgr.smithi037.vsmnxk (mgr.14182) 293 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:15.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:15 smithi037 conmon[35901]: audit 2024-02-18T01:20:14.138483+0000 mgr.smithi037.vsmnxk (mgr.14182) 294 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:15.782 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:17.331 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:17 smithi037 conmon[35901]: cluster 2024-02-18T01:20:15.378287+0000 mgr.smithi037.vsmnxk (mgr.14182) 295 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:17.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:17 smithi076 conmon[41576]: cluster 2024-02-18T01:20:15.378287+0000 mgr.smithi037.vsmnxk (mgr.14182) 295 : 2024-02-18T01:20:17.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:17 smithi076 conmon[41576]: cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:17.751 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:17.751 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:18.342 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:19.343 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:19.377 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:19 smithi037 conmon[35901]: cluster 2024-02-18T01:20:17.378806+0000 mgr.smithi037.vsmnxk (mgr.14182) 296 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:19.378 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:19 smithi037 conmon[35901]: audit 2024-02-18T01:20:17.747602+0000 mgr.smithi037.vsmnxk (mgr.14182) 297 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:19.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:19 smithi076 conmon[41576]: cluster 2024-02-18T01:20:17.378806+0000 mgr.smithi037.vsmnxk (mgr.14182) 296 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:19.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:19 smithi076 conmon[41576]: audit 2024-02-18T01:20:17.747602+0000 mgr.smithi037.vsmnxk (mgr.14182) 297 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:21.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:21 smithi037 conmon[35901]: cluster 2024-02-18T01:20:19.379421+0000 mgr.smithi037.vsmnxk 2024-02-18T01:20:21.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:21 smithi037 conmon[35901]: (mgr.14182) 298 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:21.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:21 smithi076 conmon[41576]: cluster 2024-02-18T01:20:19.379421+0000 mgr.smithi037.vsmnxk (mgr.14182) 298 : cluster 2024-02-18T01:20:21.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:21 smithi076 conmon[41576]: [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:21.386 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:21.387 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:22.015 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:23.016 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:23.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:23 smithi076 conmon[41576]: cluster 2024-02-18T01:20:21.379874+0000 mgr.smithi037.vsmnxk (mgr.14182) 299 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:23.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:23 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:20:23.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:23 smithi076 conmon[41576]: 02-18T01:20:21.384162+0000 mgr.smithi037.vsmnxk (mgr.14182) 300 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:23.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:23 smithi037 conmon[35901]: cluster 2024-02-18T01:20:21.379874+0000 mgr.smithi037.vsmnxk (mgr.14182) 299 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:23 smithi037 conmon[35901]: audit 2024-02-18T01:20:21.384162+0000 mgr.smithi037.vsmnxk (mgr.14182) 300 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:24.994 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:24.994 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:25.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:25 smithi076 conmon[41576]: cluster 2024-02-18T01:20:23.380310+0000 mgr.smithi037.vsmnxk (mgr.14182) 301 : cluster [DBG] 2024-02-18T01:20:25.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:25 smithi076 conmon[41576]: pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:25.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:25 smithi037 conmon[35901]: cluster 2024-02-18T01:20:23.380310+0000 mgr.smithi037.vsmnxk (mgr.14182) 301 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:25.600 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:26.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:26 smithi076 conmon[41576]: audit 2024-02-18T01:20:24.991191+0000 mgr.smithi037.vsmnxk (mgr.14182) 302 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:26.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:26 smithi037 conmon[35901]: audit 2024-02-18T01:20:24.991191+0000 mgr.smithi037.vsmnxk (mgr.14182) 302 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:26.601 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:27.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:27 smithi076 conmon[41576]: cluster 2024-02-18T01:20:25.381161+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:20:27.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:27 smithi076 conmon[41576]: ) 303 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:27.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:27 smithi037 conmon[35901]: cluster 2024-02-18T01:20:25.381161+0000 mgr.smithi037.vsmnxk (mgr.14182) 303 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:27.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:27 smithi037 conmon[35901]: 2024-02-18T01:20:28.613 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:28.614 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:29.207 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:29 smithi076 conmon[41576]: cluster 2024-02-18T01:20:27.381916+0000 mgr.smithi037.vsmnxk (mgr.14182) 304 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:29 smithi076 conmon[41576]: 2024-02-18T01:20:29.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:29 smithi037 conmon[35901]: cluster 2024-02-18T01:20:27.381916+0000 mgr.smithi037.vsmnxk (mgr.14182) 304 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:30.208 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:30.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:30 smithi076 conmon[41576]: audit 2024-02-18T01:20:28.610742+0000 mgr.smithi037.vsmnxk (mgr.14182) 305 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:30.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:30 smithi037 conmon[35901]: audit 2024-02-18T01:20:28.610742+0000 2024-02-18T01:20:30.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:30 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 305 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:31 smithi076 conmon[41576]: cluster 2024-02-18T01:20:29.382646+0000 mgr.smithi037.vsmnxk (mgr.14182) 306 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:31.502 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:31 smithi037 conmon[35901]: cluster 2024-02-18T01:20:29.382646+0000 mgr.smithi037.vsmnxk (mgr.14182) 306 : cluster 2024-02-18T01:20:31.502 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:31 smithi037 conmon[35901]: [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:32.148 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:32.148 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z 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.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:32.763 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:33.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:33 smithi076 conmon[41576]: cluster 2024-02-18T01:20:31.383323+0000 mgr.smithi037.vsmnxk (mgr.14182) 307 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:33.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:33 smithi076 conmon[41576]: audit 2024-02-18T01:20:32.144531+0000 mgr.smithi037.vsmnxk (mgr.14182) 308 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:33 smithi037 conmon[35901]: cluster 2024-02-18T01:20:31.383323+0000 mgr.smithi037.vsmnxk (mgr.14182) 307 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:33.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:33 smithi037 conmon[35901]: audit 2024-02-18T01:20:32.144531+0000 mgr.smithi037.vsmnxk (mgr.14182) 308 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:33.764 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:35.344 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:35 smithi037 conmon[35901]: cluster 2024-02-18T01:20:33.383866 2024-02-18T01:20:35.344 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:35 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 309 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:35.344 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:35 smithi037 conmon[35901]: audit 2024-02-18T01:20:34.527262+0000 mon.smithi037 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi076.usajto"}]: dispatch 2024-02-18T01:20:35.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:35 smithi076 conmon[41576]: cluster 2024-02-18T01:20:33.383866+0000 mgr.smithi037.vsmnxk (mgr.14182) 309 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:35.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:35 smithi076 conmon[41576]: audit 2024-02-18T01:20:34.527262+0000 mon.smithi037 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi076.usajto"}]: dispatch 2024-02-18T01:20:35.742 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:35.742 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:36.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: cephadm 2024-02-18T01:20:34.526629+0000 mgr.smithi037.vsmnxk (mgr.14182) 310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.usajto ... 2024-02-18T01:20:36.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:20:36.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:18:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:19:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: Traceback (most recent call last): 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: yield (conn, connr) 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:20:36.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: code, '\n'.join(err))) 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.usajto ... 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:18:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:19:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: cephadm 2024-02-18T01:20:34.526851+0000 mgr.smithi037.vsmnxk (mgr.14182) 311 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: cephadm 2024-02-18T01:20:34.528137+0000 mgr.smithi037.vsmnxk (mgr.14182) 312 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.usajto ... 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:18:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:19:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.390 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.390 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:36 smithi076 conmon[41576]: cephadm 2024-02-18T01:20:34.530048+0000 mgr.smithi037.vsmnxk (mgr.14182) 313 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi037.rilaan on smithi037 2024-02-18T01:20:36.431 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: cephadm 2024-02-18T01:20:34.526629+0000 mgr.smithi037.vsmnxk (mgr.14182) 310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.431 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.431 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.431 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.431 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.usajto ... 2024-02-18T01:20:36.431 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:18:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:19:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: Traceback (most recent call last): 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: yield (conn, connr) 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: code, '\n'.join(err))) 2024-02-18T01:20:36.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.usajto ... 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:18:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:19:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: cephadm 2024-02-18T01:20:34.526851+0000 mgr.smithi 2024-02-18T01:20:36.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: 037.vsmnxk (mgr.14182) 311 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: cephadm 2024-02-18T01:20:34.528137+0000 mgr.smithi037.vsmnxk (mgr.14182) 312 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.usajto ... 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:18:37Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:19:15Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:19:53Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:20:36.434 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:36 smithi037 conmon[35901]: cephadm 2024-02-18T01:20:34.530048+0000 mgr.smithi037.vsmnxk (mgr.14182) 313 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi037.rilaan on smithi037 2024-02-18T01:20:36.456 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:37.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:37 smithi076 conmon[41576]: cluster 2024-02-18T01:20:35.384383+0000 mgr.smithi037.vsmnxk (mgr.14182) 314 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:37.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:37 smithi076 conmon[41576]: audit 2024-02-18T01:20:35.739197+0000 mgr.smithi037.vsmnxk (mgr.14182) 315 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:37.457 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:37.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:37 smithi037 conmon[35901]: cluster 2024-02-18T01:20:35.384383+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:20:37.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:37 smithi037 conmon[35901]: ) 314 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:37.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:37 smithi037 conmon[35901]: audit 2024-02-18T01:20:35.739197+0000 mgr.smithi037.vsmnxk (mgr.14182) 315 : 2024-02-18T01:20:37.491 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:37 smithi037 conmon[35901]: audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:39.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:39 smithi037 conmon[35901]: cluster 2024-02-18T01:20:37.384987+0000 mgr.smithi037.vsmnxk (mgr.14182) 316 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:39.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:39 smithi076 conmon[41576]: cluster 2024-02-18T01:20:37.384987+0000 mgr.smithi037.vsmnxk (mgr.14182) 316 : cluster [DBG] 2024-02-18T01:20:39.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:39 smithi076 conmon[41576]: pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:39.402 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:39.402 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:40.020 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:41.021 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:41.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:41 smithi076 conmon[41576]: cluster 2024-02-18T01:20:39.385464+0000 mgr.smithi037.vsmnxk (mgr.14182) 317 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:41.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:41 smithi076 conmon[41576]: audit 2024-02-18T01:20:39.398685+0000 mgr.smithi037.vsmnxk (mgr.14182) 318 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:41.499 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:41 smithi037 conmon[35901]: cluster 2024-02-18T01:20:39.385464+0000 mgr.smithi037.vsmnxk (mgr.14182) 317 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:41.500 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:41 smithi037 conmon[35901]: audit 2024-02-18T01:20:39.398685+0000 mgr.smithi037.vsmnxk (mgr.14182) 318 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:42.978 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:42.978 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:43.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:43 smithi037 conmon[35901]: cluster 2024-02-18T01:20:41.386143+0000 mgr.smithi037.vsmnxk (mgr.14182) 319 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:43.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:43 smithi076 conmon[41576]: cluster 2024-02-18T01:20:41.386143+0000 mgr.smithi037.vsmnxk (mgr.14182) 319 : cluster [DBG] 2024-02-18T01:20:43.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:43 smithi076 conmon[41576]: pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:43.636 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:44.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:44 smithi076 conmon[41576]: audit 2024-02-18T01:20:42.974309+0000 mgr.smithi037.vsmnxk (mgr.14182) 320 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:44.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:44 smithi037 conmon[35901]: audit 2024-02-18T01:20:42.974309+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:20:44.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:44 smithi037 conmon[35901]: .14182) 320 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:44.637 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:45.363 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:45 smithi037 conmon[35901]: cluster 2024-02-18T01:20:43.386604+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:20:45.363 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:45 smithi037 conmon[35901]: 14182) 321 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:45.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:45 smithi076 conmon[41576]: cluster 2024-02-18T01:20:43.386604+0000 mgr.smithi037.vsmnxk (mgr.14182) 321 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:46.706 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:46.706 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:47.311 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:47.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:47 smithi076 conmon[41576]: cluster 2024-02-18T01:20:45.387297+0000 mgr.smithi037.vsmnxk (mgr.14182) 322 : cluster [DBG] 2024-02-18T01:20:47.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:47 smithi076 conmon[41576]: pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:47.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:47 smithi037 conmon[35901]: cluster 2024-02-18T01:20:45.387297+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:20:47.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:47 smithi037 conmon[35901]: mgr.14182) 322 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:48.312 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:48.347 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:48 smithi037 conmon[35901]: audit 2024-02-18T01:20:46.702546+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:20:48.347 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:48 smithi037 conmon[35901]: 323 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:48.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:48 smithi076 conmon[41576]: audit 2024-02-18T01:20:46.702546+0000 mgr.smithi037.vsmnxk (mgr.14182) 323 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:49.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:49 smithi076 conmon[41576]: cluster 2024-02-18T01:20:47.387921+0000 mgr.smithi037.vsmnxk (mgr.14182) 324 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:49.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:49 smithi037 conmon[35901]: cluster 2024-02-18T01:20:47.387921+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:20:49.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:49 smithi037 conmon[35901]: ) 324 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:50.320 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:50.320 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:50.894 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:51.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:51 smithi037 conmon[35901]: cluster 2024-02-18T01:20:49.388554+0000 mgr.smithi037.vsmnxk (mgr.14182) 325 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:51.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:51 smithi037 conmon[35901]: audit 2024-02-18T01:20:50.316326+0000 mgr.smithi037.vsmnxk (mgr.14182) 326 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:51 smithi076 conmon[41576]: cluster 2024-02-18T01:20:49.388554+0000 mgr.smithi037.vsmnxk (mgr.14182) 325 : cluster [DBG] 2024-02-18T01:20:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:51 smithi076 conmon[41576]: pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:51 smithi076 conmon[41576]: audit 2024-02-18T01:20:50.316326+0000 mgr.smithi037.vsmnxk (mgr.14182) 326 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:51.895 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:53.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:53 smithi076 conmon[41576]: cluster 2024-02-18T01:20:51.389303+0000 mgr.smithi037.vsmnxk (mgr.14182) 327 : cluster [DBG] 2024-02-18T01:20:53.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:53 smithi076 conmon[41576]: pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:53.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:53 smithi037 conmon[35901]: cluster 2024-02-18T01:20:51.389303+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:20:53.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:53 smithi037 conmon[35901]: ) 327 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:53.901 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:53.902 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:54.519 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:55.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:55 smithi076 conmon[41576]: cluster 2024-02-18T01:20:53.389867+0000 mgr.smithi037.vsmnxk (mgr.14182) 328 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:55.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:55 smithi076 conmon[41576]: audit 2024-02-18T01:20:53.898429+0000 mgr.smithi037.vsmnxk (mgr.14182) 329 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:55.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:55 smithi037 conmon[35901]: cluster 2024-02-18T01:20:53.389867+0000 mgr.smithi037.vsmnxk (mgr.14182) 328 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:55.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:55 smithi037 conmon[35901]: audit 2024-02-18T01:20:53.898429+0000 mgr.smithi037.vsmnxk (mgr.14182) 329 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:55.520 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:57.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:57 smithi076 conmon[41576]: cluster 2024-02-18T01:20:55.390639+0000 mgr.smithi037.vsmnxk (mgr.14182) 330 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:57.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:57 smithi037 conmon[35901]: cluster 2024-02-18T01:20:55.390639+0000 mgr.smithi037.vsmnxk (mgr.14182) 330 2024-02-18T01:20:57.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:57 smithi037 conmon[35901]: : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:57.556 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:20:57.557 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:20:58.142 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:20:59.143 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:20:59.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:59 smithi076 conmon[41576]: cluster 2024-02-18T01:20:57.391117+0000 mgr.smithi037.vsmnxk (mgr.14182) 331 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:59.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:20:59 smithi076 conmon[41576]: audit 2024-02-18T01:20:57.554083+0000 mgr.smithi037.vsmnxk (mgr.14182) 332 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:20:59.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:59 smithi037 conmon[35901]: cluster 2024-02-18T01:20:57.391117+0000 mgr.smithi037.vsmnxk (mgr.14182) 331 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:20:59.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:20:59 smithi037 conmon[35901]: audit 2024-02-18T01:20:57.554083+0000 mgr.smithi037.vsmnxk (mgr.14182) 332 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:01.021 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:01.021 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:01.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:01 smithi076 conmon[41576]: cluster 2024-02-18T01:20:59.391628+0000 mgr.smithi037.vsmnxk (mgr.14182) 333 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:01.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:01 smithi037 conmon[35901]: cluster 2024-02-18T01:20:59.391628+0000 mgr.smithi037.vsmnxk (mgr.14182) 333 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:01.585 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:02.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:02 smithi076 conmon[41576]: audit 2024-02-18T01:21:01.017375+0000 mgr.smithi037.vsmnxk (mgr.14182) 334 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:02.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:02 smithi037 conmon[35901]: audit 2024-02-18T01:21:01.017375+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:21:02.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:02 smithi037 conmon[35901]: 334 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:02.586 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:03.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:03 smithi076 conmon[41576]: cluster 2024-02-18T01:21:01.392266+0000 mgr.smithi037.vsmnxk (mgr.14182) 335 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:03.437 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:03 smithi037 conmon[35901]: cluster 2024-02-18T01:21:01.392266+0000 mgr.smithi037.vsmnxk (mgr.14182) 335 : 2024-02-18T01:21:03.437 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:03 smithi037 conmon[35901]: cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:04.492 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:04.492 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:05.108 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:05.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:05 smithi076 conmon[41576]: cluster 2024-02-18T01:21:03.392800+0000 mgr.smithi037.vsmnxk (mgr.14182) 336 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:05.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:05 smithi037 conmon[35901]: cluster 2024-02-18T01:21:03.392800+0000 mgr.smithi037.vsmnxk (mgr.14182) 336 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:06.110 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:06.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:06 smithi076 conmon[41576]: audit 2024-02-18T01:21:04.488352+0000 mgr.smithi037.vsmnxk (mgr.14182) 337 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:06.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:06 smithi037 conmon[35901]: audit 2024-02-18T01:21:04.488352+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:21:06.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:06 smithi037 conmon[35901]: 337 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:07.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:07 smithi037 conmon[35901]: cluster 2024-02-18T01:21:05.393479+0000 mgr.smithi037.vsmnxk (mgr.14182) 338 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:07 smithi076 conmon[41576]: cluster 2024-02-18T01:21:05.393479+0000 mgr.smithi037.vsmnxk (mgr.14182) 338 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:08.002 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:08.002 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:08.586 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:09.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:09 smithi037 conmon[35901]: cluster 2024-02-18T01:21:07.394049+0000 mgr.smithi037.vsmnxk (mgr.14182) 339 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:09.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:09 smithi037 conmon[35901]: audit 2024-02-18T01:21:07.998640+0000 mgr.smithi037.vsmnxk (mgr.14182) 340 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:09.587 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:09 smithi076 conmon[41576]: cluster 2024-02-18T01:21:07.394049 2024-02-18T01:21:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:09 smithi076 conmon[41576]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 339 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:09.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:09 smithi076 conmon[41576]: audit 2024-02-18T01:21:07.998640+0000 mgr.smithi037.vsmnxk (mgr.14182) 340 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:11.163 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:11 smithi037 conmon[35901]: cluster 2024-02-18T01:21:09.394647+0000 mgr.smithi037.vsmnxk 2024-02-18T01:21:11.163 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:11 smithi037 conmon[35901]: (mgr.14182) 341 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:11.599 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:11.600 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:11.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:11 smithi076 conmon[41576]: cluster 2024-02-18T01:21:09.394647+0000 mgr.smithi037.vsmnxk (mgr.14182) 341 2024-02-18T01:21:11.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:11 smithi076 conmon[41576]: : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:12.217 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:13.218 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:13 smithi076 conmon[41576]: cluster 2024-02-18T01:21:11.395218+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:21:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:13 smithi076 conmon[41576]: ) 342 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:13 smithi076 conmon[41576]: audit 2024-02-18T01:21:11.596373+0000 mgr.smithi037.vsmnxk (mgr.14182) 343 : audit [DBG] 2024-02-18T01:21:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:13 smithi076 conmon[41576]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:13.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:13 smithi037 conmon[35901]: cluster 2024-02-18T01:21:11.395218+0000 mgr.smithi037.vsmnxk (mgr.14182) 342 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:13.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:13 smithi037 conmon[35901]: audit 2024-02-18T01:21:11.596373+0000 mgr.smithi037.vsmnxk (mgr.14182) 343 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:15.206 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:15.206 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:15.410 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:15 smithi037 conmon[35901]: cluster 2024-02-18T01:21:13.395652+0000 mgr.smithi037.vsmnxk (mgr.14182) 344 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:15 smithi076 conmon[41576]: cluster 2024-02-18T01:21:13.395652+0000 mgr.smithi037.vsmnxk (mgr.14182) 344 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:15.801 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:16.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:16 smithi037 conmon[35901]: audit 2024-02-18T01:21:15.202492+0000 mgr.smithi037.vsmnxk (mgr.14182) 345 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:16.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:16 smithi037 conmon[35901]: 2024-02-18T01:21:16.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:16 smithi076 conmon[41576]: audit 2024-02-18T01:21:15.202492+0000 mgr.smithi037.vsmnxk (mgr.14182) 345 2024-02-18T01:21:16.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:16 smithi076 conmon[41576]: : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:16.802 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:17.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:17 smithi037 conmon[35901]: cluster 2024-02-18T01:21:15.396557+0000 mgr.smithi037.vsmnxk (mgr.14182) 346 : cluster 2024-02-18T01:21:17.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:17 smithi037 conmon[35901]: [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:17.576 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:17 smithi076 conmon[41576]: cluster 2024-02-18T01:21:15.396557+0000 mgr.smithi037.vsmnxk (mgr.14182) 346 : cluster 2024-02-18T01:21:17.576 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:17 smithi076 conmon[41576]: [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:18.753 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:18.753 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:19.350 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:19.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:19 smithi037 conmon[35901]: cluster 2024-02-18T01:21:17.397143+0000 mgr.smithi037.vsmnxk (mgr.14182) 347 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:19 smithi076 conmon[41576]: cluster 2024-02-18T01:21:17.397143 2024-02-18T01:21:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:19 smithi076 conmon[41576]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 347 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:20.351 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:20.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:20 smithi037 conmon[35901]: audit 2024-02-18T01:21:18.749551+0000 mgr.smithi037.vsmnxk (mgr.14182) 348 : audit [DBG] 2024-02-18T01:21:20.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:20 smithi037 conmon[35901]: from='client.24625 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:20.588 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:20 smithi076 conmon[41576]: audit 2024-02-18T01:21:18.749551+0000 mgr.smithi037.vsmnxk (mgr.14182) 348 : audit [DBG] from='client.24625 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:21.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:21 smithi037 conmon[35901]: cluster 2024-02-18T01:21:19.397794+0000 mgr.smithi037.vsmnxk (mgr.14182) 349 : 2024-02-18T01:21:21.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:21 smithi037 conmon[35901]: cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:21 smithi076 conmon[41576]: cluster 2024-02-18T01:21:19.397794+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:21:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:21 smithi076 conmon[41576]: .14182) 349 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:22.285 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:22.285 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:22.923 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:23 smithi037 conmon[35901]: cluster 2024-02-18T01:21:21.398522+0000 mgr.smithi037.vsmnxk (mgr.14182) 350 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:23 smithi037 conmon[35901]: audit 2024-02-18T01:21:22.282183+0000 mgr.smithi037.vsmnxk (mgr.14182) 351 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:23 smithi076 conmon[41576]: cluster 2024-02-18T01:21:21.398522+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:21:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:23 smithi076 conmon[41576]: mgr.14182) 350 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:23 smithi076 conmon[41576]: audit 2024-02-18T01:21:22. 2024-02-18T01:21:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:23 smithi076 conmon[41576]: 282183+0000 mgr.smithi037.vsmnxk (mgr.14182) 351 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:23.924 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:25.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:25 smithi037 conmon[35901]: cluster 2024-02-18T01:21:23.399082+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:21:25.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:25 smithi037 conmon[35901]: 352 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:25 smithi076 conmon[41576]: cluster 2024-02-18T01:21:23.399082+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:21:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:25 smithi076 conmon[41576]: 352 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:25.882 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:25.882 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:26.498 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:27.499 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:27.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:27 smithi037 conmon[35901]: cluster 2024-02-18T01:21:25.399671+0000 mgr.smithi037.vsmnxk (mgr.14182) 353 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:27.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:27 smithi037 conmon[35901]: audit 2024-02-18T01:21:25.879074+0000 mgr.smithi037.vsmnxk (mgr.14182) 354 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:27 smithi076 conmon[41576]: cluster 2024-02-18T01:21:25.399671+0000 mgr.smithi037.vsmnxk (mgr.14182) 353 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:27 smithi076 conmon[41576]: audit 2024-02-18T01:21:25.879074+0000 mgr.smithi037.vsmnxk (mgr.14182) 354 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:29.190 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:29 smithi037 conmon[35901]: cluster 2024-02-18T01:21:27.400298+0000 mgr.smithi037.vsmnxk (mgr.14182) 355 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:29 smithi076 conmon[41576]: cluster 2024-02-18T01:21:27.400298+0000 mgr.smithi037.vsmnxk (mgr.14182) 355 : cluster 2024-02-18T01:21:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:29 smithi076 conmon[41576]: [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:29.566 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:29.567 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:30.230 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:31.231 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:31.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:31 smithi037 conmon[35901]: cluster 2024-02-18T01:21:29.400796+0000 mgr.smithi037.vsmnxk (mgr.14182) 356 2024-02-18T01:21:31.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:31 smithi037 conmon[35901]: : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:31.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:31 smithi037 conmon[35901]: audit 2024-02-18T01:21:29.563561+0000 mgr.smithi037.vsmnxk (mgr.14182) 357 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:31 smithi076 conmon[41576]: cluster 2024-02-18T01:21:29.400796+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:21:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:31 smithi076 conmon[41576]: 356 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:31.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:31 smithi076 conmon[41576]: audit 2024-02-18T01:21:29.563561+0000 mgr.smithi037.vsmnxk (mgr.14182) 357 : audit [DBG] 2024-02-18T01:21:31.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:31 smithi076 conmon[41576]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:33.214 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:33.214 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:33.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:33 smithi037 conmon[35901]: cluster 2024-02-18T01:21:31.401399+0000 mgr.smithi037.vsmnxk (mgr.14182) 358 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:33 smithi076 conmon[41576]: cluster 2024-02-18T01:21:31.401399+0000 mgr.smithi037.vsmnxk (mgr.14182) 358 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:33.821 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:34.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:34 smithi037 conmon[35901]: audit 2024-02-18T01:21:33.210122+0000 mgr.smithi037.vsmnxk (mgr.14182) 359 : audit [DBG] 2024-02-18T01:21:34.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:34 smithi037 conmon[35901]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:34.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:34 smithi076 conmon[41576]: audit 2024-02-18T01:21:33.210122+0000 mgr.smithi037.vsmnxk (mgr.14182) 359 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:34.822 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:35.502 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:35 smithi037 conmon[35901]: cluster 2024-02-18T01:21:33.402067+0000 mgr.smithi037.vsmnxk (mgr.14182) 360 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:35 smithi076 conmon[41576]: cluster 2024-02-18T01:21:33.402067+0000 mgr.smithi037.vsmnxk (mgr.14182) 360 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:35 smithi076 conmon[41576]: 2024-02-18T01:21:36.768 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:36.769 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:37.405 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:37.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:37 smithi037 conmon[35901]: cluster 2024-02-18T01:21:35.402820+0000 2024-02-18T01:21:37.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:37 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 361 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:37 smithi076 conmon[41576]: cluster 2024-02-18T01:21:35.402820+0000 mgr.smithi037.vsmnxk (mgr.14182) 361 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:38.406 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:38.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:38 smithi037 conmon[35901]: audit 2024-02-18T01:21:36.764915+0000 mgr.smithi037.vsmnxk (mgr.14182) 362 : audit [DBG] 2024-02-18T01:21:38.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:38 smithi037 conmon[35901]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:38.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:38 smithi076 conmon[41576]: audit 2024-02-18T01:21:36.764915+0000 mgr.smithi037.vsmnxk (mgr.14182) 362 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:39.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:39 smithi037 conmon[35901]: cluster 2024-02-18T01:21:37.403330+0000 mgr.smithi037.vsmnxk (mgr.14182) 363 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:39 smithi076 conmon[41576]: cluster 2024-02-18T01:21:37.403330+0000 mgr.smithi037.vsmnxk (mgr.14182) 363 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:40.344 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:40.344 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:40.962 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:41.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:41 smithi037 conmon[35901]: cluster 2024-02-18T01:21:39.403971+0000 mgr.smithi037.vsmnxk (mgr.14182) 364 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:41 smithi076 conmon[41576]: cluster 2024-02-18T01:21:39.403971+0000 mgr.smithi037.vsmnxk (mgr.14182) 364 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:41.963 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:42.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:42 smithi037 conmon[35901]: audit 2024-02-18T01:21:40.340256+0000 2024-02-18T01:21:42.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:42 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 365 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:42.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:42 smithi076 conmon[41576]: audit 2024-02-18T01:21:40.340256+0000 mgr.smithi037.vsmnxk (mgr.14182) 365 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:43.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:43 smithi037 conmon[35901]: cluster 2024-02-18T01:21:41.404674+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:21:43.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:43 smithi037 conmon[35901]: mgr.14182) 366 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:43 smithi076 conmon[41576]: cluster 2024-02-18T01:21:41.404674+0000 mgr.smithi037.vsmnxk (mgr.14182) 366 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:43.994 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:43.994 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:44.663 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:45.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:45 smithi037 conmon[35901]: cluster 2024-02-18T01:21:43.405283+0000 mgr.smithi037.vsmnxk (mgr.14182) 367 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:45.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:45 smithi037 conmon[35901]: audit 2024-02-18T01:21:43.991015+0000 mgr.smithi037.vsmnxk (mgr.14182) 368 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:45.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:45 smithi076 conmon[41576]: cluster 2024-02-18T01:21:43.405283+0000 mgr.smithi037.vsmnxk (mgr.14182) 367 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:45.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:45 smithi076 conmon[41576]: audit 2024-02-18T01:21:43.991015+0000 mgr.smithi037.vsmnxk (mgr.14182) 368 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:45.665 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:47.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:47 smithi037 conmon[35901]: cluster 2024-02-18T01:21:45.405889+0000 mgr.smithi037.vsmnxk (mgr.14182) 369 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:47.602 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:47.602 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:47 smithi076 conmon[41576]: cluster 2024-02-18T01:21:45.405889+0000 mgr.smithi037.vsmnxk (mgr.14182) 369 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:48.194 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:49.195 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:49.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:49 smithi037 conmon[35901]: cluster 2024-02-18T01:21:47.406375+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:21:49.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:49 smithi037 conmon[35901]: ) 370 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:49.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:49 smithi037 conmon[35901]: audit 2024-02-18T01:21:47.599071+0000 mgr.smithi037.vsmnxk (mgr.14182) 371 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:49 smithi076 conmon[41576]: cluster 2024-02-18T01:21:47.406375+0000 mgr.smithi037.vsmnxk (mgr.14182) 370 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:49 smithi076 conmon[41576]: audit 2024-02-18T01:21:47.599071+0000 mgr.smithi037.vsmnxk (mgr.14182) 371 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:51.141 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:51.141 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:51.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:51 smithi037 conmon[35901]: cluster 2024-02-18T01:21:49.406891+0000 mgr.smithi037.vsmnxk (mgr.14182) 372 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:51 smithi076 conmon[41576]: cluster 2024-02-18T01:21:49.406891+0000 mgr.smithi037.vsmnxk (mgr.14182) 372 : cluster [DBG] 2024-02-18T01:21:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:51 smithi076 conmon[41576]: pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:51.761 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:52.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:52 smithi037 conmon[35901]: audit 2024-02-18T01:21:51.137606+0000 mgr.smithi037.vsmnxk (mgr.14182) 373 : audit 2024-02-18T01:21:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:52 smithi037 conmon[35901]: [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:52.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:52 smithi076 conmon[41576]: audit 2024-02-18T01:21:51.137606+0000 mgr.smithi037.vsmnxk (mgr.14182) 373 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:52.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:52 smithi076 conmon[41576]: 2024-02-18T01:21:52.761 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:53.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:53 smithi037 conmon[35901]: cluster 2024-02-18T01:21:51.407430+0000 mgr.smithi037.vsmnxk (mgr.14182) 374 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:53 smithi076 conmon[41576]: cluster 2024-02-18T01:21:51.407430+0000 mgr.smithi037.vsmnxk (mgr.14182) 374 : cluster [DBG] 2024-02-18T01:21:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:53 smithi076 conmon[41576]: pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:54.711 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:54.712 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:55.361 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:55.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:55 smithi037 conmon[35901]: cluster 2024-02-18T01:21:53.408007+0000 mgr.smithi037.vsmnxk (mgr.14182) 375 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:55.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:55 smithi076 conmon[41576]: cluster 2024-02-18T01:21:53.408007+0000 mgr.smithi037.vsmnxk (mgr.14182) 375 : cluster 2024-02-18T01:21:55.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:55 smithi076 conmon[41576]: [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:56.362 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:21:56.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:56 smithi037 conmon[35901]: audit 2024-02-18T01:21:54.708355+0000 mgr.smithi037.vsmnxk (mgr.14182) 376 : 2024-02-18T01:21:56.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:56 smithi037 conmon[35901]: audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:56.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:56 smithi076 conmon[41576]: audit 2024-02-18T01:21:54.708355+0000 mgr.smithi037.vsmnxk (mgr.14182) 376 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:57.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:57 smithi037 conmon[35901]: cluster 2024-02-18T01:21:55.408876+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:21:57.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:57 smithi037 conmon[35901]: 377 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:57 smithi076 conmon[41576]: cluster 2024-02-18T01:21:55.408876+0000 mgr.smithi037.vsmnxk (mgr.14182) 377 : 2024-02-18T01:21:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:57 smithi076 conmon[41576]: cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:58.317 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:21:58.317 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:21:58.951 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:21:59.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:59 smithi037 conmon[35901]: cluster 2024-02-18T01:21:57.409445+0000 mgr.smithi037.vsmnxk (mgr.14182) 378 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:59.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:21:59 smithi037 conmon[35901]: audit 2024-02-18T01:21:58.313394+0000 mgr.smithi037.vsmnxk (mgr.14182) 379 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:59.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:59 smithi076 conmon[41576]: cluster 2024-02-18T01:21:57.409445+0000 mgr.smithi037.vsmnxk (mgr.14182) 378 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:21:59.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:21:59 smithi076 conmon[41576]: audit 2024-02-18T01:21:58.313394+0000 mgr.smithi037.vsmnxk (mgr.14182) 379 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:21:59.953 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:01.490 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:01 smithi037 conmon[35901]: cluster 2024-02-18T01:21:59.410031+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:22:01.490 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:01 smithi037 conmon[35901]: ) 380 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:01.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:01 smithi076 conmon[41576]: cluster 2024-02-18T01:21:59.410031+0000 mgr.smithi037.vsmnxk (mgr.14182) 380 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:01.862 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:01.862 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:02.434 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:03.435 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:03.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:03 smithi037 conmon[35901]: cluster 2024-02-18T01:22:01.410585+0000 mgr.smithi037.vsmnxk (mgr.14182) 381 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:03.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:03 smithi037 conmon[35901]: audit 2024-02-18T01:22:01.858383+0000 mgr.smithi037.vsmnxk (mgr.14182) 382 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:03.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:03 smithi076 conmon[41576]: cluster 2024-02-18T01:22:01.410585+0000 mgr.smithi037.vsmnxk (mgr.14182) 381 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:03.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:03 smithi076 conmon[41576]: audit 2024-02-18T01:22:01.858383+0000 mgr.smithi037.vsmnxk (mgr.14182) 382 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:05.367 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:05.367 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:05.529 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:05 smithi037 conmon[35901]: cluster 2024-02-18T01:22:03.411069+0000 mgr.smithi037.vsmnxk (mgr.14182) 383 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:05.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:05 smithi076 conmon[41576]: cluster 2024-02-18T01:22:03.411069+0000 mgr.smithi037.vsmnxk (mgr.14182) 383 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:05.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:05 smithi076 conmon[41576]: 2024-02-18T01:22:05.951 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:06.951 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:07.609 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:07 smithi037 conmon[35901]: audit 2024-02-18T01:22:05.363476+0000 mgr.smithi037.vsmnxk (mgr.14182) 384 : audit [DBG] 2024-02-18T01:22:07.609 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:07 smithi037 conmon[35901]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:07.609 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:07 smithi037 conmon[35901]: cluster 2024-02-18T01:22:05.411656+0000 mgr.smithi037.vsmnxk (mgr.14182) 385 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:07 smithi076 conmon[41576]: audit 2024-02-18T01:22:05.363476+0000 mgr.smithi037.vsmnxk (mgr.14182) 384 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:07 smithi076 conmon[41576]: cluster 2024-02-18T01:22:05.411656+0000 mgr.smithi037.vsmnxk (mgr.14182) 385 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:08.958 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:08.958 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:09.523 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:09 smithi037 conmon[35901]: cluster 2024-02-18T01:22:07.412244+0000 mgr.smithi037.vsmnxk (mgr.14182) 386 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:09.525 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:09 smithi076 conmon[41576]: cluster 2024-02-18T01:22:07.412244+0000 mgr.smithi037.vsmnxk (mgr.14182) 386 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:10.526 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:10.562 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:10 smithi037 conmon[35901]: audit 2024-02-18T01:22:08.955030+0000 mgr.smithi037.vsmnxk (mgr.14182) 387 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:10.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:10 smithi076 conmon[41576]: audit 2024-02-18T01:22:08.955030+0000 mgr.smithi037.vsmnxk (mgr.14182) 387 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:11.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:11 smithi076 conmon[41576]: cluster 2024-02-18T01:22:09.412774+0000 mgr.smithi037.vsmnxk (mgr.14182) 388 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:11.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:11 smithi037 conmon[35901]: cluster 2024-02-18T01:22:09.412774+0000 mgr.smithi037.vsmnxk (mgr.14182) 388 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:12.445 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:12.445 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:13.102 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:13.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:13 smithi037 conmon[35901]: cluster 2024-02-18T01:22:11.413454+0000 mgr.smithi037.vsmnxk (mgr.14182) 389 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:13 smithi076 conmon[41576]: cluster 2024-02-18T01:22:11.413454+0000 mgr.smithi037.vsmnxk (mgr.14182) 389 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:14.103 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:14.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:14 smithi037 conmon[35901]: audit 2024-02-18T01:22:12.442056+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:22:14.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:14 smithi037 conmon[35901]: mgr.14182) 390 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:14.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:14 smithi076 conmon[41576]: audit 2024-02-18T01:22:12.442056+0000 mgr.smithi037.vsmnxk (mgr.14182) 390 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:15.575 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:15 smithi037 conmon[35901]: cluster 2024-02-18T01:22:13.414008+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:22:15.575 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:15 smithi037 conmon[35901]: ) 391 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:15 smithi076 conmon[41576]: cluster 2024-02-18T01:22:13.414008+0000 mgr.smithi037.vsmnxk (mgr.14182) 391 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:15.977 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:15.978 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:16.624 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:17.625 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:17 smithi076 conmon[41576]: cluster 2024-02-18T01:22:15.414566+0000 mgr.smithi037.vsmnxk (mgr.14182) 392 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:17 smithi076 conmon[41576]: audit 2024-02-18T01:22:15.974761+0000 mgr.smithi037.vsmnxk (mgr.14182) 393 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:17.661 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:17 smithi037 conmon[35901]: cluster 2024-02-18T01:22:15.414566+0000 mgr.smithi037.vsmnxk (mgr.14182) 392 : 2024-02-18T01:22:17.661 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:17 smithi037 conmon[35901]: cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:17.661 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:17 smithi037 conmon[35901]: audit 2024-02-18T01:22:15.974761+0000 mgr.smithi037.vsmnxk (mgr.14182) 393 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:19.513 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:19.514 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:19.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:19 smithi037 conmon[35901]: cluster 2024-02-18T01:22:17.415170+0000 mgr.smithi037.vsmnxk (mgr.14182) 394 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:19 smithi076 conmon[41576]: cluster 2024-02-18T01:22:17.415170+0000 mgr.smithi037.vsmnxk (mgr.14182) 394 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:19 smithi076 conmon[41576]: 2024-02-18T01:22:20.090 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:21.091 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:21.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:21 smithi037 conmon[35901]: cluster 2024-02-18T01:22:19.415650+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:22:21.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:21 smithi037 conmon[35901]: 395 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:21.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:21 smithi037 conmon[35901]: audit 2024-02-18T01:22:19.509955+0000 mgr.smithi037.vsmnxk (mgr.14182) 396 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:21 smithi076 conmon[41576]: cluster 2024-02-18T01:22:19.415650+0000 mgr.smithi037.vsmnxk (mgr.14182) 395 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:21 smithi076 conmon[41576]: audit 2024-02-18T01:22:19.509955+0000 mgr.smithi037.vsmnxk (mgr.14182) 396 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:23.055 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:23.055 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:23 smithi037 conmon[35901]: cluster 2024-02-18T01:22:21.416134+0000 mgr.smithi037.vsmnxk (mgr.14182) 397 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:23.614 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:23 smithi076 conmon[41576]: cluster 2024-02-18T01:22:21.416134+0000 mgr.smithi037.vsmnxk (mgr.14182) 397 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:24.615 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:24.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:24 smithi076 conmon[41576]: audit 2024-02-18T01:22:23.051809+0000 mgr.smithi037.vsmnxk (mgr.14182) 398 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:24.650 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:24 smithi037 conmon[35901]: audit 2024-02-18T01:22:23.051809+0000 mgr.smithi037.vsmnxk (mgr.14182) 398 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:24.650 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:24 smithi037 conmon[35901]: 2024-02-18T01:22:25.443 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:25 smithi037 conmon[35901]: cluster 2024-02-18T01:22:23.416713+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:22:25.443 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:25 smithi037 conmon[35901]: ) 399 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:25 smithi076 conmon[41576]: cluster 2024-02-18T01:22:23.416713+0000 mgr.smithi037.vsmnxk (mgr.14182) 399 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:26.561 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:26.561 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:27.147 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:27.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:27 smithi037 conmon[35901]: cluster 2024-02-18T01:22:25.417358+0000 mgr.smithi037.vsmnxk (mgr.14182) 400 : cluster [DBG] 2024-02-18T01:22:27.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:27 smithi037 conmon[35901]: pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:27 smithi076 conmon[41576]: cluster 2024-02-18T01:22:25.417358+0000 mgr.smithi037.vsmnxk (mgr.14182) 400 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:28.149 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:28.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:28 smithi037 conmon[35901]: audit 2024-02-18T01:22:26.557561+0000 mgr.smithi037.vsmnxk (mgr.14182) 401 : audit 2024-02-18T01:22:28.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:28 smithi037 conmon[35901]: [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:28.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:28 smithi076 conmon[41576]: audit 2024-02-18T01:22:26.557561+0000 mgr.smithi037.vsmnxk (mgr.14182) 401 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:29.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:29 smithi076 conmon[41576]: cluster 2024-02-18T01:22:27.417987+0000 mgr.smithi037.vsmnxk (mgr.14182) 402 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:29.748 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:29 smithi037 conmon[35901]: cluster 2024-02-18T01:22:27.417987+0000 mgr.smithi037.vsmnxk (mgr.14182) 402 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:30.142 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:30.142 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:30.797 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:31 smithi076 conmon[41576]: cluster 2024-02-18T01:22:29.418730+0000 mgr.smithi037.vsmnxk (mgr.14182) 403 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:31 smithi076 conmon[41576]: audit 2024-02-18T01:22:30.138736+0000 mgr.smithi037.vsmnxk (mgr.14182) 404 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:31 smithi037 conmon[35901]: cluster 2024-02-18T01:22:29.418730+0000 mgr.smithi037.vsmnxk (mgr.14182) 403 2024-02-18T01:22:31.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:31 smithi037 conmon[35901]: : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:31.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:31 smithi037 conmon[35901]: audit 2024-02-18T01:22:30.138736+0000 mgr.smithi037.vsmnxk (mgr.14182) 404 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:31.798 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:33.431 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:33 smithi037 conmon[35901]: cluster 2024-02-18T01:22:31.419469+0000 mgr.smithi037.vsmnxk (mgr.14182) 405 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:33 smithi076 conmon[41576]: cluster 2024-02-18T01:22:31.419469+0000 mgr.smithi037.vsmnxk (mgr.14182) 405 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:33.834 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:33.834 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:34.466 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:35.467 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:35 smithi076 conmon[41576]: cluster 2024-02-18T01:22:33.419855+0000 mgr.smithi037.vsmnxk (mgr.14182) 406 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:35 smithi076 conmon[41576]: audit 2024-02-18T01:22:33.831461+0000 mgr.smithi037.vsmnxk (mgr.14182) 407 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:35.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:35 smithi037 conmon[35901]: cluster 2024-02-18T01:22:33.419855+0000 mgr.smithi037.vsmnxk (mgr.14182) 406 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:35.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:35 smithi037 conmon[35901]: audit 2024-02-18T01:22:33.831461+0000 mgr.smithi037.vsmnxk (mgr.14182) 407 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:37.376 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:37.376 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:37.600 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:37 smithi037 conmon[35901]: cluster 2024-02-18T01:22:35.420488+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:22:37.601 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:37 smithi037 conmon[35901]: 408 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:37 smithi076 conmon[41576]: cluster 2024-02-18T01:22:35.420488+0000 mgr.smithi037.vsmnxk (mgr.14182) 408 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:38.038 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:39.039 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:39.585 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:39 smithi037 conmon[35901]: audit 2024-02-18T01:22:37.373082+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:22:39.585 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:39 smithi037 conmon[35901]: mgr.14182) 409 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:39.585 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:39 smithi037 conmon[35901]: cluster 2024-02-18T01:22:37.421244+0000 mgr.smithi037.vsmnxk (mgr.14182) 410 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:39 smithi076 conmon[41576]: audit 2024-02-18T01:22:37.373082+0000 mgr.smithi037.vsmnxk (mgr.14182) 409 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:39 smithi076 conmon[41576]: cluster 2024-02-18T01:22:37.421244+0000 mgr.smithi037.vsmnxk (mgr.14182) 410 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:40.918 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:40.919 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:41.563 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:41 smithi076 conmon[41576]: cluster 2024-02-18T01:22:39.421913+0000 mgr.smithi037.vsmnxk (mgr.14182) 411 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:41.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:41 smithi037 conmon[35901]: cluster 2024-02-18T01:22:39.421913+0000 mgr.smithi037.vsmnxk (mgr.14182) 411 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:42.567 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:42.604 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:42 smithi037 conmon[35901]: audit 2024-02-18T01:22:40.915869+0000 2024-02-18T01:22:42.604 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:42 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 412 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:42.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:42 smithi076 conmon[41576]: audit 2024-02-18T01:22:40.915869+0000 mgr.smithi037.vsmnxk (mgr.14182) 412 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:43 smithi076 conmon[41576]: cluster 2024-02-18T01:22:41.422573+0000 mgr.smithi037.vsmnxk (mgr.14182) 413 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:43.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:43 smithi037 conmon[35901]: cluster 2024-02-18T01:22:41.422573+0000 mgr.smithi037.vsmnxk (mgr.14182) 413 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:44.543 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:44.543 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:45.146 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:45.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:45 smithi037 conmon[35901]: cluster 2024-02-18T01:22:43.423005+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:22:45.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:45 smithi037 conmon[35901]: ) 414 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:45.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:45 smithi076 conmon[41576]: cluster 2024-02-18T01:22:43.423005+0000 mgr.smithi037.vsmnxk (mgr.14182) 414 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:46.147 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:46.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:46 smithi037 conmon[35901]: audit 2024-02-18T01:22:44.540655+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:22:46.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:46 smithi037 conmon[35901]: ) 415 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:46.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:46 smithi037 conmon[35901]: cluster 2024-02-18T01:22:45.423854+0000 mgr.smithi037.vsmnxk (mgr.14182) 416 : cluster [DBG] 2024-02-18T01:22:46.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:46 smithi037 conmon[35901]: pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:46.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:46 smithi076 conmon[41576]: audit 2024-02-18T01:22:44.540655+0000 mgr.smithi037.vsmnxk (mgr.14182) 415 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:46.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:46 smithi076 conmon[41576]: cluster 2024-02-18T01:22:45.423854+0000 mgr.smithi037.vsmnxk (mgr.14182) 416 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:48.176 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:48.176 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:48.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:48 smithi037 conmon[35901]: cluster 2024-02-18T01:22:47.424619+0000 mgr.smithi037.vsmnxk (mgr.14182) 417 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:48.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:48 smithi037 conmon[35901]: audit 2024-02-18T01:22:48.173394+0000 mgr.smithi037.vsmnxk (mgr.14182) 418 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:48.804 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:48.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:48 smithi076 conmon[41576]: cluster 2024-02-18T01:22:47.424619+0000 mgr.smithi037.vsmnxk (mgr.14182) 417 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:48.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:48 smithi076 conmon[41576]: audit 2024-02-18T01:22:48.173394+0000 mgr.smithi037.vsmnxk (mgr.14182) 418 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:49.804 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:50.657 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:50 smithi037 conmon[35901]: cluster 2024-02-18T01:22:49.425414+0000 mgr.smithi037.vsmnxk (mgr.14182) 419 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:50 smithi076 conmon[41576]: cluster 2024-02-18T01:22:49.425414+0000 mgr.smithi037.vsmnxk (mgr.14182) 419 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:51.740 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:51.740 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:52.378 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:52.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:52 smithi037 conmon[35901]: cluster 2024-02-18T01:22:51.426023+0000 mgr.smithi037.vsmnxk (mgr.14182) 420 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:52.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:52 smithi037 conmon[35901]: audit 2024-02-18T01:22:51.736613+0000 mgr.smithi037.vsmnxk (mgr.14182) 421 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:52 smithi076 conmon[41576]: cluster 2024-02-18T01:22:51.426023+0000 mgr.smithi037.vsmnxk (mgr.14182) 420 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:52 smithi076 conmon[41576]: audit 2024 2024-02-18T01:22:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:52 smithi076 conmon[41576]: -02-18T01:22:51.736613+0000 mgr.smithi037.vsmnxk (mgr.14182) 421 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:53.379 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:54.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:54 smithi076 conmon[41576]: cluster 2024-02-18T01:22:53.426439+0000 mgr.smithi037.vsmnxk (mgr.14182) 422 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:54.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:54 smithi037 conmon[35901]: cluster 2024-02-18T01:22:53.426439+0000 mgr.smithi037.vsmnxk (mgr.14182) 422 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:55.354 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:55.354 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:55.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:55 smithi037 conmon[35901]: audit 2024-02-18T01:22:55.351218+0000 mgr.smithi037.vsmnxk (mgr.14182) 423 : audit 2024-02-18T01:22:55.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:55 smithi037 conmon[35901]: [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:55 smithi076 conmon[41576]: audit 2024-02-18T01:22:55.351218+0000 mgr.smithi037.vsmnxk (mgr.14182) 423 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:55.939 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:56.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:56 smithi037 conmon[35901]: cluster 2024-02-18T01:22:55.426987+0000 mgr.smithi037.vsmnxk (mgr.14182) 424 : cluster [DBG] 2024-02-18T01:22:56.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:56 smithi037 conmon[35901]: pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:56 smithi076 conmon[41576]: cluster 2024-02-18T01:22:55.426987+0000 mgr.smithi037.vsmnxk (mgr.14182) 424 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:56.940 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:22:58.561 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:58 smithi037 conmon[35901]: cluster 2024-02-18T01:22:57.427616+0000 mgr.smithi037.vsmnxk (mgr.14182) 425 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:58.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:58 smithi076 conmon[41576]: cluster 2024-02-18T01:22:57.427616+0000 mgr.smithi037.vsmnxk (mgr.14182) 425 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:22:58.997 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:22:58.997 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:22:59.678 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:22:59.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:59 smithi037 conmon[35901]: audit 2024-02-18T01:22:58.994463+0000 mgr.smithi037.vsmnxk (mgr.14182) 426 : audit 2024-02-18T01:22:59.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:22:59 smithi037 conmon[35901]: [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:22:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:22:59 smithi076 conmon[41576]: audit 2024-02-18T01:22:58.994463+0000 mgr.smithi037.vsmnxk (mgr.14182) 426 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:00.679 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:00.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:00 smithi037 conmon[35901]: cluster 2024-02-18T01:22:59.428212+0000 mgr.smithi037.vsmnxk (mgr.14182) 427 2024-02-18T01:23:00.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:00 smithi037 conmon[35901]: : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:00 smithi076 conmon[41576]: cluster 2024-02-18T01:22:59.428212+0000 mgr.smithi037.vsmnxk (mgr.14182) 427 : cluster 2024-02-18T01:23:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:00 smithi076 conmon[41576]: [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:02.618 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:02.618 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:23:02.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:02 smithi037 conmon[35901]: cluster 2024-02-18T01:23:01.428972+0000 mgr.smithi037.vsmnxk (mgr.14182) 428 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:02.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:02 smithi076 conmon[41576]: cluster 2024-02-18T01:23:01.428972+0000 mgr.smithi037.vsmnxk (mgr.14182) 428 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:03.264 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:23:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:03 smithi076 conmon[41576]: audit 2024-02-18T01:23:02.615340+0000 mgr.smithi037.vsmnxk (mgr.14182) 429 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:04.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:03 smithi037 conmon[35901]: audit 2024-02-18T01:23:02.615340+0000 mgr.smithi037.vsmnxk (mgr.14182) 429 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:04.265 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:04.735 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:04 smithi037 conmon[35901]: cluster 2024-02-18T01:23:03.429425+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:23:04.735 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:04 smithi037 conmon[35901]: mgr.14182) 430 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:04.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:04 smithi076 conmon[41576]: cluster 2024-02-18T01:23:03.429425+0000 mgr.smithi037.vsmnxk (mgr.14182) 430 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:06.133 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:06.133 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:23:06.802 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:06 smithi037 conmon[35901]: cluster 2024-02-18T01:23:05.430227+0000 mgr.smithi037.vsmnxk 2024-02-18T01:23:06.802 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:06 smithi037 conmon[35901]: (mgr.14182) 431 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:06.802 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:06 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:23:06.802 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:06 smithi037 conmon[35901]: 02-18T01:23:06.130013+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:23:06.802 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:06 smithi037 conmon[35901]: mgr.14182) 432 : audit [DBG] 2024-02-18T01:23:06.803 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:06 smithi037 conmon[35901]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:06.803 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:06 smithi037 conmon[35901]: 2024-02-18T01:23:06.827 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:23:06.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:06 smithi076 conmon[41576]: cluster 2024-02-18T01:23:05.430227+0000 mgr.smithi037.vsmnxk (mgr.14182) 431 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:06.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:06 smithi076 conmon[41576]: audit 2024-02-18T01:23:06.130013+0000 mgr.smithi037.vsmnxk (mgr.14182) 432 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:07.828 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:08.704 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:08 smithi037 conmon[35901]: cluster 2024-02-18T01:23:07.430994+0000 mgr.smithi037.vsmnxk (mgr.14182) 433 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:08.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:08 smithi076 conmon[41576]: cluster 2024-02-18T01:23:07.430994+0000 mgr.smithi037.vsmnxk (mgr.14182) 433 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:08.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:08 smithi076 conmon[41576]: 2024-02-18T01:23:09.800 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:09.800 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:23:10.385 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:23:10.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:10 smithi037 conmon[35901]: cluster 2024-02-18T01:23:09.431588+0000 mgr.smithi037.vsmnxk (mgr.14182) 434 2024-02-18T01:23:10.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:10 smithi037 conmon[35901]: : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:10.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:10 smithi037 conmon[35901]: audit 2024-02-18T01:23:09.797222+0000 mgr.smithi037.vsmnxk (mgr.14182) 435 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:10 smithi076 conmon[41576]: cluster 2024-02-18T01:23:09.431588+0000 mgr.smithi037.vsmnxk (mgr.14182) 434 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:10 smithi076 conmon[41576]: 2024-02-18T01:23:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:10 smithi076 conmon[41576]: audit 2024-02-18T01:23:09.797222+0000 mgr.smithi037.vsmnxk (mgr.14182) 435 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:11.387 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:12.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:12 smithi076 conmon[41576]: cluster 2024-02-18T01:23:11.432202+0000 mgr.smithi037.vsmnxk (mgr.14182) 436 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:12.941 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:12 smithi037 conmon[35901]: cluster 2024-02-18T01:23:11.432202+0000 mgr.smithi037.vsmnxk (mgr.14182) 436 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:13.360 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:13.361 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:23:14.017 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:23:14.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:14 smithi076 conmon[41576]: audit 2024-02-18T01:23:13.358285+0000 mgr.smithi037.vsmnxk (mgr.14182) 437 : audit [DBG] 2024-02-18T01:23:14.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:14 smithi076 conmon[41576]: from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:14.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:14 smithi076 conmon[41576]: cluster 2024-02-18T01:23:13.432625+0000 mgr.smithi037.vsmnxk (mgr.14182) 438 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:14 smithi037 conmon[35901]: audit 2024-02-18T01:23:13.358285+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:23:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:14 smithi037 conmon[35901]: 14182) 437 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:14 smithi037 conmon[35901]: cluster 2024-02-18T01:23:13.432625+0000 mgr.smithi037.vsmnxk (mgr.14182) 438 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:15.018 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:16.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:16 smithi076 conmon[41576]: cluster 2024-02-18T01:23:15.433373+0000 mgr.smithi037.vsmnxk (mgr.14182) 439 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:16.993 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:16.993 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:23:17.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:16 smithi037 conmon[35901]: cluster 2024-02 2024-02-18T01:23:17.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:16 smithi037 conmon[35901]: -18T01:23:15.433373+0000 mgr.smithi037.vsmnxk (mgr.14182) 439 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:17.678 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:23:17.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:17 smithi076 conmon[41576]: audit 2024-02-18T01:23:16.990181+0000 mgr.smithi037.vsmnxk (mgr.14182) 440 : audit 2024-02-18T01:23:17.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:17 smithi076 conmon[41576]: [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:18.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:17 smithi037 conmon[35901]: audit 2024-02-18T01:23:16.990181+0000 mgr.smithi037.vsmnxk (mgr.14182) 440 : audit 2024-02-18T01:23:18.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:17 smithi037 conmon[35901]: [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:18.679 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:18.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:18 smithi076 conmon[41576]: cluster 2024-02-18T01:23:17.433953+0000 mgr.smithi037.vsmnxk (mgr.14182) 441 : cluster 2024-02-18T01:23:18.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:18 smithi076 conmon[41576]: [DBG] pgmap v320: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:19.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:18 smithi037 conmon[35901]: cluster 2024-02-18T01:23:17.433953+0000 2024-02-18T01:23:19.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:18 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 441 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:20.674 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:20.674 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:38.049648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:38.049813Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:38.049900Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:38.050001Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:38.050078Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-18T01:23:20.879 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:20 smithi037 conmon[35901]: cluster 2024-02-18T01:23:19.434488+0000 mgr.smithi037.vsmnxk (mgr.14182) 442 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:20 smithi076 conmon[41576]: cluster 2024-02-18T01:23:19.434488+0000 mgr.smithi037.vsmnxk (mgr.14182) 442 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:20 smithi076 conmon[41576]: 2024-02-18T01:23:21.291 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-18T01:23:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:21 smithi076 conmon[41576]: audit 2024-02-18T01:23:20.671137+0000 mgr.smithi037.vsmnxk (mgr.14182) 443 : audit [DBG] 2024-02-18T01:23:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:21 smithi076 conmon[41576]: from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:22.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:21 smithi037 conmon[35901]: audit 2024-02-18T01:23:20.671137+0000 mgr.smithi037.vsmnxk (mgr.14182) 443 : audit [DBG] 2024-02-18T01:23:22.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:21 smithi037 conmon[35901]: from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:22.291 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:22.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:22 smithi037 conmon[35901]: cluster 2024-02-18T01:23:21. 2024-02-18T01:23:22.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:22 smithi037 conmon[35901]: 435038+0000 mgr.smithi037.vsmnxk (mgr.14182) 444 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:22.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:22 smithi037 conmon[35901]: audit 2024-02-18T01:23:22.478494+0000 mon.smithi037 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi037.rilaan"}]: dispatch 2024-02-18T01:23:22.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:22 smithi037 conmon[35901]: audit 2024-02-18T01:23:22.484797+0000 mon.smithi037 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:22.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:22 smithi037 conmon[35901]: audit 2024-02-18T01:23:22.487250+0000 mon.smithi037 (mon.0) 682 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:23:22.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:22 smithi076 conmon[41576]: cluster 2024-02-18T01:23:21.435038+0000 mgr.smithi037.vsmnxk (mgr.14182) 444 : cluster 2024-02-18T01:23:22.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:22 smithi076 conmon[41576]: [DBG] pgmap v322: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:22.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:22 smithi076 conmon[41576]: audit 2024-02-18T01:23:22.478494+0000 mon.smithi037 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi037.rilaan"}]: dispatch 2024-02-18T01:23:22.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:22 smithi076 conmon[41576]: audit 2024-02-18T01:23:22.484797+0000 mon.smithi037 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:22.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:22 smithi076 conmon[41576]: audit 2024-02-18T01:23:22.487250+0000 mon.smithi037 (mon.0) 682 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:23:23.907 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: cephadm 2024-02-18T01:23:22.477846+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: mgr.14182) 445 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.rilaan ... 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:21:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:22:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:22:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:23.908 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: Traceback (most recent call last): 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: yield (conn, connr) 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: code, '\n'.join(err))) 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.rilaan ... 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:21:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:22:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:23.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:22:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: cephadm 2024-02-18T01:23:22.478087+0000 mgr.smithi037.vsmnxk (mgr.14182) 446 : cephadm [INF] Removing key for cl 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: ient.ingress.rgw.foo.smithi037.rilaan 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: cephadm 2024-02-18T01:23:22.479220+0000 mgr.smithi037.vsmnxk (mgr.14182) 447 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:23.910 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.rilaan ... 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:21:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:22:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:22:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: cephadm 2024-02-18T01:23:22.485171+0000 mgr.smithi037.vsmnxk (mgr.14182) 448 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: cephadm 2024-02-18T01:23:22.486383+0000 mgr.smithi037.vsmnxk (mgr.14182) 449 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:23:23.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: cluster 2024-02-18T01:23:22.487288+0000 mgr.smithi037.vsmnxk (mgr.14182) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:23.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: audit 2024-02-18T01:23:22.650346+0000 mon.smithi037 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:23.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: audit 2024-02-18T01:23:22.792555+0000 mon.smithi037 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:23.912 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:23 smithi037 conmon[35901]: cluster 2024-02-18T01:23:23.483014+0000 mon.smithi037 (mon.0) 685 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T01:23:24.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: cephadm 2024-02-18T01:23:22.477846+0000 mgr.smithi037.vsmnxk (mgr.14182) 445 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:24.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:24.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:24.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.rilaan ... 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:21:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:22:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:22:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: Traceback (most recent call last): 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: yield (conn, connr) 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:23:24.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: code, '\n'.join(err))) 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.rilaan ... 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:21:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:22:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:22:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:24.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: cephadm 2024-02-18T01:23:22.478087+0000 mgr.smithi 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: 037.vsmnxk (mgr.14182) 446 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi037.rilaan 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: cephadm 2024-02-18T01:23:22.479220+0000 mgr.smithi037.vsmnxk (mgr.14182) 447 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.rilaan ... 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:21:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:22:03Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:24.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:22:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:23:24.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:24.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:23:24.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:23:24.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: cephadm 2024-02-18T01:23:22.485171+0000 mgr.smithi037.vsmnxk (mgr.14182) 448 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:23:24.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: cephadm 2024-02-18T01:23:22.486383+0000 mgr.smithi037.vsmnxk (mgr.14182) 449 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:23:24.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: cluster 2024-02-18T01:23:22.487288+0000 mgr.smithi037.vsmnxk (mgr.14182) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:24.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: audit 2024-02-18T01:23:22.650346+0000 mon.smithi037 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:24.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: audit 2024-02-18T01:23:22.792555+0000 mon.smithi037 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:24.140 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:23 smithi076 conmon[41576]: cluster 2024-02-18T01:23:23.483014+0000 mon.smithi037 (mon.0) 685 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T01:23:24.311 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:24.312 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:17:42.603734Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:17:42.603812Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:17:42.603887Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:17:42.603649Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:17:42.603485Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:17:42.603976Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:17:42.604129Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:17:42.604054Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 2, "size": 4}}] 2024-02-18T01:23:24.972 INFO:tasks.cephadm:rgw.foo has 2/4 2024-02-18T01:23:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:25 smithi076 conmon[41576]: audit 2024-02-18T01:23:24.303147+0000 mon.smithi037 (mon.0) 686 : audit [INF] 2024-02-18T01:23:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:25 smithi076 conmon[41576]: from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:25 smithi076 conmon[41576]: audit 2024-02-18T01:23:24.308258+0000 mgr.smithi037.vsmnxk (mgr.14182) 451 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:25.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:25 smithi037 conmon[35901]: audit 2024-02-18T01:23:24.303147+0000 mon.smithi037 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:25.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:25 smithi037 conmon[35901]: audit 2024-02-18T01:23:24.308258+0000 mgr.smithi037.vsmnxk (mgr.14182) 451 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:25.973 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:26.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:26 smithi076 conmon[41576]: cluster 2024-02-18T01:23:24.488013+0000 mgr.smithi037.vsmnxk (mgr.14182) 452 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:26.762 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:26 smithi037 conmon[35901]: cluster 2024-02-18T01:23:24.488013+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:23:26.762 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:26 smithi037 conmon[35901]: 452 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:28.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:28 smithi037 conmon[35901]: cluster 2024-02-18T01:23:26.488877+0000 mgr.smithi037.vsmnxk (mgr.14182) 453 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:28.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:28 smithi037 conmon[35901]: audit 2024-02-18T01:23:27.465779+0000 mon.smithi037 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:28.578 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:28.578 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:23:28.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:28 smithi076 conmon[41576]: cluster 2024-02-18T01:23:26.488877+0000 mgr.smithi037.vsmnxk (mgr.14182) 453 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:28.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:28 smithi076 conmon[41576]: 2024-02-18T01:23:28.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:28 smithi076 conmon[41576]: audit 2024-02-18T01:23:27.465779+0000 mon.smithi037 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:29.285 INFO:tasks.cephadm:rgw.foo has 4/4 2024-02-18T01:23:29.299 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-18T01:23:29.308 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-02-18T01:23:29.309 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:29.837 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: cluster 2024-02-18T01:23 2024-02-18T01:23:29.837 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: :28.489385+0000 mgr.smithi037.vsmnxk (mgr.14182) 454 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:29.837 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: audit 2024-02-18T01:23:28 2024-02-18T01:23:29.837 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: .524469+0000 mon.smithi037 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:29.837 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: 2024-02-18T01:23:29.837 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:23:29.837 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: 02-18T01:23:28.574526 2024-02-18T01:23:29.837 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 455 2024-02-18T01:23:29.837 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: audit 2024 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: -02-18T01:23:29. 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: 181968+0000 mon.smithi037 (mon.0 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: ) 689 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: audit 2024-02-18T01:23:29.182748+0000 mon.smithi037 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: cephadm 2024-02-18T01:23:29.186181+0000 mgr.smithi037.vsmnxk (mgr.14182) 456 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: audit 2024-02-18T01:23:29.488433+0000 mon.smithi037 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: audit 2024-02-18T01:23:29.494524+0000 mon.smithi037 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: audit 2024-02-18T01:23:29.500163+0000 mon.smithi037 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:29.838 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:29 smithi037 conmon[35901]: audit 2024-02-18T01:23:29.508457+0000 mon.smithi037 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:23:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: cluster 2024-02-18T01:23:28.489385+0000 mgr.smithi037.vsmnxk (mgr.14182) 454 : 2024-02-18T01:23:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: audit 2024-02-18T01:23:28.524469+0000 mon.smithi037 (mon.0) 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: 688 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: audit 2024-02-18T01:23 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: :28.574526+0000 mgr.smithi037.vsmnxk (mgr.14182) 455 : audit 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: 02-18T01:23:29.181968+0000 mon.smithi037 (mon 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: .0) 689 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: 18T01:23:29.182748+0000 mon.smithi037 (mon.0) 690 : audit 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: cephadm 2024- 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: 02-18T01:23:29.186181+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: 14182) 456 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:23:29.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: 18T01:23:29.488433+0000 mon.smithi037 (mon.0) 691 : audit 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: audit 2024 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: -02-18T01:23:29.494524+0000 mon.smithi037 ( 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: audit 2024 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: -02-18T01:23:29.500163+0000 mon.smithi037 ( 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: 18T01:23:29.508457+0000 mon.smithi037 (mon.0) 694 : 2024-02-18T01:23:29.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:29 smithi076 conmon[41576]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:23:30.849 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:30 smithi037 conmon[35901]: cluster 2024-02-18T01:23:29.501244+0000 mgr.smithi037.vsmnxk (mgr.14182) 457 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:30.849 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:30 smithi037 conmon[35901]: cephadm 2024-02-18T01:23:29.518959+0000 mgr.smithi037.vsmnxk (mgr.14182) 458 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.yqyati on smithi076 2024-02-18T01:23:30.849 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:30 smithi037 conmon[35901]: cluster 2024-02-18T01:23:30.498189+0000 mon.smithi037 (mon.0) 695 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T01:23:30.849 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:30 smithi037 conmon[35901]: cluster 2024-02-18T01:23:30.498221+0000 mon.smithi037 (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-02-18T01:23:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:30 smithi076 conmon[41576]: cluster 2024-02-18T01:23:29.501244+0000 mgr.smithi037.vsmnxk (mgr.14182) 457 : cluster [DBG] 2024-02-18T01:23:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:30 smithi076 conmon[41576]: pgmap v327: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:30 smithi076 conmon[41576]: cephadm 2024-02-18T01:23:29.518959+0000 mgr.smithi037.vsmnxk (mgr.14182) 458 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.yqyati on smithi076 2024-02-18T01:23:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:30 smithi076 conmon[41576]: cluster 2024-02-18T01:23 2024-02-18T01:23:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:30 smithi076 conmon[41576]: :30.498189+0000 mon.smithi037 (mon.0) 695 : cluster [INF] 2024-02-18T01:23:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:30 smithi076 conmon[41576]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T01:23:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:30 smithi076 conmon[41576]: cluster 2024-02 2024-02-18T01:23:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:30 smithi076 conmon[41576]: -18T01:23:30.498221+0000 mon.smithi037 (mon.0 2024-02-18T01:23:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:30 smithi076 conmon[41576]: ) 696 : cluster [INF] Cluster is now healthy 2024-02-18T01:23:31.301 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:31.301 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:23:31.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:31 smithi037 conmon[35901]: audit 2024-02-18T01:23:31.297575+0000 mgr.smithi037.vsmnxk (mgr.14182) 459 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:31 smithi076 conmon[41576]: audit 2024-02-18T01:23:31.297575+0000 mgr.smithi037.vsmnxk (mgr.14182) 459 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:31.977 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:23:32.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:32 smithi076 conmon[41576]: cluster 2024-02-18T01:23:31.501788+0000 mgr.smithi037.vsmnxk (mgr.14182) 460 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-02-18T01:23:32.978 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:33.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:32 smithi037 conmon[35901]: cluster 2024-02-18T01:23:31.501788+0000 mgr.smithi037.vsmnxk (mgr.14182) 460 2024-02-18T01:23:33.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:32 smithi037 conmon[35901]: : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2024-02-18T01:23:34.582 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:34 smithi037 conmon[35901]: cluster 2024-02-18T01:23:33.502311+0000 mgr.smithi037.vsmnxk (mgr.14182) 461 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-02-18T01:23:34.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:34 smithi076 conmon[41576]: cluster 2024-02-18T01:23:33.502311+0000 mgr.smithi037.vsmnxk (mgr.14182) 461 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 2 op/s 2024-02-18T01:23:35.020 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:35.020 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:23:35.615 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:23:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:35 smithi076 conmon[41576]: audit 2024-02-18T01:23:35.016319+0000 mgr.smithi037.vsmnxk (mgr.14182) 462 : audit [DBG] 2024-02-18T01:23:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:35 smithi076 conmon[41576]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:36.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:35 smithi037 conmon[35901]: audit 2024-02-18T01:23:35.016319+0000 mgr.smithi037.vsmnxk (mgr.14182) 462 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:36.616 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:36.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:36 smithi076 conmon[41576]: cluster 2024-02-18T01:23:35.502853+0000 mgr.smithi037.vsmnxk (mgr.14182) 463 : cluster [DBG] 2024-02-18T01:23:36.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:36 smithi076 conmon[41576]: pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 185 B/s wr, 2 op/s 2024-02-18T01:23:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:36 smithi037 conmon[35901]: cluster 2024-02-18T01:23:35.502853+0000 mgr.smithi037.vsmnxk (mgr.14182) 463 : 2024-02-18T01:23:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:36 smithi037 conmon[35901]: cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 185 B/s wr, 2 op/s 2024-02-18T01:23:38.681 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:38.681 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:23:38.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:38 smithi076 conmon[41576]: cluster 2024-02-18T01:23:37.503501+0000 mgr.smithi037.vsmnxk (mgr.14182) 464 : cluster [DBG] 2024-02-18T01:23:38.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:38 smithi076 conmon[41576]: pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 185 B/s wr, 2 op/s 2024-02-18T01:23:38.909 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:38 smithi037 conmon[35901]: cluster 2024-02-18T01:23:37.503501+0000 mgr.smithi037.vsmnxk (mgr.14182) 464 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 185 B/s wr, 2 op/s 2024-02-18T01:23:39.306 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:23:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:39 smithi076 conmon[41576]: audit 2024-02-18T01:23:38.677355+0000 mgr.smithi037.vsmnxk (mgr.14182) 465 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:39 smithi076 conmon[41576]: 2024-02-18T01:23:40.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:39 smithi037 conmon[35901]: audit 2024-02-18T01:23:38.677355+0000 mgr.smithi037.vsmnxk (mgr.14182) 465 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:40.306 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:40.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:40 smithi037 conmon[35901]: cluster 2024-02-18T01:23:39.504288+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:23:40.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:40 smithi037 conmon[35901]: mgr.14182) 466 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 185 B/s wr, 2 op/s 2024-02-18T01:23:40.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:40 smithi076 conmon[41576]: cluster 2024-02-18T01:23:39.504288+0000 mgr.smithi037.vsmnxk (mgr.14182) 466 2024-02-18T01:23:40.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:40 smithi076 conmon[41576]: : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 185 B/s wr, 2 op/s 2024-02-18T01:23:42.270 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:42.270 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:23:42.853 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:42 smithi037 conmon[35901]: cluster 2024-02-18T01:23:41.504811+0000 mgr.smithi037.vsmnxk (mgr.14182) 467 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T01:23:42.853 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:42 smithi037 conmon[35901]: audit 2024-02-18T01:23:42.266687+0000 mgr.smithi037.vsmnxk (mgr.14182) 468 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:42.853 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:42 smithi037 conmon[35901]: audit 2024-02-18T01:23:42.467001+0000 mon.smithi037 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:42.873 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:23:42.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:42 smithi076 conmon[41576]: cluster 2024-02-18T01:23:41.504811+0000 mgr.smithi037.vsmnxk (mgr.14182) 467 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-02-18T01:23:42.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:42 smithi076 conmon[41576]: audit 2024 2024-02-18T01:23:42.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:42 smithi076 conmon[41576]: -02-18T01:23:42.266687+0000 mgr.smithi037.vsmnxk (mgr.14182) 468 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:42.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:42 smithi076 conmon[41576]: audit 2024-02-18T01:23:42.467001+0000 mon.smithi037 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:23:43.874 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:44.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:44 smithi037 conmon[35901]: cluster 2024-02-18T01:23:43.505338+0000 2024-02-18T01:23:44.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:44 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 469 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2024-02-18T01:23:44.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:44 smithi076 conmon[41576]: cluster 2024-02-18T01:23:43.505338+0000 mgr.smithi037.vsmnxk (mgr.14182) 469 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 170 B/s wr, 0 op/s 2024-02-18T01:23:44.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:44 smithi076 conmon[41576]: 2024-02-18T01:23:45.862 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:45.862 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:23:46.464 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:23:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:46 smithi037 conmon[35901]: cluster 2024-02-18T01:23:45.506005+0000 mgr.smithi037.vsmnxk (mgr.14182) 470 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-18T01:23:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:46 smithi037 conmon[35901]: audit 2024-02-18T01:23:45.858052+0000 mgr.smithi037.vsmnxk (mgr.14182) 471 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:46 smithi076 conmon[41576]: cluster 2024-02-18T01:23:45.506005+0000 mgr.smithi037.vsmnxk (mgr.14182) 470 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-02-18T01:23:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:46 smithi076 conmon[41576]: 2024-02-18T01:23:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:46 smithi076 conmon[41576]: audit 2024-02-18T01:23:45.858052+0000 mgr.smithi037.vsmnxk (mgr.14182) 471 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:47.466 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:48.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:48 smithi076 conmon[41576]: cluster 2024-02-18T01:23:47.506562+0000 mgr.smithi037.vsmnxk (mgr.14182) 472 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:49.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:48 smithi037 conmon[35901]: cluster 2024-02-18T01:23:47.506562+0000 mgr.smithi037.vsmnxk (mgr.14182) 472 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:49.447 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:49.448 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:23:50.024 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:23:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:50 smithi076 conmon[41576]: audit 2024-02-18T01:23:49.443990+0000 mgr.smithi037.vsmnxk (mgr.14182) 473 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:50 smithi076 conmon[41576]: cluster 2024-02-18T01:23:49.507178+0000 mgr.smithi037.vsmnxk (mgr.14182) 474 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:51.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:50 smithi037 conmon[35901]: audit 2024-02-18T01:23:49.443990+0000 mgr.smithi037.vsmnxk (mgr.14182) 473 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:51.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:50 smithi037 conmon[35901]: cluster 2024-02-18T01:23:49.507178+0000 mgr.smithi037.vsmnxk (mgr.14182) 474 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:51.025 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:52.605 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:52 smithi037 conmon[35901]: cluster 2024-02-18T01:23:51.507703+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:23:52.605 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:52 smithi037 conmon[35901]: mgr.14182) 475 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:52 smithi076 conmon[41576]: cluster 2024-02-18T01:23:51.507703+0000 mgr.smithi037.vsmnxk (mgr.14182) 475 : cluster [DBG] 2024-02-18T01:23:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:52 smithi076 conmon[41576]: pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:53.001 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:53.001 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:23:53.641 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:23:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:53 smithi076 conmon[41576]: audit 2024-02-18T01:23:52.997777+0000 mgr.smithi037.vsmnxk (mgr.14182) 476 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:54.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:53 smithi037 conmon[35901]: audit 2024-02-18T01:23:52.997777+0000 mgr.smithi037.vsmnxk (mgr.14182) 476 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:54.642 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:54.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:54 smithi076 conmon[41576]: cluster 2024-02-18T01:23:53.508127+0000 mgr.smithi037.vsmnxk (mgr.14182) 477 : cluster [DBG] 2024-02-18T01:23:54.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:54 smithi076 conmon[41576]: pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:55.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:54 smithi037 conmon[35901]: cluster 2024-02-18T01:23:53.508127+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:23:55.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:54 smithi037 conmon[35901]: 477 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:56.590 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:23:56.590 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:23:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:56 smithi076 conmon[41576]: cluster 2024-02-18T01:23:55.508706+0000 mgr.smithi037.vsmnxk (mgr.14182) 478 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:56 smithi037 conmon[35901]: cluster 2024-02-18T01:23:55.508706+0000 mgr.smithi037.vsmnxk (mgr.14182) 478 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:57.195 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:23:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:57 smithi076 conmon[41576]: audit 2024-02-18T01:23:56.586588+0000 mgr.smithi037.vsmnxk (mgr.14182) 479 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:57 smithi076 conmon[41576]: 2024-02-18T01:23:58.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:57 smithi037 conmon[35901]: audit 2024-02-18T01:23:56.586588+0000 mgr.smithi037.vsmnxk (mgr.14182) 479 : audit 2024-02-18T01:23:58.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:57 smithi037 conmon[35901]: [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:23:58.196 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:23:58.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:23:58 smithi076 conmon[41576]: cluster 2024-02-18T01:23:57.509286+0000 mgr.smithi037.vsmnxk (mgr.14182) 480 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:23:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:58 smithi037 conmon[35901]: cluster 2024-02-18T01:23:57.509286+0000 mgr.smithi037.vsmnxk (mgr.14182) 480 : cluster [DBG] 2024-02-18T01:23:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:23:58 smithi037 conmon[35901]: pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:00.217 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:00.217 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:00.838 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:00 smithi076 conmon[41576]: cluster 2024-02-18T01:23:59.509900+0000 mgr.smithi037.vsmnxk (mgr.14182) 481 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:00 smithi076 conmon[41576]: audit 2024-02-18T01:24:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:00 smithi076 conmon[41576]: 2024-02-18T01:24:00.213219+0000 mgr.smithi037.vsmnxk (mgr.14182) 482 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:01.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:00 smithi037 conmon[35901]: cluster 2024-02-18T01:23:59.509900+0000 mgr.smithi037.vsmnxk (mgr.14182) 481 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:01.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:00 smithi037 conmon[35901]: audit 2024-02-18T01:24:00.213219+0000 mgr.smithi037.vsmnxk (mgr.14182) 482 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:01.838 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:02.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:02 smithi076 conmon[41576]: cluster 2024-02-18T01:24:01.510571+0000 mgr.smithi037.vsmnxk (mgr.14182) 483 : cluster [DBG] 2024-02-18T01:24:02.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:02 smithi076 conmon[41576]: pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:03.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:02 smithi037 conmon[35901]: cluster 2024-02-18T01:24:01.510571+0000 mgr.smithi037.vsmnxk (mgr.14182) 483 2024-02-18T01:24:03.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:02 smithi037 conmon[35901]: : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:03.856 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:03.857 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:04.495 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:04 smithi037 conmon[35901]: cluster 2024-02-18T01:24:03.511215+0000 mgr.smithi037.vsmnxk (mgr.14182) 484 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:04.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:04 smithi037 conmon[35901]: audit 2024-02-18T01:24:03.853069+0000 mgr.smithi037.vsmnxk (mgr.14182) 485 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:04.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:04 smithi076 conmon[41576]: cluster 2024-02-18T01:24:03.511215+0000 mgr.smithi037.vsmnxk (mgr.14182) 484 : cluster 2024-02-18T01:24:04.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:04 smithi076 conmon[41576]: [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:04.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:04 smithi076 conmon[41576]: audit 2024-02-18T01:24:03.853069+0000 mgr.smithi037.vsmnxk (mgr.14182) 485 2024-02-18T01:24:04.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:04 smithi076 conmon[41576]: : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:05.496 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:06.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:06 smithi076 conmon[41576]: cluster 2024-02-18T01:24:05.511850+0000 mgr.smithi037.vsmnxk (mgr.14182) 486 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:06.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:06 smithi076 conmon[41576]: 2024-02-18T01:24:07.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:06 smithi037 conmon[35901]: cluster 2024-02-18T01:24:05.511850+0000 mgr.smithi037.vsmnxk (mgr.14182) 486 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:07.446 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:07.446 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:08.088 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:08.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:08 smithi076 conmon[41576]: audit 2024-02-18T01:24:07.442425+0000 mgr.smithi037.vsmnxk (mgr.14182) 487 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:08.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:08 smithi076 conmon[41576]: cluster 2024-02-18T01:24:07.512315+0000 mgr.smithi037.vsmnxk (mgr.14182) 488 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:09.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:08 smithi037 conmon[35901]: audit 2024-02-18T01:24:07.442425+0000 mgr.smithi037.vsmnxk (mgr.14182) 487 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:09.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:08 smithi037 conmon[35901]: cluster 2024-02-18T01:24:07.512315+0000 mgr.smithi037.vsmnxk (mgr.14182) 488 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:09.089 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:11.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:10 smithi037 conmon[35901]: cluster 2024-02-18T01:24:09. 2024-02-18T01:24:11.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:10 smithi037 conmon[35901]: 513242+0000 mgr.smithi037.vsmnxk (mgr.14182) 489 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:11.138 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:11.139 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:10 smithi076 conmon[41576]: cluster 2024-02-18T01:24:09.513242+0000 mgr.smithi037.vsmnxk (mgr.14182) 489 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:11.722 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:12.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:11 smithi037 conmon[35901]: audit 2024-02-18T01:24:11.135684+0000 mgr.smithi037.vsmnxk (mgr.14182) 490 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:12.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:11 smithi076 conmon[41576]: audit 2024-02-18T01:24:11.135684+0000 mgr.smithi037.vsmnxk (mgr.14182) 490 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:12.724 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:13.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:12 smithi037 conmon[35901]: cluster 2024-02-18T01:24:11.513773+0000 mgr.smithi037.vsmnxk (mgr.14182) 491 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:12 smithi076 conmon[41576]: cluster 2024-02-18T01:24:11.513773+0000 mgr.smithi037.vsmnxk (mgr.14182) 491 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:14.732 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:14.732 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:15.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:14 smithi037 conmon[35901]: cluster 2024-02-18T01:24:13.514258+0000 mgr.smithi037.vsmnxk (mgr.14182) 492 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:15.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:14 smithi076 conmon[41576]: cluster 2024-02-18T01:24:13.514258+0000 mgr.smithi037.vsmnxk (mgr.14182) 492 : cluster 2024-02-18T01:24:15.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:14 smithi076 conmon[41576]: [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:15.396 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:16.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:15 smithi037 conmon[35901]: audit 2024-02-18T01:24:14.727736+0000 mgr.smithi037.vsmnxk (mgr.14182) 493 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:16.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:15 smithi037 conmon[35901]: 2024-02-18T01:24:16.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:15 smithi076 conmon[41576]: audit 2024-02-18T01:24:14.727736+0000 mgr.smithi037.vsmnxk (mgr.14182) 493 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:16.397 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:17.254 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:16 smithi037 conmon[35901]: cluster 2024-02-18T01:24:15.514973+0000 mgr.smithi037.vsmnxk (mgr.14182) 494 : cluster [DBG] 2024-02-18T01:24:17.254 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:16 smithi037 conmon[35901]: pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:17.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:16 smithi076 conmon[41576]: cluster 2024-02-18T01:24:15.514973+0000 mgr.smithi037.vsmnxk (mgr.14182) 494 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:18.398 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:18.398 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:19.077 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:19.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:18 smithi037 conmon[35901]: cluster 2024-02-18T01:24:17.515491+0000 mgr.smithi037.vsmnxk (mgr.14182) 495 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:19.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:18 smithi076 conmon[41576]: cluster 2024-02-18T01:24:17.515491+0000 mgr.smithi037.vsmnxk (mgr.14182) 495 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:20.078 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:20.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:19 smithi037 conmon[35901]: audit 2024-02-18T01:24:18.394967+0000 mgr.smithi037.vsmnxk (mgr.14182) 496 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:20.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:19 smithi076 conmon[41576]: audit 2024-02-18T01:24:18.394967+0000 mgr.smithi037.vsmnxk (mgr.14182) 496 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:21.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:20 smithi037 conmon[35901]: cluster 2024-02-18T01:24:19.516305+0000 mgr.smithi037.vsmnxk (mgr.14182) 497 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:21.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:20 smithi076 conmon[41576]: cluster 2024-02-18T01:24:19.516305+0000 mgr.smithi037.vsmnxk (mgr.14182) 497 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:22.169 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:22.169 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:22.801 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:23.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:22 smithi037 conmon[35901]: cluster 2024-02-18T01:24:21.516829+0000 mgr.smithi037.vsmnxk (mgr.14182) 498 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:23.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:22 smithi037 conmon[35901]: audit 2024-02-18T01:24:22.166007+0000 mgr.smithi037.vsmnxk (mgr.14182) 499 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:23.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:22 smithi076 conmon[41576]: cluster 2024-02-18T01:24:21.516829+0000 mgr.smithi037.vsmnxk (mgr.14182) 498 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:23.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:22 smithi076 conmon[41576]: audit 2024-02-18T01:24:22.166007+0000 mgr.smithi037.vsmnxk (mgr.14182) 499 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:23.802 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:25.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:24 smithi076 conmon[41576]: cluster 2024-02-18T01:24:23.517398+0000 mgr.smithi037.vsmnxk (mgr.14182) 500 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:25.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:24 smithi037 conmon[35901]: cluster 2024-02-18T01:24:23.517398+0000 mgr.smithi037.vsmnxk (mgr.14182) 500 : cluster 2024-02-18T01:24:25.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:24 smithi037 conmon[35901]: [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:25.758 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:25.758 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:26.402 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:27.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:26 smithi037 conmon[35901]: cluster 2024-02-18T01:24:25.517968+0000 mgr.smithi037.vsmnxk (mgr.14182) 501 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:27.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:26 smithi037 conmon[35901]: audit 2024-02-18T01:24:25.754313+0000 mgr.smithi037.vsmnxk (mgr.14182) 502 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:27.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:26 smithi076 conmon[41576]: cluster 2024-02-18T01:24:25.517968+0000 mgr.smithi037.vsmnxk (mgr.14182) 501 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:27.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:26 smithi076 conmon[41576]: audit 2024-02-18T01:24:25.754313+0000 mgr.smithi037.vsmnxk (mgr.14182) 502 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:27.403 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:29.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:28 smithi037 conmon[35901]: cluster 2024-02-18T01:24:27.518414+0000 mgr.smithi037.vsmnxk (mgr.14182) 503 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:28 smithi076 conmon[41576]: cluster 2024-02-18T01:24:27.518414+0000 mgr.smithi037.vsmnxk (mgr.14182) 503 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:29.403 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:29.403 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:30.032 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:31.033 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:31.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:30 smithi037 conmon[35901]: audit 2024-02-18T01:24:29.400156+0000 mgr.smithi037.vsmnxk (mgr.14182) 504 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:31.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:30 smithi037 conmon[35901]: cluster 2024-02-18T01:24:29.519122+0000 mgr.smithi037.vsmnxk (mgr.14182) 505 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:30 smithi076 conmon[41576]: audit 2024-02-18T01:24:29.400156+0000 mgr.smithi037.vsmnxk (mgr.14182) 504 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:30 smithi076 conmon[41576]: cluster 2024-02-18 2024-02-18T01:24:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:30 smithi076 conmon[41576]: T01:24:29.519122+0000 mgr.smithi037.vsmnxk (mgr.14182) 505 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:32.969 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:32.969 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:33.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:32 smithi037 conmon[35901]: cluster 2024-02-18T01:24:31.519799+0000 mgr.smithi037.vsmnxk (mgr.14182) 506 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:33.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:32 smithi076 conmon[41576]: cluster 2024-02-18T01:24:31.519799+0000 mgr.smithi037.vsmnxk (mgr.14182) 506 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:33.600 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:34.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:33 smithi037 conmon[35901]: audit 2024-02-18T01:24:32.965425+0000 mgr.smithi037.vsmnxk (mgr.14182) 507 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:34.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:33 smithi076 conmon[41576]: audit 2024-02-18T01:24:32.965425+0000 mgr.smithi037.vsmnxk (mgr.14182) 507 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:34.601 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:35.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:34 smithi076 conmon[41576]: cluster 2024-02-18T01:24:33.520331+0000 mgr.smithi037.vsmnxk (mgr.14182) 508 : cluster 2024-02-18T01:24:35.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:34 smithi076 conmon[41576]: [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:35.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:34 smithi037 conmon[35901]: cluster 2024-02-18T01:24:33.520331+0000 2024-02-18T01:24:35.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:34 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 508 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:36.728 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:36.728 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:36 smithi037 conmon[35901]: cluster 2024-02-18T01:24:35.520943+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:24:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:36 smithi037 conmon[35901]: 14182) 509 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:37.325 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:37.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:36 smithi076 conmon[41576]: cluster 2024-02-18T01:24:35.520943+0000 mgr.smithi037.vsmnxk (mgr.14182) 509 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:38.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:37 smithi037 conmon[35901]: audit 2024-02-18T01:24:36.724378+0000 mgr.smithi037.vsmnxk (mgr.14182) 510 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:38.326 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:38.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:37 smithi076 conmon[41576]: audit 2024-02-18T01:24:36.724378+0000 mgr.smithi037.vsmnxk (mgr.14182) 510 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:38.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:37 smithi076 conmon[41576]: 2024-02-18T01:24:39.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:39 smithi037 conmon[35901]: cluster 2024-02-18T01:24:37.521470+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:24:39.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:39 smithi037 conmon[35901]: ) 511 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:39.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:39 smithi076 conmon[41576]: cluster 2024-02-18T01:24:37.521470+0000 mgr.smithi037.vsmnxk (mgr.14182) 511 : cluster 2024-02-18T01:24:39.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:39 smithi076 conmon[41576]: [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:40.271 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:40.271 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:40.842 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:41.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:41 smithi037 conmon[35901]: cluster 2024-02-18T01:24:39.522230+0000 mgr.smithi037.vsmnxk (mgr.14182) 512 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:41.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:41 smithi037 conmon[35901]: audit 2024-02-18T01:24:40.266942+0000 mgr.smithi037.vsmnxk (mgr.14182) 513 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:41.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:41 smithi076 conmon[41576]: cluster 2024-02-18T01:24:39.522230+0000 mgr.smithi037.vsmnxk (mgr.14182) 512 : cluster 2024-02-18T01:24:41.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:41 smithi076 conmon[41576]: [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:41.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:41 smithi076 conmon[41576]: audit 2024-02-18T01:24:40.266942+0000 mgr.smithi037.vsmnxk (mgr.14182) 513 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:41.843 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:43.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:43 smithi037 conmon[35901]: cluster 2024-02-18T01:24:41.522834+0000 mgr.smithi037.vsmnxk (mgr.14182) 514 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:43.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:43 smithi076 conmon[41576]: cluster 2024-02-18T01:24:41.522834+0000 mgr.smithi037.vsmnxk (mgr.14182) 514 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:43.786 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:43.786 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:44.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:45.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:45 smithi037 conmon[35901]: cluster 2024-02-18T01:24:43.523268+0000 mgr.smithi037.vsmnxk (mgr.14182) 515 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:45.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:45 smithi037 conmon[35901]: audit 2024-02-18T01:24:43.782579+0000 mgr.smithi037.vsmnxk (mgr.14182) 516 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:45.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:45 smithi076 conmon[41576]: cluster 2024-02-18T01:24:43.523268+0000 mgr.smithi037.vsmnxk (mgr.14182) 515 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:45.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:45 smithi076 conmon[41576]: audit 2024-02-18T01:24:45.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:45 smithi076 conmon[41576]: 2024-02-18T01:24:43.782579+0000 mgr.smithi037.vsmnxk (mgr.14182) 516 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:45.392 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:47.332 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:47.332 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:47.362 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:47 smithi037 conmon[35901]: cluster 2024-02-18T01:24:45.524039+0000 mgr.smithi037.vsmnxk (mgr.14182) 517 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:47.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:47 smithi076 conmon[41576]: cluster 2024-02-18T01:24:45.524039+0000 mgr.smithi037.vsmnxk (mgr.14182) 517 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:47.905 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:48.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:48 smithi037 conmon[35901]: audit 2024-02-18T01:24:47.328145+0000 mgr.smithi037.vsmnxk (mgr.14182) 518 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:48.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:48 smithi076 conmon[41576]: audit 2024-02-18T01:24:47.328145+0000 mgr.smithi037.vsmnxk (mgr.14182) 518 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:48.907 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:49.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:49 smithi037 conmon[35901]: cluster 2024-02-18T01:24:47.524646+0000 mgr.smithi037.vsmnxk (mgr.14182) 519 : 2024-02-18T01:24:49.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:49 smithi037 conmon[35901]: cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:49.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:49 smithi076 conmon[41576]: cluster 2024-02-18T01:24:47.524646+0000 mgr.smithi037.vsmnxk (mgr.14182) 519 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:50.870 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:50.870 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:51.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:51 smithi037 conmon[35901]: cluster 2024-02-18T01:24:49.525431+0000 mgr.smithi037.vsmnxk (mgr.14182) 520 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:51 smithi076 conmon[41576]: cluster 2024-02-18T01:24:49.525431+0000 mgr.smithi037.vsmnxk (mgr.14182) 520 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:51.532 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:52.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:52 smithi076 conmon[41576]: audit 2024-02-18T01:24:50.866430+0000 mgr.smithi037.vsmnxk (mgr.14182) 521 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:52.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:52 smithi037 conmon[35901]: audit 2024-02-18T01:24:50.866430+0000 mgr.smithi037.vsmnxk (mgr.14182) 521 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:52.533 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:53.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:53 smithi037 conmon[35901]: cluster 2024-02-18T01:24:51.526043+0000 mgr.smithi037.vsmnxk (mgr.14182) 522 : 2024-02-18T01:24:53.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:53 smithi037 conmon[35901]: cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:53.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:53 smithi076 conmon[41576]: cluster 2024-02-18T01:24:51.526043+0000 mgr.smithi037.vsmnxk (mgr.14182) 522 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:54.533 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:54.534 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:55.130 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:55.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:55 smithi076 conmon[41576]: cluster 2024-02-18T01:24:53.526788+0000 mgr.smithi037.vsmnxk (mgr.14182) 523 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:55.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:55 smithi037 conmon[35901]: cluster 2024-02-18T01:24:53.526788+0000 mgr.smithi037.vsmnxk (mgr.14182) 523 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:56.132 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:24:56.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:56 smithi076 conmon[41576]: audit 2024-02-18T01:24:54.530078+0000 mgr.smithi037.vsmnxk (mgr.14182) 524 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:56.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:56 smithi037 conmon[35901]: audit 2024-02-18T01:24:54.530078+0000 mgr.smithi037.vsmnxk (mgr.14182) 524 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:57.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:57 smithi037 conmon[35901]: cluster 2024-02-18T01:24:55.527401+0000 mgr.smithi037.vsmnxk (mgr.14182) 525 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:57.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:57 smithi076 conmon[41576]: cluster 2024-02-18T01:24:55.527401+0000 mgr.smithi037.vsmnxk (mgr.14182) 525 : cluster [DBG] 2024-02-18T01:24:57.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:57 smithi076 conmon[41576]: pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:58.138 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:24:58.139 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:24:58.771 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:24:59.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:59 smithi076 conmon[41576]: cluster 2024-02-18T01:24:57.527862+0000 mgr.smithi037.vsmnxk (mgr.14182) 526 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:59.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:24:59 smithi076 conmon[41576]: audit 2024-02-18T01:24:58.134121+0000 mgr.smithi037.vsmnxk (mgr.14182) 527 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:59.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:59 smithi037 conmon[35901]: cluster 2024-02-18T01:24:57.527862+0000 mgr.smithi037.vsmnxk (mgr.14182) 526 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:24:59.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:24:59 smithi037 conmon[35901]: audit 2024-02-18T01:24:58.134121+0000 mgr.smithi037.vsmnxk (mgr.14182) 527 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:24:59.772 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:01.337 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:01 smithi037 conmon[35901]: cluster 2024-02-18T01:24:59.528624+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:25:01.338 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:01 smithi037 conmon[35901]: 528 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:01.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:01 smithi076 conmon[41576]: cluster 2024-02-18T01:24:59.528624+0000 mgr.smithi037.vsmnxk (mgr.14182) 528 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:01.775 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:01.775 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:02.397 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:03.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:03 smithi076 conmon[41576]: cluster 2024-02-18T01:25:01.529172+0000 mgr.smithi037.vsmnxk (mgr.14182) 529 : cluster 2024-02-18T01:25:03.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:03 smithi076 conmon[41576]: [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:03.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:03 smithi076 conmon[41576]: audit 2024-02-18T01:25:01.771359+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:25:03.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:03 smithi076 conmon[41576]: mgr.14182) 530 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:03.398 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:03.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:03 smithi037 conmon[35901]: cluster 2024-02-18T01:25:01.529172+0000 mgr.smithi037.vsmnxk (mgr.14182) 529 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:03.433 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:03 smithi037 conmon[35901]: audit 2024-02-18T01:25:01.771359+0000 mgr.smithi037.vsmnxk (mgr.14182) 530 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:05.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:05 smithi037 conmon[35901]: cluster 2024-02-18T01:25:03.529567+0000 mgr.smithi037.vsmnxk (mgr.14182) 531 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:05.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:05 smithi076 conmon[41576]: cluster 2024-02-18T01:25:03.529567+0000 mgr.smithi037.vsmnxk (mgr.14182) 531 2024-02-18T01:25:05.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:05 smithi076 conmon[41576]: : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:05.411 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:05.411 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:06.087 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:07.088 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:07.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:07 smithi076 conmon[41576]: audit 2024-02-18T01:25:05.408162+0000 mgr.smithi037.vsmnxk (mgr.14182) 532 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:07.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:07 smithi076 conmon[41576]: cluster 2024-02-18T01:25:05.530234+0000 mgr.smithi037.vsmnxk (mgr.14182) 533 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:07.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:07 smithi037 conmon[35901]: audit 2024-02-18T01:25:05.408162+0000 mgr.smithi037.vsmnxk (mgr.14182) 532 : audit 2024-02-18T01:25:07.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:07 smithi037 conmon[35901]: [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:07.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:07 smithi037 conmon[35901]: cluster 2024-02-18T01:25:05.530234+0000 2024-02-18T01:25:07.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:07 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 533 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:09.141 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:09.141 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:09.340 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:09 smithi037 conmon[35901]: cluster 2024-02-18T01:25:07.530896+0000 mgr.smithi037.vsmnxk (mgr.14182) 534 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:09.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:09 smithi076 conmon[41576]: cluster 2024-02-18T01:25:07.530896+0000 mgr.smithi037.vsmnxk (mgr.14182) 534 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:09.729 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:10.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:10 smithi076 conmon[41576]: audit 2024-02-18T01:25:09.137686+0000 mgr.smithi037.vsmnxk (mgr.14182) 535 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:10.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:10 smithi037 conmon[35901]: audit 2024-02-18T01:25:09.137686+0000 mgr.smithi037.vsmnxk (mgr.14182) 535 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:10.730 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:11 smithi076 conmon[41576]: cluster 2024-02-18T01:25:09.531575+0000 mgr.smithi037.vsmnxk (mgr.14182) 536 : cluster [DBG] 2024-02-18T01:25:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:11 smithi076 conmon[41576]: pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:11.438 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:11 smithi037 conmon[35901]: cluster 2024-02-18T01:25:09.531575+0000 mgr.smithi037.vsmnxk (mgr.14182) 536 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:12.759 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:12.759 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:13.373 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:13 smithi037 conmon[35901]: cluster 2024-02-18T01:25:11.532209+0000 mgr.smithi037.vsmnxk (mgr.14182) 537 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:13 smithi076 conmon[41576]: cluster 2024-02-18T01:25:11.532209+0000 mgr.smithi037.vsmnxk (mgr.14182) 537 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:13.394 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:14.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:14 smithi076 conmon[41576]: audit 2024-02-18T01:25:12.755734+0000 mgr.smithi037.vsmnxk (mgr.14182) 538 : audit [DBG] 2024-02-18T01:25:14.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:14 smithi076 conmon[41576]: from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:14.395 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:14.430 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:14 smithi037 conmon[35901]: audit 2024-02-18T01:25:12.755734+0000 mgr.smithi037.vsmnxk (mgr.14182) 538 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:15.238 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:15 smithi037 conmon[35901]: cluster 2024-02-18T01:25:13.532790+0000 mgr.smithi037.vsmnxk (mgr.14182) 539 : cluster 2024-02-18T01:25:15.238 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:15 smithi037 conmon[35901]: [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:15.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:15 smithi076 conmon[41576]: cluster 2024-02-18T01:25:13.532790+0000 mgr.smithi037.vsmnxk (mgr.14182) 539 2024-02-18T01:25:15.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:15 smithi076 conmon[41576]: : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:16.377 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:16.378 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:17.020 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:17.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:17 smithi037 conmon[35901]: cluster 2024-02-18T01:25:15.533475+0000 mgr.smithi037.vsmnxk (mgr.14182) 540 2024-02-18T01:25:17.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:17 smithi037 conmon[35901]: : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:17.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:17 smithi037 conmon[35901]: audit 2024-02-18T01:25:16.373666+0000 mgr.smithi037.vsmnxk (mgr.14182) 541 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:17.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:17 smithi076 conmon[41576]: cluster 2024-02-18T01:25:15.533475+0000 mgr.smithi037.vsmnxk (mgr.14182) 540 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:17.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:17 smithi076 conmon[41576]: 2024-02-18T01:25:17.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:17 smithi076 conmon[41576]: audit 2024-02-18T01:25:16.373666+0000 mgr.smithi037.vsmnxk (mgr.14182) 541 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:18.021 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:19.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:19 smithi037 conmon[35901]: cluster 2024-02-18T01:25:17.534201+0000 mgr.smithi037.vsmnxk (mgr.14182) 542 : cluster 2024-02-18T01:25:19.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:19 smithi037 conmon[35901]: [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:19.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:19 smithi076 conmon[41576]: cluster 2024-02-18T01:25:17.534201+0000 mgr.smithi037.vsmnxk (mgr.14182) 542 : cluster 2024-02-18T01:25:19.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:19 smithi076 conmon[41576]: [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:19.987 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:19.987 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:20.601 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:21.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:21 smithi076 conmon[41576]: cluster 2024-02-18T01:25:19.534805+0000 mgr.smithi037.vsmnxk (mgr.14182) 543 : cluster [DBG] 2024-02-18T01:25:21.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:21 smithi076 conmon[41576]: pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:21.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:21 smithi076 conmon[41576]: audit 2024-02-18T01:25:19.983383+0000 mgr.smithi037.vsmnxk (mgr.14182) 544 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:21.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:21 smithi037 conmon[35901]: cluster 2024-02-18T01:25:19.534805+0000 mgr.smithi037.vsmnxk (mgr.14182) 543 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:21.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:21 smithi037 conmon[35901]: audit 2024-02-18T01:25:19.983383+0000 mgr.smithi037.vsmnxk (mgr.14182) 544 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:21.602 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:23.173 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:23 smithi037 conmon[35901]: cluster 2024-02-18T01:25:21.535421+0000 mgr.smithi037.vsmnxk (mgr.14182) 545 : cluster [DBG] 2024-02-18T01:25:23.173 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:23 smithi037 conmon[35901]: pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:23.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:23 smithi076 conmon[41576]: cluster 2024-02-18T01:25:21.535421+0000 mgr.smithi037.vsmnxk (mgr.14182) 545 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:23.552 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:23.552 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:24.143 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:25.144 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:25.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:25 smithi076 conmon[41576]: cluster 2024-02-18T01:25:23.535851+0000 mgr.smithi037.vsmnxk (mgr.14182) 546 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:25.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:25 smithi076 conmon[41576]: audit 2024-02-18T01:25:23.549151+0000 mgr.smithi037.vsmnxk (mgr.14182) 547 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:25.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:25 smithi037 conmon[35901]: cluster 2024-02-18T01:25:23.535851+0000 mgr.smithi037.vsmnxk (mgr.14182) 546 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:25.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:25 smithi037 conmon[35901]: audit 2024-02-18T01:25:23.549151+0000 mgr.smithi037.vsmnxk (mgr.14182) 547 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:27.046 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:27.047 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:27.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:27 smithi076 conmon[41576]: cluster 2024-02-18T01:25:25.536356+0000 mgr.smithi037.vsmnxk (mgr.14182) 548 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:27.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:27 smithi037 conmon[35901]: cluster 2024-02-18T01:25:25.536356+0000 mgr.smithi037.vsmnxk (mgr.14182) 548 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:27.608 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:28.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:28 smithi076 conmon[41576]: audit 2024-02-18T01:25:27.042700+0000 mgr.smithi037.vsmnxk (mgr.14182) 549 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:28.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:28 smithi037 conmon[35901]: audit 2024-02-18T01:25:27.042700+0000 mgr.smithi037.vsmnxk (mgr.14182) 549 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:28.609 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:29 smithi076 conmon[41576]: cluster 2024-02-18T01:25:27.536809+0000 mgr.smithi037.vsmnxk (mgr.14182) 550 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:29 smithi076 conmon[41576]: 2024-02-18T01:25:29.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:29 smithi037 conmon[35901]: cluster 2024-02-18T01:25:27.536809+0000 mgr.smithi037.vsmnxk 2024-02-18T01:25:29.504 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:29 smithi037 conmon[35901]: (mgr.14182) 550 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:30.573 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:30.573 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:31.117 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:31 smithi076 conmon[41576]: cluster 2024-02-18T01:25:29.537512+0000 mgr.smithi037.vsmnxk (mgr.14182) 551 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:31.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:31 smithi037 conmon[35901]: cluster 2024-02-18T01:25:29.537512+0000 mgr.smithi037.vsmnxk (mgr.14182) 551 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:32.118 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:32.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:32 smithi076 conmon[41576]: audit 2024-02-18T01:25:30.569632+0000 mgr.smithi037.vsmnxk (mgr.14182) 552 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:32.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:32 smithi037 conmon[35901]: audit 2024-02-18T01:25:30.569632+0000 2024-02-18T01:25:32.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:32 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 552 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:33.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:33 smithi037 conmon[35901]: cluster 2024-02-18T01:25:31.538165+0000 mgr.smithi037.vsmnxk (mgr.14182) 553 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:33.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:33 smithi076 conmon[41576]: cluster 2024-02-18T01:25:31.538165+0000 mgr.smithi037.vsmnxk (mgr.14182) 553 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:34.060 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:34.061 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:34.782 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:35.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:35 smithi076 conmon[41576]: cluster 2024-02-18T01:25:33.538585+0000 mgr.smithi037.vsmnxk (mgr.14182) 554 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:35.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:35 smithi076 conmon[41576]: audit 2024-02-18T01:25:34.057383+0000 mgr.smithi037.vsmnxk (mgr.14182) 555 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:35.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:35 smithi037 conmon[35901]: cluster 2024-02-18T01:25:33.538585+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:25:35.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:35 smithi037 conmon[35901]: ) 554 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:35.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:35 smithi037 conmon[35901]: audit 2024-02-18T01:25:34.057383+0000 mgr.smithi037.vsmnxk (mgr.14182) 555 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:35.783 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:37.382 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:37 smithi037 conmon[35901]: cluster 2024-02-18T01:25:35.539190+0000 mgr.smithi037.vsmnxk (mgr.14182) 556 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:37.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:37 smithi076 conmon[41576]: cluster 2024-02-18T01:25:35.539190+0000 mgr.smithi037.vsmnxk (mgr.14182) 556 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:37.787 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:37.787 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:38.384 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:39.385 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:39.420 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:39 smithi037 conmon[35901]: cluster 2024-02-18T01:25:37.539642+0000 mgr.smithi037.vsmnxk (mgr.14182) 557 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:39.420 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:39 smithi037 conmon[35901]: audit 2024-02-18T01:25:37.784066+0000 mgr.smithi037.vsmnxk (mgr.14182) 558 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:39 smithi076 conmon[41576]: cluster 2024-02-18T01:25:37.539642+0000 mgr.smithi037.vsmnxk (mgr.14182) 557 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:39 smithi076 conmon[41576]: audit 2024-02-18T01:25:37.784066+0000 mgr.smithi037.vsmnxk (mgr.14182) 558 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:41.254 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:41.254 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:41.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:41 smithi037 conmon[35901]: cluster 2024-02-18T01:25:39.540208+0000 mgr.smithi037.vsmnxk (mgr.14182) 559 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:41 smithi076 conmon[41576]: cluster 2024-02-18T01:25:39.540208+0000 mgr.smithi037.vsmnxk (mgr.14182) 559 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:41.824 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:42.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:42 smithi037 conmon[35901]: audit 2024-02-18T01:25:41.250370+0000 mgr.smithi037.vsmnxk (mgr.14182) 560 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:42.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:42 smithi037 conmon[35901]: 2024-02-18T01:25:42.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:42 smithi076 conmon[41576]: audit 2024-02-18T01:25:41.250370+0000 mgr.smithi037.vsmnxk (mgr.14182) 560 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:42.825 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:43.511 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:43 smithi037 conmon[35901]: cluster 2024-02-18T01:25:41.540767+0000 mgr.smithi037.vsmnxk (mgr.14182) 561 : 2024-02-18T01:25:43.511 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:43 smithi037 conmon[35901]: cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:43 smithi076 conmon[41576]: cluster 2024-02-18T01:25:41.540767+0000 mgr.smithi037.vsmnxk (mgr.14182) 561 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:44.742 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:44.743 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:45.307 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:45.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:45 smithi037 conmon[35901]: cluster 2024-02-18T01:25:43.541307+0000 mgr.smithi037.vsmnxk (mgr.14182) 562 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:45.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:45 smithi076 conmon[41576]: cluster 2024-02-18T01:25:43.541307+0000 mgr.smithi037.vsmnxk (mgr.14182) 562 : cluster [DBG] 2024-02-18T01:25:45.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:45 smithi076 conmon[41576]: pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:46.307 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:46.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:46 smithi037 conmon[35901]: audit 2024-02-18T01:25:44.738625+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:25:46.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:46 smithi037 conmon[35901]: 563 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:46.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:46 smithi076 conmon[41576]: audit 2024-02-18T01:25:44.738625+0000 mgr.smithi037.vsmnxk (mgr.14182) 563 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:47.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:47 smithi037 conmon[35901]: cluster 2024-02-18T01:25:45.542064+0000 mgr.smithi037.vsmnxk (mgr.14182) 564 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:47 smithi076 conmon[41576]: cluster 2024-02-18T01:25:45.542064+0000 mgr.smithi037.vsmnxk (mgr.14182) 564 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:47 smithi076 conmon[41576]: 2024-02-18T01:25:48.295 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:48.295 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:48.917 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:49.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:49 smithi037 conmon[35901]: cluster 2024-02-18T01:25:47.542538+0000 mgr.smithi037.vsmnxk (mgr.14182) 565 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:49.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:49 smithi037 conmon[35901]: audit 2024-02-18T01:25:48.291243+0000 mgr.smithi037.vsmnxk (mgr.14182) 566 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:49 smithi076 conmon[41576]: cluster 2024-02-18T01:25:47.542538+0000 mgr.smithi037.vsmnxk (mgr.14182) 565 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:49 smithi076 conmon[41576]: audit 2024-02-18T01:25:48.291243+0000 mgr.smithi037.vsmnxk (mgr.14182) 566 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:49.918 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:51.506 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:51 smithi037 conmon[35901]: cluster 2024-02-18T01:25:49.543099+0000 mgr.smithi037.vsmnxk (mgr.14182) 567 : cluster 2024-02-18T01:25:51.506 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:51 smithi037 conmon[35901]: [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:51 smithi076 conmon[41576]: cluster 2024-02-18T01:25:49.543099+0000 mgr.smithi037.vsmnxk (mgr.14182) 567 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:51.950 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:51.950 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:52.564 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:53.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:53 smithi037 conmon[35901]: cluster 2024-02-18T01:25:51.543646+0000 mgr.smithi037.vsmnxk (mgr.14182) 568 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:53.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:53 smithi037 conmon[35901]: audit 2024-02-18T01:25:51.946784+0000 mgr.smithi037.vsmnxk (mgr.14182) 569 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:53.565 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:53 smithi076 conmon[41576]: cluster 2024-02-18T01:25:51.543646+0000 mgr.smithi037.vsmnxk (mgr.14182) 568 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:53 smithi076 conmon[41576]: audit 2024-02-18T01:25:51.946784+0000 mgr.smithi037.vsmnxk (mgr.14182) 569 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:55.484 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:55.484 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:55.508 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:55 smithi037 conmon[35901]: cluster 2024-02-18T01:25:53.544310+0000 mgr.smithi037.vsmnxk (mgr.14182) 570 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:55.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:55 smithi076 conmon[41576]: cluster 2024-02-18T01:25:53.544310+0000 mgr.smithi037.vsmnxk (mgr.14182) 570 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:56.096 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:25:57.097 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:25:57.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:57 smithi037 conmon[35901]: audit 2024-02-18T01:25:55.480470+0000 mgr.smithi037.vsmnxk (mgr.14182) 571 : audit [DBG] 2024-02-18T01:25:57.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:57 smithi037 conmon[35901]: from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:57.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:57 smithi037 conmon[35901]: cluster 2024-02-18T01:25:55.544877+0000 mgr.smithi037.vsmnxk (mgr.14182) 572 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:57 smithi076 conmon[41576]: audit 2024-02-18T01:25:55.480470+0000 mgr.smithi037.vsmnxk (mgr.14182) 571 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:25:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:57 smithi076 conmon[41576]: 2024-02-18T01:25:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:57 smithi076 conmon[41576]: cluster 2024-02-18T01:25:55.544877+0000 mgr.smithi037.vsmnxk (mgr.14182) 572 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:59.107 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:25:59.107 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:25:59.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:25:59 smithi037 conmon[35901]: cluster 2024-02-18T01:25:57.545442+0000 mgr.smithi037.vsmnxk (mgr.14182) 573 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:59.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:25:59 smithi076 conmon[41576]: cluster 2024-02-18T01:25:57.545442+0000 mgr.smithi037.vsmnxk (mgr.14182) 573 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:25:59.746 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:00.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:00 smithi037 conmon[35901]: audit 2024-02-18T01:25:59.103642+0000 mgr.smithi037.vsmnxk (mgr.14182) 574 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:00.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:00 smithi076 conmon[41576]: audit 2024-02-18T01:25:59.103642+0000 mgr.smithi037.vsmnxk (mgr.14182) 574 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:00.747 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:01.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:01 smithi037 conmon[35901]: cluster 2024-02-18T01:25:59.546073 2024-02-18T01:26:01.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:01 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 575 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:01.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:01 smithi076 conmon[41576]: cluster 2024-02-18T01:25:59.546073+0000 mgr.smithi037.vsmnxk (mgr.14182) 575 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:02.718 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:02.718 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:03.288 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:03.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:03 smithi037 conmon[35901]: cluster 2024-02-18T01:26:01.546612+0000 mgr.smithi037.vsmnxk (mgr.14182) 576 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:03.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:03 smithi076 conmon[41576]: cluster 2024-02-18T01:26:01.546612+0000 mgr.smithi037.vsmnxk 2024-02-18T01:26:03.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:03 smithi076 conmon[41576]: (mgr.14182) 576 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:04.289 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:04.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:04 smithi037 conmon[35901]: audit 2024-02-18T01:26:02.713683+0000 mgr.smithi037.vsmnxk (mgr.14182) 577 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:04.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:04 smithi076 conmon[41576]: audit 2024-02-18T01:26:02.713683+0000 mgr.smithi037.vsmnxk (mgr.14182) 577 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:05.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:05 smithi037 conmon[35901]: cluster 2024-02-18T01:26:03.547133+0000 mgr.smithi037.vsmnxk (mgr.14182) 578 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:05.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:05 smithi076 conmon[41576]: cluster 2024-02-18T01:26:03.547133+0000 mgr.smithi037.vsmnxk (mgr.14182) 578 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:06.272 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:06.272 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:06.878 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:07.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:07 smithi037 conmon[35901]: cluster 2024-02-18T01:26:05.547786+0000 mgr.smithi037.vsmnxk (mgr.14182) 579 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:07.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:07 smithi037 conmon[35901]: audit 2024-02-18T01:26:06.268026+0000 mgr.smithi037.vsmnxk (mgr.14182) 580 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:07 smithi076 conmon[41576]: cluster 2024-02-18T01:26:05.547786+0000 mgr.smithi037.vsmnxk (mgr.14182) 579 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:07 smithi076 conmon[41576]: audit 2024-02-18T01:26:06.268026+0000 mgr.smithi037.vsmnxk (mgr.14182) 580 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:07.879 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:09.402 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:09 smithi037 conmon[35901]: cluster 2024-02-18T01:26: 2024-02-18T01:26:09.403 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:09 smithi037 conmon[35901]: 07.548308+0000 mgr.smithi037.vsmnxk (mgr.14182) 581 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:09 smithi076 conmon[41576]: cluster 2024-02-18T01:26:07.548308+0000 mgr.smithi037.vsmnxk (mgr.14182) 581 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:09.814 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:09.815 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:10.513 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:11.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:11 smithi037 conmon[35901]: cluster 2024-02-18T01:26:09.548854+0000 mgr.smithi037.vsmnxk (mgr.14182) 582 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:11.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:11 smithi037 conmon[35901]: audit 2024-02-18T01:26:09.811042+0000 mgr.smithi037.vsmnxk (mgr.14182) 583 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:11.514 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:11.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:11 smithi076 conmon[41576]: cluster 2024-02-18T01:26:09.548854+0000 mgr.smithi037.vsmnxk (mgr.14182) 582 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:11.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:11 smithi076 conmon[41576]: audit 2024-02-18T01:26:09.811042+0000 mgr.smithi037.vsmnxk (mgr.14182) 583 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:13.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:13 smithi037 conmon[35901]: cluster 2024-02-18T01:26:11.549681+0000 mgr.smithi037.vsmnxk (mgr.14182) 584 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:13.522 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:13.523 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.837975Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:13 smithi076 conmon[41576]: cluster 2024-02-18T01:26:11.549681+0000 mgr.smithi037.vsmnxk (mgr.14182) 584 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:14.126 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:15.128 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:15.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:15 smithi037 conmon[35901]: audit 2024-02-18T01:26:13.519911+0000 2024-02-18T01:26:15.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:15 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 585 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:15.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:15 smithi037 conmon[35901]: cluster 2024-02-18T01:26:13.550195+0000 mgr.smithi037.vsmnxk (mgr.14182) 586 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:15 smithi076 conmon[41576]: audit 2024-02-18T01:26:13.519911+0000 mgr.smithi037.vsmnxk (mgr.14182) 585 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:15 smithi076 conmon[41576]: cluster 2024-02-18T01:26:13.550195+0000 mgr.smithi037.vsmnxk (mgr.14182) 586 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:17.132 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:17.132 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:17.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:17 smithi037 conmon[35901]: cluster 2024-02-18T01:26:15.550839+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:26:17.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:17 smithi037 conmon[35901]: .14182) 587 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:17.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:17 smithi037 conmon[35901]: audit 2024-02-18T01:26:16.902980+0000 mon.smithi037 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi076.yqyati"}]: dispatch 2024-02-18T01:26:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:17 smithi076 conmon[41576]: cluster 2024-02-18T01:26:15.550839+0000 mgr.smithi037.vsmnxk (mgr.14182) 587 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:17 smithi076 conmon[41576]: audit 2024-02-18T01:26:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:17 smithi076 conmon[41576]: 2024-02-18T01:26:16.902980+0000 mon.smithi037 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi076.yqyati"}]: dispatch 2024-02-18T01:26:17.728 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:18.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: cephadm 2024-02-18T01:26:16.902410+0000 mgr.smithi037.vsmnxk (mgr.14182) 588 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.yqyati ... 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:24: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-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:24:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:25:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: Traceback (most recent call last): 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: yield (conn, connr) 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: code, '\n'.join(err))) 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.yqyati ... 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:24: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-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:24:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:25:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: cephadm 2024-02-18T01:26:16.902600+0000 mgr.smithi037.vsmnxk (mgr.14182) 589 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: cephadm 2024-02-18T01:26:16.903819+0000 mgr.smithi037.vsmnxk (mgr.14182) 590 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.yqyati ... 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:24: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-02-18T01:26:18.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:24:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:25:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: cephadm 2024-02-18T01:26:16.906561+0000 mgr.smithi037.vsmnxk (mgr.14182) 591 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi037.leaalz on smithi037 2024-02-18T01:26:18.518 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:18 smithi037 conmon[35901]: audit 2024-02-18T01:26:17.128263+0000 mgr.smithi037.vsmnxk (mgr.14182) 592 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:18.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: cephadm 2024-02-18T01:26:16.902410+0000 mgr.smithi037.vsmnxk (mgr.14182) 588 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.yqyati ... 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:24: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-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:24:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:25:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: Traceback (most recent call last): 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: yield (conn, connr) 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: code, '\n'.join(err))) 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.yqyati ... 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:24: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-02-18T01:26:18.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:24:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:25:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: cephadm 2024-02-18T01:26:16.902600+0000 mgr.smithi037.vsmnxk (mgr.14182) 589 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: cephadm 2024-02-18T01:26:16.903819+0000 mgr.smithi037.vsmnxk (mgr.14182) 590 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.yqyati ... 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:26:18.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:24: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-02-18T01:26:18.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:24:43Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:25:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:26:18.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:26:18.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:26:18.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: cephadm 2024-02-18T01:26:16.906561+0000 mgr.smithi037.vsmnxk (mgr.14182) 591 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi037.leaalz on smithi037 2024-02-18T01:26:18.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:18 smithi076 conmon[41576]: audit 2024-02-18T01:26:17.128263+0000 mgr.smithi037.vsmnxk (mgr.14182) 592 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:18.729 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:19.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:19 smithi037 conmon[35901]: cluster 2024-02-18T01:26:17.551295+0000 mgr.smithi037.vsmnxk (mgr.14182) 593 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:19 smithi076 conmon[41576]: cluster 2024-02-18T01:26:17.551295+0000 mgr.smithi037.vsmnxk (mgr.14182) 593 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:20.757 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:20.757 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:21.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:21.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:21 smithi037 conmon[35901]: cluster 2024-02-18T01:26:19.551986+0000 mgr.smithi037.vsmnxk (mgr.14182) 594 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:21 smithi076 conmon[41576]: cluster 2024-02-18T01:26:19.551986+0000 mgr.smithi037.vsmnxk (mgr.14182) 594 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:22.363 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:22.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:22 smithi037 conmon[35901]: audit 2024-02-18T01:26:20.753625+0000 mgr.smithi037.vsmnxk (mgr.14182) 595 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:22.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:22 smithi076 conmon[41576]: audit 2024-02-18T01:26:20.753625+0000 mgr.smithi037.vsmnxk (mgr.14182) 595 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:23.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:23 smithi037 conmon[35901]: cluster 2024-02-18T01:26:21.552494+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:26:23.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:23 smithi037 conmon[35901]: ) 596 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:23 smithi076 conmon[41576]: cluster 2024-02-18T01:26:21.552494+0000 mgr.smithi037.vsmnxk (mgr.14182) 596 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:24.395 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:24.395 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:24.992 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:25.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:25 smithi037 conmon[35901]: cluster 2024-02-18T01:26:23.552934+0000 mgr.smithi037.vsmnxk (mgr.14182) 597 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:25 smithi076 conmon[41576]: cluster 2024-02-18T01:26:23.552934+0000 mgr.smithi037.vsmnxk (mgr.14182) 597 : 2024-02-18T01:26:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:25 smithi076 conmon[41576]: cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:25.993 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:26.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:26 smithi037 conmon[35901]: audit 2024-02-18T01:26:24.391677+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:26:26.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:26 smithi037 conmon[35901]: 14182) 598 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:26.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:26 smithi076 conmon[41576]: audit 2024-02-18T01:26:24.391677+0000 mgr.smithi037.vsmnxk (mgr.14182) 598 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:27.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:27 smithi037 conmon[35901]: cluster 2024-02-18T01:26:25.553691+0000 mgr.smithi037.vsmnxk (mgr.14182) 599 2024-02-18T01:26:27.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:27 smithi037 conmon[35901]: : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:27 smithi076 conmon[41576]: cluster 2024-02-18T01:26:25.553691+0000 mgr.smithi037.vsmnxk (mgr.14182) 599 : cluster [DBG] 2024-02-18T01:26:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:27 smithi076 conmon[41576]: pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:28.057 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:28.057 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:28.676 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:29.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:29 smithi037 conmon[35901]: cluster 2024-02-18T01:26:27.554191+0000 mgr.smithi037.vsmnxk (mgr.14182) 600 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:29.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:29 smithi037 conmon[35901]: audit 2024-02-18T01:26:28.053406+0000 mgr.smithi037.vsmnxk (mgr.14182) 601 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:29.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:29 smithi076 conmon[41576]: cluster 2024-02-18T01:26:27.554191+0000 mgr.smithi037.vsmnxk (mgr.14182) 600 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:29.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:29 smithi076 conmon[41576]: audit 2024-02-18T01:26:28.053406+0000 mgr.smithi037.vsmnxk (mgr.14182) 601 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:29.678 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:31.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:31 smithi037 conmon[35901]: cluster 2024-02-18T01:26:29.554812+0000 mgr.smithi037.vsmnxk (mgr.14182) 602 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:31.592 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:31.592 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:31 smithi076 conmon[41576]: cluster 2024-02-18T01:26:29.554812+0000 mgr.smithi037.vsmnxk (mgr.14182) 602 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:32.209 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:33.209 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:33 smithi037 conmon[35901]: cluster 2024-02-18T01:26:31.555300+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:26:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:33 smithi037 conmon[35901]: mgr.14182) 603 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:33 smithi037 conmon[35901]: audit 2024-02-18T01:26:31.588706+0000 mgr.smithi037.vsmnxk (mgr.14182) 604 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:33 smithi076 conmon[41576]: cluster 2024-02-18T01:26:31.555300+0000 mgr.smithi037.vsmnxk (mgr.14182) 603 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:33 smithi076 conmon[41576]: audit 2024-02-18T01:26:31.588706+0000 mgr.smithi037.vsmnxk (mgr.14182) 604 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:35.138 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:35.138 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:35.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:35 smithi037 conmon[35901]: cluster 2024-02-18T01:26:33.555762+0000 mgr.smithi037.vsmnxk (mgr.14182) 605 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:35 smithi076 conmon[41576]: cluster 2024-02-18T01:26:33.555762+0000 mgr.smithi037.vsmnxk (mgr.14182) 605 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:35.743 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:36.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:36 smithi037 conmon[35901]: audit 2024-02-18T01:26:35.134350+0000 mgr.smithi037.vsmnxk (mgr.14182) 606 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:36.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:36 smithi076 conmon[41576]: audit 2024-02-18T01:26:35.134350+0000 mgr.smithi037.vsmnxk (mgr.14182) 606 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:36.744 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:37.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:37 smithi037 conmon[35901]: cluster 2024-02-18T01:26:35.556402+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:26:37.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:37 smithi037 conmon[35901]: mgr.14182) 607 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:37 smithi076 conmon[41576]: cluster 2024-02-18T01:26:35.556402+0000 mgr.smithi037.vsmnxk (mgr.14182) 607 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:38.671 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:38.671 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:39.275 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:39.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:39 smithi037 conmon[35901]: cluster 2024-02-18T01:26:37.556942+0000 mgr.smithi037.vsmnxk (mgr.14182) 608 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:39 smithi076 conmon[41576]: cluster 2024-02-18T01:26:37.556942+0000 mgr.smithi037.vsmnxk (mgr.14182) 608 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:40.276 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:40.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:40 smithi076 conmon[41576]: audit 2024-02-18T01:26:38.667651+0000 mgr.smithi037.vsmnxk (mgr.14182) 609 : audit [DBG] 2024-02-18T01:26:40.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:40 smithi076 conmon[41576]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:40.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:40 smithi037 conmon[35901]: audit 2024-02-18T01:26:38.667651+0000 mgr.smithi037.vsmnxk (mgr.14182) 609 : audit 2024-02-18T01:26:40.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:40 smithi037 conmon[35901]: [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:41.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:41 smithi037 conmon[35901]: cluster 2024-02-18T01:26:39.557864+0000 mgr.smithi037.vsmnxk (mgr.14182) 610 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:41 smithi076 conmon[41576]: cluster 2024-02-18T01:26:39.557864+0000 mgr.smithi037.vsmnxk (mgr.14182) 610 : cluster 2024-02-18T01:26:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:41 smithi076 conmon[41576]: [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:42.308 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:42.308 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:42.907 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:43 smithi076 conmon[41576]: cluster 2024-02-18T01:26:41.558343+0000 mgr.smithi037.vsmnxk (mgr.14182) 611 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:43 smithi076 conmon[41576]: audit 2024-02-18T01:26:42.305176+0000 mgr.smithi037.vsmnxk (mgr.14182) 612 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:43.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:43 smithi037 conmon[35901]: cluster 2024-02-18T01:26:41.558343+0000 mgr.smithi037.vsmnxk (mgr.14182) 611 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:43.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:43 smithi037 conmon[35901]: audit 2024-02-18T01:26:42.305176+0000 mgr.smithi037.vsmnxk (mgr.14182) 612 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:43.909 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:45.439 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:45 smithi037 conmon[35901]: cluster 2024-02-18T01:26:43.558842+0000 mgr.smithi037.vsmnxk (mgr.14182) 613 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:45.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:45 smithi076 conmon[41576]: cluster 2024-02-18T01:26:43.558842+0000 mgr.smithi037.vsmnxk (mgr.14182) 613 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:45.828 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:45.828 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:46.426 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:47.427 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:47 smithi076 conmon[41576]: cluster 2024-02-18T01:26:45.559402+0000 mgr.smithi037.vsmnxk (mgr.14182) 614 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:47 smithi076 conmon[41576]: audit 2024-02-18T01:26:45.824858+0000 mgr.smithi037.vsmnxk (mgr.14182) 615 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:47 smithi037 conmon[35901]: cluster 2024-02-18T01:26:45.559402+0000 mgr.smithi037.vsmnxk (mgr.14182) 614 : 2024-02-18T01:26:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:47 smithi037 conmon[35901]: cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:47 smithi037 conmon[35901]: audit 2024-02-18T01:26:45.824858+0000 mgr.smithi037.vsmnxk (mgr.14182) 615 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:49.395 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:49.395 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:49.626 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:49 smithi037 conmon[35901]: cluster 2024-02-18T01:26:47.559986+0000 mgr.smithi037.vsmnxk (mgr.14182) 616 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:49 smithi076 conmon[41576]: cluster 2024-02-18T01:26:47.559986+0000 mgr.smithi037.vsmnxk (mgr.14182) 616 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:49 smithi076 conmon[41576]: 2024-02-18T01:26:50.032 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:50.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:50 smithi076 conmon[41576]: audit 2024-02-18T01:26:49.391272+0000 mgr.smithi037.vsmnxk (mgr.14182) 617 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:50.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:50 smithi076 conmon[41576]: 2024-02-18T01:26:50.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:50 smithi037 conmon[35901]: audit 2024-02-18T01:26:49.391272+0000 mgr.smithi037.vsmnxk (mgr.14182) 617 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:51.033 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:51.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:51 smithi037 conmon[35901]: cluster 2024-02-18T01:26:49.560750+0000 2024-02-18T01:26:51.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:51 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 618 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:51 smithi076 conmon[41576]: cluster 2024-02-18T01:26:49.560750+0000 mgr.smithi037.vsmnxk (mgr.14182) 618 : cluster [DBG] 2024-02-18T01:26:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:51 smithi076 conmon[41576]: pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:53.033 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:53.033 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:53 smithi076 conmon[41576]: cluster 2024-02-18T01:26:51.561316+0000 mgr.smithi037.vsmnxk (mgr.14182) 619 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:53 smithi076 conmon[41576]: 2024-02-18T01:26:53.699 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:53 smithi037 conmon[35901]: cluster 2024-02-18T01:26:51.561316+0000 mgr.smithi037.vsmnxk (mgr.14182) 619 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:53.723 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:54.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:54 smithi076 conmon[41576]: audit 2024-02-18T01:26:53.029052+0000 mgr.smithi037.vsmnxk (mgr.14182) 620 : audit [DBG] 2024-02-18T01:26:54.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:54 smithi076 conmon[41576]: from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:54.723 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:54.759 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:54 smithi037 conmon[35901]: audit 2024-02-18T01:26:53.029052+0000 mgr.smithi037.vsmnxk (mgr.14182) 620 2024-02-18T01:26:54.759 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:54 smithi037 conmon[35901]: : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:55.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:55 smithi037 conmon[35901]: cluster 2024-02-18T01:26:53.561785+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:26:55.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:55 smithi037 conmon[35901]: 14182) 621 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:55.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:55 smithi076 conmon[41576]: cluster 2024-02-18T01:26:53.561785+0000 mgr.smithi037.vsmnxk (mgr.14182) 621 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:55.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:55 smithi076 conmon[41576]: 2024-02-18T01:26:56.679 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:26:56.679 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:26:57.305 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:26:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:57 smithi076 conmon[41576]: cluster 2024-02-18T01:26:55.562481+0000 mgr.smithi037.vsmnxk (mgr.14182) 622 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:57.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:57 smithi037 conmon[35901]: cluster 2024-02-18T01:26:55 2024-02-18T01:26:57.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:57 smithi037 conmon[35901]: .562481+0000 mgr.smithi037.vsmnxk (mgr.14182) 622 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:58.306 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:26:58.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:58 smithi076 conmon[41576]: audit 2024-02-18T01:26:56.675126+0000 mgr.smithi037.vsmnxk (mgr.14182) 623 : audit 2024-02-18T01:26:58.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:58 smithi076 conmon[41576]: [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:58.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:58 smithi037 conmon[35901]: audit 2024-02-18T01:26:56.675126+0000 mgr.smithi037.vsmnxk (mgr.14182) 623 : audit 2024-02-18T01:26:58.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:58 smithi037 conmon[35901]: [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:26:59.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:26:59 smithi037 conmon[35901]: cluster 2024-02-18T01:26:57.563023+0000 mgr.smithi037.vsmnxk (mgr.14182) 624 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:26:59.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:59 smithi076 conmon[41576]: cluster 2024-02-18T01:26:57.563023+0000 mgr.smithi037.vsmnxk (mgr.14182) 624 : cluster [DBG] 2024-02-18T01:26:59.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:26:59 smithi076 conmon[41576]: pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:00.330 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:00.330 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:01.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:01.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:01 smithi076 conmon[41576]: cluster 2024-02-18T01:26:59.563589+0000 mgr.smithi037.vsmnxk (mgr.14182) 625 : cluster [DBG] 2024-02-18T01:27:01.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:01 smithi076 conmon[41576]: pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:01.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:01 smithi076 conmon[41576]: audit 2024-02-18T01:27:00.325772+0000 mgr.smithi037.vsmnxk (mgr.14182) 626 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:01 smithi037 conmon[35901]: cluster 2024-02-18T01:26:59.563589+0000 mgr.smithi037.vsmnxk (mgr.14182) 625 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:01 smithi037 conmon[35901]: audit 2024-02-18T01:27:00.325772+0000 mgr.smithi037.vsmnxk (mgr.14182) 626 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:02.014 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:03.612 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:03 smithi037 conmon[35901]: cluster 2024-02-18T01:27:01.564299+0000 mgr.smithi037.vsmnxk (mgr.14182) 627 : 2024-02-18T01:27:03.612 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:03 smithi037 conmon[35901]: cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:03.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:03 smithi076 conmon[41576]: cluster 2024-02-18T01:27:01.564299+0000 mgr.smithi037.vsmnxk (mgr.14182) 627 : cluster [DBG] 2024-02-18T01:27:03.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:03 smithi076 conmon[41576]: pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:04.025 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:04.025 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:04.698 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:05.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:05 smithi076 conmon[41576]: cluster 2024-02-18T01:27:03.564911+0000 mgr.smithi037.vsmnxk (mgr.14182) 628 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:05.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:05 smithi076 conmon[41576]: 2024-02-18T01:27:05.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:05 smithi076 conmon[41576]: audit 2024-02-18T01:27:04.021748+0000 mgr.smithi037.vsmnxk (mgr.14182) 629 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:05.699 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:05.735 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:05 smithi037 conmon[35901]: cluster 2024-02-18T01:27:03.564911+0000 mgr.smithi037.vsmnxk (mgr.14182) 628 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:05.736 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:05 smithi037 conmon[35901]: audit 2024-02-18T01:27:04.021748+0000 mgr.smithi037.vsmnxk (mgr.14182) 629 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:07 smithi076 conmon[41576]: cluster 2024-02-18T01:27:05.565634+0000 mgr.smithi037.vsmnxk (mgr.14182) 630 : cluster [DBG] 2024-02-18T01:27:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:07 smithi076 conmon[41576]: pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:07.727 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:07.727 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:07.753 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:07 smithi037 conmon[35901]: cluster 2024-02-18T01:27:05.565634+0000 mgr.smithi037.vsmnxk (mgr.14182) 630 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:08.340 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:09.342 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:09 smithi076 conmon[41576]: cluster 2024-02-18T01:27:07.566128+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:27:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:09 smithi076 conmon[41576]: 631 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:09 smithi076 conmon[41576]: audit 2024-02-18T01:27:07.723590+0000 2024-02-18T01:27:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:09 smithi076 conmon[41576]: mgr.smithi037.vsmnxk (mgr.14182) 632 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:09 smithi037 conmon[35901]: cluster 2024-02-18T01:27:07.566128+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:27:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:09 smithi037 conmon[35901]: 14182) 631 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:09 smithi037 conmon[35901]: audit 2024-02-18T01:27 2024-02-18T01:27:09.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:09 smithi037 conmon[35901]: :07.723590+0000 mgr.smithi037.vsmnxk (mgr.14182) 632 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:11.423 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:11.423 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:11.623 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:11 smithi037 conmon[35901]: cluster 2024-02-18T01:27:09.566674+0000 mgr.smithi037.vsmnxk (mgr.14182) 633 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:11.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:11 smithi076 conmon[41576]: cluster 2024-02-18T01:27:09.566674+0000 mgr.smithi037.vsmnxk (mgr.14182) 633 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:12.020 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:13.021 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:13 smithi076 conmon[41576]: audit 2024-02-18T01:27:11.419355+0000 mgr.smithi037.vsmnxk (mgr.14182) 634 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:13 smithi076 conmon[41576]: cluster 2024-02-18T01:27:11.567450+0000 mgr.smithi037.vsmnxk (mgr.14182) 635 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:13.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:13 smithi037 conmon[35901]: audit 2024-02-18T01:27:11.419355+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:27:13.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:13 smithi037 conmon[35901]: ) 634 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:13.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:13 smithi037 conmon[35901]: cluster 2024-02-18T01:27:11.567450+0000 mgr.smithi037.vsmnxk (mgr.14182) 635 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:14.957 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:14.957 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:15.521 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:15 smithi076 conmon[41576]: cluster 2024-02-18T01:27:13.568071+0000 mgr.smithi037.vsmnxk (mgr.14182) 636 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:15 smithi037 conmon[35901]: cluster 2024-02-18T01:27:13.568071+0000 mgr.smithi037.vsmnxk (mgr.14182) 636 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:16.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:16 smithi037 conmon[35901]: audit 2024-02-18T01:27:14.952977+0000 mgr.smithi037.vsmnxk (mgr.14182) 637 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:16.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:16 smithi037 conmon[35901]: 2024-02-18T01:27:16.522 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:16.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:16 smithi076 conmon[41576]: audit 2024-02-18T01:27:14.952977+0000 mgr.smithi037.vsmnxk (mgr.14182) 637 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:17 smithi076 conmon[41576]: cluster 2024-02-18T01:27:15.568686+0000 mgr.smithi037.vsmnxk (mgr.14182) 638 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:17.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:17 smithi037 conmon[35901]: cluster 2024-02-18T01:27:15.568686+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:27:17.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:17 smithi037 conmon[35901]: 638 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:18.549 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:18.549 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:19.219 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:19.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:19 smithi037 conmon[35901]: cluster 2024-02-18T01:27:17.569338+0000 mgr.smithi037.vsmnxk (mgr.14182) 639 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:19 smithi076 conmon[41576]: cluster 2024-02-18T01:27:17.569338+0000 mgr.smithi037.vsmnxk (mgr.14182) 639 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:20.220 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:20.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:20 smithi037 conmon[35901]: audit 2024-02-18T01:27:18. 2024-02-18T01:27:20.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:20 smithi037 conmon[35901]: 544827+0000 mgr.smithi037.vsmnxk (mgr.14182) 640 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:20.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:20 smithi076 conmon[41576]: audit 2024-02-18T01:27:18.544827+0000 mgr.smithi037.vsmnxk (mgr.14182) 640 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:21.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:21 smithi037 conmon[35901]: cluster 2024-02-18T01:27:19.570031+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:27:21.512 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:21 smithi037 conmon[35901]: mgr.14182) 641 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:21 smithi076 conmon[41576]: cluster 2024-02-18T01:27:19.570031+0000 mgr.smithi037.vsmnxk (mgr.14182) 641 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:22.189 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:22.189 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:22.810 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:23 smithi076 conmon[41576]: cluster 2024-02-18T01:27:21.570522+0000 mgr.smithi037.vsmnxk (mgr.14182) 642 : cluster [DBG] 2024-02-18T01:27:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:23 smithi076 conmon[41576]: pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:23 smithi076 conmon[41576]: audit 2024-02-18T01:27:22.184977+0000 mgr.smithi037.vsmnxk (mgr.14182) 643 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:23 smithi037 conmon[35901]: cluster 2024-02-18T01:27:21.570522+0000 mgr.smithi037.vsmnxk (mgr.14182) 642 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:23 smithi037 conmon[35901]: audit 2024-02-18T01:27:22.184977+0000 mgr.smithi037.vsmnxk (mgr.14182) 643 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:23.811 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:25 smithi076 conmon[41576]: cluster 2024-02-18T01:27:23.571175+0000 mgr.smithi037.vsmnxk (mgr.14182) 644 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:25.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:25 smithi037 conmon[35901]: cluster 2024-02-18T01:27:23. 2024-02-18T01:27:25.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:25 smithi037 conmon[35901]: 571175+0000 mgr.smithi037.vsmnxk (mgr.14182) 644 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:25.816 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:25.816 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:26.454 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:27.455 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:27.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:27 smithi037 conmon[35901]: cluster 2024-02-18T01:27:25.571789+0000 2024-02-18T01:27:27.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:27 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 645 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:27.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:27 smithi037 conmon[35901]: audit 2024-02-18T01:27:25.813458+0000 mgr.smithi037.vsmnxk (mgr.14182) 646 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:27 smithi076 conmon[41576]: cluster 2024-02-18T01:27:25.571789+0000 mgr.smithi037.vsmnxk (mgr.14182) 645 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:27 smithi076 conmon[41576]: audit 2024-02-18T01:27:25.813458+0000 mgr.smithi037.vsmnxk (mgr.14182) 646 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:29.467 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:29.468 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:29.704 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:29 smithi037 conmon[35901]: cluster 2024-02-18T01:27:27.572300+0000 mgr.smithi037.vsmnxk (mgr.14182) 647 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:29 smithi076 conmon[41576]: cluster 2024-02-18T01:27:27.572300+0000 mgr.smithi037.vsmnxk (mgr.14182) 647 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:30.142 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:31.143 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:31.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:31 smithi037 conmon[35901]: audit 2024-02-18T01:27:29.463232+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:27:31.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:31 smithi037 conmon[35901]: ) 648 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:31.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:31 smithi037 conmon[35901]: cluster 2024-02-18T01:27:29.572852+0000 mgr.smithi037.vsmnxk (mgr.14182) 649 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:31 smithi076 conmon[41576]: audit 2024-02-18T01:27:29.463232+0000 mgr.smithi037.vsmnxk (mgr.14182) 648 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:31 smithi076 conmon[41576]: cluster 2024-02-18T01:27:29.572852+0000 mgr.smithi037.vsmnxk (mgr.14182) 649 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:33.158 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:33.158 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:33 smithi037 conmon[35901]: cluster 2024-02-18T01:27:31.573570+0000 mgr.smithi037.vsmnxk (mgr.14182) 650 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:33.809 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:33.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:33 smithi076 conmon[41576]: cluster 2024-02-18T01:27:31.573570+0000 mgr.smithi037.vsmnxk (mgr.14182) 650 : cluster [DBG] 2024-02-18T01:27:33.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:33 smithi076 conmon[41576]: pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:34.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:34 smithi076 conmon[41576]: audit 2024-02-18T01:27:33.154200+0000 mgr.smithi037.vsmnxk (mgr.14182) 651 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:34.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:34 smithi037 conmon[35901]: audit 2024-02-18T01:27:33.154200+0000 mgr.smithi037.vsmnxk (mgr.14182) 651 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:34.811 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:35.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:35 smithi037 conmon[35901]: cluster 2024-02-18T01:27:33.574162+0000 mgr.smithi037.vsmnxk (mgr.14182) 652 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:35 smithi076 conmon[41576]: cluster 2024-02-18T01:27:33.574162+0000 mgr.smithi037.vsmnxk (mgr.14182) 652 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:36.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:36 smithi037 conmon[35901]: cluster 2024-02-18T01:27:35.574756+0000 2024-02-18T01:27:36.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:36 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 653 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:36.770 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:36.770 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:36.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:36 smithi076 conmon[41576]: cluster 2024-02-18T01:27:35.574756+0000 mgr.smithi037.vsmnxk (mgr.14182) 653 : cluster [DBG] 2024-02-18T01:27:36.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:36 smithi076 conmon[41576]: pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:37.427 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:37.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:37 smithi037 conmon[35901]: audit 2024-02-18T01:27:36.766784+0000 mgr.smithi037.vsmnxk (mgr.14182) 654 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:37.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:37 smithi076 conmon[41576]: audit 2024-02-18T01:27:36.766784+0000 mgr.smithi037.vsmnxk (mgr.14182) 654 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:38.428 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:38.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:38 smithi037 conmon[35901]: cluster 2024-02-18T01:27:37.575292+0000 mgr.smithi037.vsmnxk (mgr.14182) 655 : cluster [DBG] 2024-02-18T01:27:38.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:38 smithi037 conmon[35901]: pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:38.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:38 smithi076 conmon[41576]: cluster 2024-02-18T01:27:37.575292+0000 mgr.smithi037.vsmnxk (mgr.14182) 655 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:40.436 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:40.436 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:40.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:40 smithi037 conmon[35901]: cluster 2024-02-18T01:27:39.575902+0000 mgr.smithi037.vsmnxk (mgr.14182) 656 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:40.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:40 smithi076 conmon[41576]: cluster 2024-02-18T01:27:39.575902+0000 mgr.smithi037.vsmnxk (mgr.14182) 656 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:41.032 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:42.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:41 smithi037 conmon[35901]: audit 2024-02-18T01:27:40.432391+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:27:42.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:41 smithi037 conmon[35901]: ) 657 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:42.034 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:42.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:41 smithi076 conmon[41576]: audit 2024-02-18T01:27:40.432391+0000 mgr.smithi037.vsmnxk (mgr.14182) 657 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:42.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:42 smithi037 conmon[35901]: cluster 2024-02-18T01:27:41.576440+0000 mgr.smithi037.vsmnxk (mgr.14182) 658 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:43.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:42 smithi076 conmon[41576]: cluster 2024-02-18T01:27:41.576440+0000 mgr.smithi037.vsmnxk (mgr.14182) 658 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:44.058 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:44.058 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:44.667 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:45.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:44 smithi037 conmon[35901]: cluster 2024-02-18T01:27:43.577062+0000 mgr.smithi037.vsmnxk (mgr.14182) 659 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:45.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:44 smithi037 conmon[35901]: audit 2024-02-18T01:27:44.054218+0000 mgr.smithi037.vsmnxk (mgr.14182) 660 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:45.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:44 smithi076 conmon[41576]: cluster 2024-02-18T01:27:43.577062+0000 mgr.smithi037.vsmnxk (mgr.14182) 659 : cluster 2024-02-18T01:27:45.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:44 smithi076 conmon[41576]: [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:45.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:44 smithi076 conmon[41576]: audit 2024-02-18T01:27:44.054218+0000 mgr.smithi037.vsmnxk (mgr.14182) 660 : 2024-02-18T01:27:45.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:44 smithi076 conmon[41576]: audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:45.668 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:46.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:46 smithi037 conmon[35901]: cluster 2024-02-18T01:27:45.577653+0000 mgr.smithi037.vsmnxk (mgr.14182) 661 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:47.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:46 smithi076 conmon[41576]: cluster 2024-02-18T01:27:45.577653+0000 mgr.smithi037.vsmnxk (mgr.14182) 661 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:47.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:46 smithi076 conmon[41576]: 2024-02-18T01:27:47.693 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:47.694 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:48.326 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:49.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:48 smithi037 conmon[35901]: cluster 2024-02-18T01:27:47.578222+0000 mgr.smithi037.vsmnxk (mgr.14182) 662 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:49.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:48 smithi037 conmon[35901]: audit 2024-02-18T01:27:47.689413+0000 mgr.smithi037.vsmnxk (mgr.14182) 663 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:49.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:48 smithi076 conmon[41576]: cluster 2024-02-18T01:27:47.578222+0000 mgr.smithi037.vsmnxk (mgr.14182) 662 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:49.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:48 smithi076 conmon[41576]: audit 2024-02-18T01:27:47.689413+0000 mgr.smithi037.vsmnxk (mgr.14182) 663 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:49.327 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:50.931 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:50 smithi037 conmon[35901]: cluster 2024-02-18T01:27:49.578802+0000 mgr.smithi037.vsmnxk (mgr.14182) 664 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:51.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:50 smithi076 conmon[41576]: cluster 2024-02-18T01:27:49.578802+0000 mgr.smithi037.vsmnxk (mgr.14182) 664 : cluster 2024-02-18T01:27:51.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:50 smithi076 conmon[41576]: [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:51.345 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:51.345 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:51.941 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:51 smithi037 conmon[35901]: audit 2024-02-18T01:27:51.341341+0000 mgr.smithi037.vsmnxk (mgr.14182) 665 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:51.965 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:52.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:51 smithi076 conmon[41576]: audit 2024-02-18T01:27:51.341341+0000 mgr.smithi037.vsmnxk (mgr.14182) 665 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:52.966 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:53.002 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:52 smithi037 conmon[35901]: cluster 2024-02-18T01:27:51.579539+0000 mgr.smithi037.vsmnxk (mgr.14182) 666 : cluster [DBG] 2024-02-18T01:27:53.002 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:52 smithi037 conmon[35901]: pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:53.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:52 smithi076 conmon[41576]: cluster 2024-02-18T01:27:51.579539+0000 mgr.smithi037.vsmnxk (mgr.14182) 666 : cluster 2024-02-18T01:27:53.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:52 smithi076 conmon[41576]: [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:54.960 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:54.961 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:54.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:54 smithi037 conmon[35901]: cluster 2024-02-18T01:27:53.580090+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:27:54.984 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:54 smithi037 conmon[35901]: mgr.14182) 667 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:55.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:54 smithi076 conmon[41576]: cluster 2024-02-18T01:27:53.580090+0000 mgr.smithi037.vsmnxk (mgr.14182) 667 : cluster [DBG] 2024-02-18T01:27:55.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:54 smithi076 conmon[41576]: pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:55.556 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:27:56.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:55 smithi037 conmon[35901]: audit 2024-02-18T01:27:54.956880+0000 mgr.smithi037.vsmnxk 2024-02-18T01:27:56.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:55 smithi037 conmon[35901]: (mgr.14182) 668 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:56.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:55 smithi076 conmon[41576]: audit 2024-02-18T01:27:54.956880+0000 mgr.smithi037.vsmnxk (mgr.14182) 668 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:27:56.558 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:27:57.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:56 smithi037 conmon[35901]: cluster 2024-02-18T01:27:55.580709+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:27:57.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:56 smithi037 conmon[35901]: mgr.14182) 669 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:57.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:56 smithi076 conmon[41576]: cluster 2024-02-18T01:27:55.580709+0000 mgr.smithi037.vsmnxk (mgr.14182) 669 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:58.580 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:27:58.581 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:27:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:58 smithi037 conmon[35901]: cluster 2024-02-18T01:27:57.581254+0000 mgr.smithi037.vsmnxk (mgr.14182) 670 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:59.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:58 smithi076 conmon[41576]: cluster 2024-02-18T01:27:57.581254+0000 mgr.smithi037.vsmnxk (mgr.14182) 670 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:27:59.172 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:00.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:59 smithi037 conmon[35901]: audit 2024-02-18T01:27:58.576817+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:28:00.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:27:59 smithi037 conmon[35901]: 671 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:00.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:59 smithi076 conmon[41576]: audit 2024-02-18T01:27:58.576817+0000 mgr.smithi037.vsmnxk (mgr.14182) 671 : audit [DBG] 2024-02-18T01:28:00.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:27:59 smithi076 conmon[41576]: from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:00.173 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:01.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:00 smithi037 conmon[35901]: cluster 2024-02-18T01:27:59.581807+0000 mgr.smithi037.vsmnxk (mgr.14182) 672 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2024-02-18T01:28:01.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:00 smithi037 conmon[35901]: 2024-02-18T01:28:01.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:00 smithi076 conmon[41576]: cluster 2024-02-18T01:27:59.581807+0000 mgr.smithi037.vsmnxk (mgr.14182) 672 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 34 op/s 2024-02-18T01:28:02.387 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:02.387 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:02.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:02 smithi037 conmon[35901]: cluster 2024-02-18T01:28:01.582522+0000 mgr.smithi037.vsmnxk (mgr.14182) 673 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-02-18T01:28:02.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:02 smithi037 conmon[35901]: audit 2024-02-18T01:28:02.384075+0000 mgr.smithi037.vsmnxk (mgr.14182) 674 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:03.005 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:03.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:02 smithi076 conmon[41576]: cluster 2024-02-18T01:28:01.582522+0000 mgr.smithi037.vsmnxk (mgr.14182) 673 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2024-02-18T01:28:03.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:02 smithi076 conmon[41576]: audit 2024-02-18T01:28:02.384075+0000 mgr.smithi037.vsmnxk (mgr.14182) 674 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:04.007 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:04 smithi037 conmon[35901]: cluster 2024-02-18T01:28:03.582991+0000 mgr.smithi037.vsmnxk (mgr.14182) 675 : cluster [DBG] 2024-02-18T01:28:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:04 smithi037 conmon[35901]: pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 115 op/s 2024-02-18T01:28:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:04 smithi076 conmon[41576]: cluster 2024-02-18T01:28:03.582991+0000 mgr.smithi037.vsmnxk (mgr.14182) 675 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 115 op/s 2024-02-18T01:28:06.067 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:06.067 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:06.723 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:07.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:06 smithi037 conmon[35901]: cluster 2024-02-18T01:28:05.583574+0000 2024-02-18T01:28:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:06 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 676 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 195 op/s 2024-02-18T01:28:07.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:06 smithi037 conmon[35901]: audit 2024-02-18T01:28:06.063149+0000 mgr.smithi037.vsmnxk (mgr.14182) 677 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:07.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:06 smithi076 conmon[41576]: cluster 2024-02-18T01:28:05.583574+0000 mgr.smithi037.vsmnxk (mgr.14182) 676 : cluster 2024-02-18T01:28:07.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:06 smithi076 conmon[41576]: [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 195 op/s 2024-02-18T01:28:07.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:06 smithi076 conmon[41576]: audit 2024-02-18T01:28:06.063149+0000 mgr.smithi037.vsmnxk (mgr.14182) 677 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:07.725 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:09.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:08 smithi037 conmon[35901]: cluster 2024-02-18T01:28:07.584223+0000 2024-02-18T01:28:09.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:08 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 678 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 195 op/s 2024-02-18T01:28:09.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:08 smithi076 conmon[41576]: cluster 2024-02-18T01:28:07.584223+0000 mgr.smithi037.vsmnxk (mgr.14182) 678 : cluster [DBG] 2024-02-18T01:28:09.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:08 smithi076 conmon[41576]: pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 195 op/s 2024-02-18T01:28:09.742 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:09.743 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:10.338 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:11.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:10 smithi037 conmon[35901]: cluster 2024-02-18T01:28:09.584783+0000 mgr.smithi037.vsmnxk (mgr.14182) 679 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 195 op/s 2024-02-18T01:28:11.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:10 smithi037 conmon[35901]: audit 2024-02-18T01:28:09.739322+0000 mgr.smithi037.vsmnxk (mgr.14182) 680 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:11.339 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:10 smithi076 conmon[41576]: cluster 2024-02-18T01:28:09.584783+0000 mgr.smithi037.vsmnxk (mgr.14182) 679 : cluster 2024-02-18T01:28:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:10 smithi076 conmon[41576]: [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 117 KiB/s rd, 0 B/s wr, 195 op/s 2024-02-18T01:28:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:10 smithi076 conmon[41576]: audit 2024-02-18T01:28:09.739322+0000 mgr.smithi037.vsmnxk (mgr.14182) 680 : audit [DBG] 2024-02-18T01:28:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:10 smithi076 conmon[41576]: from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:12.999 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:12 smithi037 conmon[35901]: cluster 2024-02-18T01:28:11.585277+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:28:12.999 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:12 smithi037 conmon[35901]: mgr.14182) 681 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 160 op/s 2024-02-18T01:28:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:12 smithi076 conmon[41576]: cluster 2024-02-18T01:28:11.585277+0000 mgr.smithi037.vsmnxk (mgr.14182) 681 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 KiB/s rd, 0 B/s wr, 160 op/s 2024-02-18T01:28:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:12 smithi076 conmon[41576]: 2024-02-18T01:28:13.392 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:13.392 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:13.999 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:14.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:14 smithi037 conmon[35901]: audit 2024-02-18T01:28:13.389340+0000 mgr.smithi037.vsmnxk (mgr.14182) 682 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:14.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:14 smithi076 conmon[41576]: audit 2024-02-18T01:28:13.389340+0000 mgr.smithi037.vsmnxk (mgr.14182) 682 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:15.000 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:15.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:15 smithi076 conmon[41576]: cluster 2024-02-18T01:28:13.585719+0000 mgr.smithi037.vsmnxk (mgr.14182) 683 : cluster 2024-02-18T01:28:15.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:15 smithi076 conmon[41576]: [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-02-18T01:28:15.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:15 smithi037 conmon[35901]: cluster 2024-02-18T01:28:13.585719+0000 mgr.smithi037.vsmnxk (mgr.14182) 683 2024-02-18T01:28:15.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:15 smithi037 conmon[35901]: : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 61 KiB/s rd, 0 B/s wr, 102 op/s 2024-02-18T01:28:17.124 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:17.124 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:17.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:17 smithi037 conmon[35901]: cluster 2024-02-18T01:28:15.586373+0000 mgr.smithi037.vsmnxk (mgr.14182) 684 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 79 op/s 2024-02-18T01:28:17.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:17 smithi076 conmon[41576]: cluster 2024-02-18T01:28:15.586373+0000 mgr.smithi037.vsmnxk (mgr.14182) 684 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 48 KiB/s rd, 0 B/s wr, 79 op/s 2024-02-18T01:28:17.737 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:18.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:18 smithi037 conmon[35901]: audit 2024-02-18T01:28:17.120243+0000 mgr.smithi037.vsmnxk (mgr.14182) 685 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:18.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:18 smithi076 conmon[41576]: audit 2024-02-18T01:28:17.120243+0000 mgr.smithi037.vsmnxk (mgr.14182) 685 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:18.738 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:19.232 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:19 smithi037 conmon[35901]: cluster 2024-02-18T01:28:17.587134+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:28:19.232 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:19 smithi037 conmon[35901]: 686 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:19.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:19 smithi076 conmon[41576]: cluster 2024-02-18T01:28:17.587134+0000 mgr.smithi037.vsmnxk (mgr.14182) 686 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:20.778 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:20.778 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:21.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:21 smithi037 conmon[35901]: cluster 2024-02-18T01:28:19.587792+0000 mgr.smithi037.vsmnxk (mgr.14182) 687 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:21.344 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:21.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:21 smithi076 conmon[41576]: cluster 2024-02-18T01:28:19.587792+0000 mgr.smithi037.vsmnxk (mgr.14182) 687 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:22.345 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:22.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:22 smithi076 conmon[41576]: audit 2024-02-18T01:28:20.774406+0000 mgr.smithi037.vsmnxk (mgr.14182) 688 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:22.396 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:22 smithi037 conmon[35901]: audit 2024-02-18T01:28:20.774406+0000 mgr.smithi037.vsmnxk (mgr.14182) 688 : 2024-02-18T01:28:22.396 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:22 smithi037 conmon[35901]: audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:23.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:23 smithi037 conmon[35901]: cluster 2024-02-18T01:28:21.588384+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:28:23.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:23 smithi037 conmon[35901]: 689 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:23.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:23 smithi076 conmon[41576]: cluster 2024-02-18T01:28:21.588384+0000 mgr.smithi037.vsmnxk (mgr.14182) 689 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:24.432 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:24.432 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:24.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:25.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:25 smithi037 conmon[35901]: cluster 2024-02-18T01:28:23.588964+0000 mgr.smithi037.vsmnxk (mgr.14182) 690 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:25.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:25 smithi076 conmon[41576]: cluster 2024-02-18T01:28:23.588964+0000 mgr.smithi037.vsmnxk (mgr.14182) 690 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:25.996 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:26.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:26 smithi076 conmon[41576]: audit 2024-02-18T01:28:24.428111+0000 mgr.smithi037.vsmnxk (mgr.14182) 691 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:26.507 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:26 smithi037 conmon[35901]: audit 2024-02-18T01:28:24.428111 2024-02-18T01:28:26.507 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:26 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 691 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:27.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:27 smithi037 conmon[35901]: cluster 2024-02-18T01:28:25.589679 2024-02-18T01:28:27.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:27 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 692 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:27.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:27 smithi076 conmon[41576]: cluster 2024-02-18T01:28:25.589679+0000 mgr.smithi037.vsmnxk (mgr.14182) 692 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:27.942 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:27.942 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:28.577 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:29 smithi076 conmon[41576]: cluster 2024-02-18T01:28:27.590368+0000 mgr.smithi037.vsmnxk (mgr.14182) 693 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:29.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:29 smithi076 conmon[41576]: audit 2024-02-18T01:28:27.937878+0000 mgr.smithi037.vsmnxk (mgr.14182) 694 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:29.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:29 smithi037 conmon[35901]: cluster 2024-02-18T01:28:27.590368+0000 mgr.smithi037.vsmnxk (mgr.14182) 693 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:29.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:29 smithi037 conmon[35901]: audit 2024-02-18T01:28:27.937878+0000 mgr.smithi037.vsmnxk (mgr.14182) 694 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:29.578 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:31.116 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:31 smithi037 conmon[35901]: cluster 2024-02-18T01:28:29.591214+0000 mgr.smithi037.vsmnxk (mgr.14182) 695 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:31 smithi076 conmon[41576]: cluster 2024-02-18T01:28:29.591214+0000 mgr.smithi037.vsmnxk (mgr.14182) 695 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:31.492 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:31.492 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:32.102 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:33.104 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:33.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:33 smithi076 conmon[41576]: audit 2024-02-18T01:28:31.489606+0000 mgr.smithi037.vsmnxk (mgr.14182) 696 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:33.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:33 smithi076 conmon[41576]: cluster 2024-02-18T01:28:31.591869+0000 mgr.smithi037.vsmnxk (mgr.14182) 697 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:33 smithi037 conmon[35901]: audit 2024-02-18T01:28:31.489606+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:28:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:33 smithi037 conmon[35901]: .14182) 696 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:33 smithi037 conmon[35901]: cluster 2024-02-18T01:28:31.591869+0000 mgr.smithi037.vsmnxk (mgr.14182) 697 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:35.071 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:35.071 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:35.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:35 smithi076 conmon[41576]: cluster 2024-02-18T01:28:33.592272+0000 mgr.smithi037.vsmnxk (mgr.14182) 698 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:35.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:35 smithi037 conmon[35901]: cluster 2024-02-18T01:28:33.592272+0000 mgr.smithi037.vsmnxk (mgr.14182) 698 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:35.667 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:36.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:36 smithi076 conmon[41576]: audit 2024-02-18T01:28:35.067483+0000 mgr.smithi037.vsmnxk (mgr.14182) 699 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:36.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:36 smithi076 conmon[41576]: 2024-02-18T01:28:36.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:36 smithi037 conmon[35901]: audit 2024-02-18T01:28:35.067483+0000 mgr.smithi037.vsmnxk (mgr.14182) 699 : audit 2024-02-18T01:28:36.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:36 smithi037 conmon[35901]: [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:36.668 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:37.359 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:37 smithi037 conmon[35901]: cluster 2024-02-18T01:28:35.593098+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:28:37.359 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:37 smithi037 conmon[35901]: 700 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:37.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:37 smithi076 conmon[41576]: cluster 2024-02-18T01:28:35.593098+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:28:37.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:37 smithi076 conmon[41576]: 700 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:38.627 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:38.627 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:39.217 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:39.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:39 smithi076 conmon[41576]: cluster 2024-02-18T01:28:37.593577+0000 mgr.smithi037.vsmnxk (mgr.14182) 701 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:39.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:39 smithi076 conmon[41576]: 2024-02-18T01:28:39.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:39 smithi037 conmon[35901]: cluster 2024-02-18T01:28:37.593577+0000 mgr.smithi037.vsmnxk (mgr.14182) 701 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:40.218 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:40.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:40 smithi076 conmon[41576]: audit 2024-02-18T01:28:38.623497+0000 mgr.smithi037.vsmnxk (mgr.14182) 702 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:40.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:40 smithi076 conmon[41576]: 2024-02-18T01:28:40.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:40 smithi037 conmon[35901]: audit 2024-02-18T01:28:38.623497+0000 mgr.smithi037.vsmnxk (mgr.14182) 702 : audit [DBG] 2024-02-18T01:28:40.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:40 smithi037 conmon[35901]: from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:41.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:41 smithi076 conmon[41576]: cluster 2024-02-18T01:28:39.594435+0000 mgr.smithi037.vsmnxk (mgr.14182) 703 2024-02-18T01:28:41.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:41 smithi076 conmon[41576]: : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:41.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:41 smithi037 conmon[35901]: cluster 2024-02-18T01:28:39.594435+0000 mgr.smithi037.vsmnxk (mgr.14182) 703 : cluster 2024-02-18T01:28:41.492 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:41 smithi037 conmon[35901]: [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:42.132 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:42.132 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:42.758 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:43.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:43 smithi076 conmon[41576]: cluster 2024-02-18T01:28:41.594982+0000 mgr.smithi037.vsmnxk (mgr.14182) 704 : cluster [DBG] 2024-02-18T01:28:43.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:43 smithi076 conmon[41576]: pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:43.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:43 smithi076 conmon[41576]: audit 2024-02-18T01:28:42.127773+0000 mgr.smithi037.vsmnxk (mgr.14182) 705 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:43.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:43 smithi037 conmon[35901]: cluster 2024-02-18T01:28:41.594982+0000 mgr.smithi037.vsmnxk (mgr.14182) 704 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:43.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:43 smithi037 conmon[35901]: audit 2024-02-18T01:28:42.127773+0000 mgr.smithi037.vsmnxk (mgr.14182) 705 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:43.760 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:45.300 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:45 smithi037 conmon[35901]: cluster 2024-02-18T01:28:43.595490+0000 mgr.smithi037.vsmnxk (mgr.14182) 706 : cluster 2024-02-18T01:28:45.301 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:45 smithi037 conmon[35901]: [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:45.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:45 smithi076 conmon[41576]: cluster 2024-02-18T01:28:43.595490+0000 mgr.smithi037.vsmnxk (mgr.14182) 706 : cluster 2024-02-18T01:28:45.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:45 smithi076 conmon[41576]: [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:45.706 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:45.706 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:46.350 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:47.351 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:47.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:47 smithi076 conmon[41576]: cluster 2024-02-18T01:28:45.596069+0000 mgr.smithi037.vsmnxk (mgr.14182) 707 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:47.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:47 smithi076 conmon[41576]: audit 2024-02-18T01:28:45.702483+0000 mgr.smithi037.vsmnxk (mgr.14182) 708 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:47.390 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:47 smithi037 conmon[35901]: cluster 2024-02-18T01:28:45.596069+0000 mgr.smithi037.vsmnxk (mgr.14182) 707 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:47.390 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:47 smithi037 conmon[35901]: audit 2024-02-18T01:28:45.702483+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:28:47.390 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:47 smithi037 conmon[35901]: 708 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:49.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:49 smithi037 conmon[35901]: cluster 2024-02-18T01:28:47.596538+0000 mgr.smithi037.vsmnxk (mgr.14182) 709 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:49.295 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:49.296 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:24.296386Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:20:34.528011Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.usajto on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-usajto\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.usajto\nDeploy daemon haproxy.rgw.foo.smithi076.usajto ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:18:37Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:15Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:19:53Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.479093Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.rilaan on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-rilaan\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.rilaan\nDeploy daemon haproxy.rgw.foo.smithi037.rilaan ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:21:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:03Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:22:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:23:22.485042Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ptbpwg on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:24.296540Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:24.296623Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:24.296698Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:24.296769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:24.297073Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:49.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:49 smithi076 conmon[41576]: cluster 2024-02-18T01:28:47.596538+0000 mgr.smithi037.vsmnxk (mgr.14182) 709 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:49.932 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:50.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:50 smithi037 conmon[35901]: audit 2024-02-18T01:28 2024-02-18T01:28:50.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:50 smithi037 conmon[35901]: :49.292418+0000 mgr.smithi037.vsmnxk (mgr.14182) 710 : audit [DBG] from='client.25035 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:50.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:50 smithi076 conmon[41576]: audit 2024-02-18T01:28:49.292418+0000 mgr.smithi037.vsmnxk (mgr.14182) 710 : audit [DBG] from='client.25035 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:50.933 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:51.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:51 smithi037 conmon[35901]: cluster 2024-02-18T01:28:49.597269+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:28:51.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:51 smithi037 conmon[35901]: 711 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:51.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:51 smithi037 conmon[35901]: audit 2024-02-18T01:28:50.663807+0000 mon.smithi037 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi037.leaalz"}]: dispatch 2024-02-18T01:28:51.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:51 smithi037 conmon[35901]: audit 2024-02-18T01:28:50.672161+0000 mon.smithi037 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:28:51.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:51 smithi037 conmon[35901]: audit 2024-02-18T01:28:50.936878+0000 mon.smithi037 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:51 smithi076 conmon[41576]: cluster 2024-02-18T01:28:49.597269+0000 mgr.smithi037.vsmnxk (mgr.14182) 711 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:51 smithi076 conmon[41576]: audit 2024-02-18T01:28:50.663807+0000 mon.smithi037 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi037.leaalz"}]: dispatch 2024-02-18T01:28:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:51 smithi076 conmon[41576]: audit 2024-02-18T01:28:50.672161+0000 mon.smithi037 (mon.0) 700 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:28:51.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:51 smithi076 conmon[41576]: audit 2024-02-18T01:28:50.936878+0000 mon.smithi037 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: cephadm 2024-02-18T01:28:50.663152+0000 mgr.smithi037.vsmnxk (mgr.14182) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.leaalz ... 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:26:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:27:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:28:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: Traceback (most recent call last): 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: yield (conn, connr) 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: code, '\n'.join(err))) 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.leaalz ... 2024-02-18T01:28:52.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:26:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:27:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:28:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: cephadm 2024-02-18T01:28:50.663372+0000 mgr.smithi037.vsmnxk (mgr.14182) 713 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: cephadm 2024-02-18T01:28:50.664702+0000 mgr.smithi037.vsmnxk (mgr.14182) 714 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.leaalz ... 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:26:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:27:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:28:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: cephadm 2024-02-18T01:28:50.666126+0000 mgr.smithi037.vsmnxk (mgr.14182) 715 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: cephadm 2024-02-18T01:28:50.667274+0000 mgr.smithi037.vsmnxk (mgr.14182) 716 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:28:52.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: cluster 2024-02-18T01:28:50.668092+0000 mgr.smithi037.vsmnxk (mgr.14182) 717 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:52.390 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:52 smithi076 conmon[41576]: cluster 2024-02-18T01:28:51.091298+0000 mon.smithi037 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: cephadm 2024-02-18T01:28:50.663152+0000 mgr.smithi037.vsmnxk (mgr.14182) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.leaalz ... 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:26:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:27:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:28:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: Traceback (most recent call last): 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: yield (conn, connr) 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: code, '\n'.join(err))) 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.leaalz ... 2024-02-18T01:28:52.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:26:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:27:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:28:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: cephadm 2024-02-18T01:28:50.663372+0000 mgr.smithi037.vsmnxk (mgr.14182) 713 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: cephadm 2024-02-18T01:28:50.664702+0000 mgr.smithi037.vsmnxk (mgr.14182) 714 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.516 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.leaalz ... 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:26:53Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:27:31Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:28:09Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: cephadm 2024-02-18T01:28:50.666126+0000 mgr.smithi037.vsmnxk (mgr.14182) 715 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: cephadm 2024-02-18T01:28:50.667274+0000 mgr.smithi037.vsmnxk (mgr.14182) 716 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: cluster 2024-02-18T01:28:50.668092+0000 mgr.smithi037.vsmnxk (mgr.14182) 717 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:52.517 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:52 smithi037 conmon[35901]: cluster 2024-02-18T01:28:51.091298+0000 mon.smithi037 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T01:28:53.440 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:53.440 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:23:28.517612Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:23:28.517687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:23:28.517760Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:23:28.517529Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:23:28.517372Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:23:28.517831Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:23:28.518002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:23:28.517901Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:23:28.518285Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:53 smithi037 conmon[35901]: audit 2024-02-18T01:28:52.657914+0000 mon.smithi037 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:53 smithi037 conmon[35901]: cluster 2024-02-18T01:28:52.668676+0000 mgr.smithi037.vsmnxk (mgr.14182) 718 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:53 smithi037 conmon[35901]: audit 2024-02-18T01:28:52.774612+0000 mon.smithi037 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:53 smithi037 conmon[35901]: audit 2024-02-18T01:28:52.968443+0000 mon.smithi037 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:53 smithi037 conmon[35901]: audit 2024-02-18T01:28:52.969457+0000 mon.smithi037 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:53 smithi037 conmon[35901]: audit 2024-02-18T01:28:52.970334+0000 mon.smithi037 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:53 smithi037 conmon[35901]: audit 2024-02-18T01:28:52.971022+0000 mon.smithi037 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:53.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:53 smithi037 conmon[35901]: cephadm 2024-02-18T01:28:52.971535+0000 mgr.smithi037.vsmnxk (mgr.14182) 719 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 3478M 2024-02-18T01:28:53.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:53 smithi037 conmon[35901]: audit 2024-02-18T01:28:52.975960+0000 mon.smithi037 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:54.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: audit 2024-02-18T01:28:52.657914+0000 mon.smithi037 (mon.0) 703 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:54.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: cluster 2024- 2024-02-18T01:28:54.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: 02-18T01:28:52.668676+0000 mgr.smithi037.vsmnxk (mgr.14182) 718 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:54.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: audit 2024-02-18T01:28:52.774612+0000 mon.smithi037 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:54.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: audit 2024-02-18T01:28:52.968443+0000 mon.smithi037 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:54.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: audit 2024-02-18T01:28:52.969457+0000 mon.smithi037 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:54.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: audit 2024-02-18T01:28:52.970334+0000 mon.smithi037 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:54.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: audit 2024-02-18T01:28:52.971022+0000 mon.smithi037 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:54.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: cephadm 2024-02-18T01:28:52.971535+0000 mgr.smithi037.vsmnxk (mgr.14182) 719 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 3478M 2024-02-18T01:28:54.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:53 smithi076 conmon[41576]: audit 2024-02-18T01:28:52.975960+0000 mon.smithi037 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:54.300 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:55.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:54 smithi037 conmon[35901]: audit 2024-02-18T01:28:53.437335+0000 mgr.smithi037.vsmnxk (mgr.14182) 720 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:55.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:54 smithi076 conmon[41576]: audit 2024-02-18T01:28:53.437335+0000 mgr.smithi037.vsmnxk (mgr.14182) 720 : audit [DBG] 2024-02-18T01:28:55.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:54 smithi076 conmon[41576]: from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:55.301 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:56.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:55 smithi037 conmon[35901]: cluster 2024-02-18T01:28:54.669436+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:28:56.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:55 smithi037 conmon[35901]: mgr.14182) 721 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:56.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:55 smithi037 conmon[35901]: audit 2024-02-18T01:28:55.642993+0000 mon.smithi037 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:56.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:55 smithi076 conmon[41576]: cluster 2024-02-18T01:28:54.669436+0000 mgr.smithi037.vsmnxk (mgr.14182) 721 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:56.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:55 smithi076 conmon[41576]: audit 2024-02-18T01:28:55.642993+0000 mon.smithi037 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:57.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit 2024-02-18T01:28:56.009702+0000 mon.smithi037 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit 2024-02-18T01:28:56.010448+0000 mon.smithi037 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit 2024-02-18T01:28:56.011086 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit 2024-02-18T01:28 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: :56.011710+0000 mon.smithi037 (mon.0) 714 : 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: cephadm 2024-02-18T 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: 01:28:56.012198+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: 14182) 722 : cephadm [INF] Adjusting osd_memory_target on smithi037 to 2711M 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit 2024- 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: 02-18T01:28:56.016625+0000 mon.smithi037 2024-02-18T01:28:57.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit 2024 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: -02-18T01:28:56.017529+0000 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: mon.smithi037 (mon.0) 716 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: 2024-02-18T01:28:56.018203+0000 mon.smithi037 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: cephadm 2024 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: -02-18T01:28:56.021658+0000 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 723 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: 2024-02-18T01:28:56.206783+0000 mon.smithi037 2024-02-18T01:28:57.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: cluster 2024- 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: 02-18T01:28:56.207552+0000 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 724 : cluster [DBG] 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: :28:56.212357+0000 mon.smithi037 (mon.0 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: ) 719 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: cephadm 2024-02 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: -18T01:28:56.219704+0000 mgr.smithi037.vsmnxk 2024-02-18T01:28:57.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:56 smithi037 conmon[35901]: (mgr.14182) 725 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.lujsdz on smithi076 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit 2024-02-18T01:28:56.009702+0000 mon.smithi037 (mon.0) 711 : 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit 2024-02-18T01:28:56.010448+0000 mon.smithi037 (mon. 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 0) 712 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit 2024-02-18T01:28:56 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: .011086+0000 mon.smithi037 (mon.0) 713 : audit 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 02-18T01:28:56.011710+0000 mon.smithi037 ( 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: cephadm 2024-02-18 2024-02-18T01:28:57.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: T01:28:56.012198+0000 mgr.smithi037.vsmnxk (mgr.14182) 722 : 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: cephadm [INF] Adjusting osd_memory_target on smithi037 to 2711M 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 18T01:28:56.016625+0000 mon.smithi037 (mon.0) 715 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 02-18T01:28:56.017529+0000 mon.smithi037 (mon.0 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: ) 716 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 18T01:28:56.018203+0000 mon.smithi037 (mon.0) 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 717 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: cephadm 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 2024-02-18T01:28:56.021658+0000 mgr.smithi037.vsmnxk 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: (mgr.14182) 723 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:28:57.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 18T01:28:56.206783+0000 mon.smithi037 (mon.0) 718 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: cluster 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 2024-02-18T01:28:56.207552+0000 mgr.smithi037.vsmnxk 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: (mgr.14182) 724 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: -18T01:28:56.212357+0000 mon.smithi037 (mon.0) 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 719 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: cephadm 2024-02 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: -18T01:28:56.219704+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:28:57.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:56 smithi076 conmon[41576]: 725 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.lujsdz on smithi076 2024-02-18T01:28:57.517 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:28:57.517 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:28:58.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:57 smithi037 conmon[35901]: cluster 2024-02-18T01:28:57.204870+0000 mon.smithi037 (mon.0) 720 : cluster [INF] 2024-02-18T01:28:58.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:57 smithi037 conmon[35901]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T01:28:58.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:57 smithi037 conmon[35901]: cluster 2024-02-18T01:28:57.204902+0000 mon.smithi037 (mon.0) 721 : cluster [INF] Cluster is now healthy 2024-02-18T01:28:58.123 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:28:58.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:57 smithi076 conmon[41576]: cluster 2024-02-18T01:28:57.204870+0000 mon.smithi037 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T01:28:58.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:57 smithi076 conmon[41576]: 2024-02-18T01:28:58.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:57 smithi076 conmon[41576]: cluster 2024-02-18T01:28:57.204902+0000 mon.smithi037 (mon.0) 721 : cluster [INF] Cluster is now healthy 2024-02-18T01:28:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:58 smithi037 conmon[35901]: audit 2024-02-18T01:28:57.513605+0000 mgr.smithi037.vsmnxk (mgr.14182) 726 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:28:58 smithi037 conmon[35901]: cluster 2024-02-18T01:28:58.208188+0000 mgr.smithi037.vsmnxk (mgr.14182) 727 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 868 B/s rd, 0 op/s 2024-02-18T01:28:59.123 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:28:59.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:58 smithi076 conmon[41576]: audit 2024-02-18T01:28:57.513605+0000 mgr.smithi037.vsmnxk (mgr.14182) 726 : audit [DBG] 2024-02-18T01:28:59.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:58 smithi076 conmon[41576]: from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:28:59.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:58 smithi076 conmon[41576]: cluster 2024-02-18T01:28:58.208188+0000 mgr.smithi037.vsmnxk (mgr.14182) 727 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 868 B/s rd, 0 op/s 2024-02-18T01:28:59.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:28:58 smithi076 conmon[41576]: 2024-02-18T01:29:01.202 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:01.202 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:01.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:01 smithi037 conmon[35901]: cluster 2024-02-18T01:29:00.208855+0000 mgr.smithi037.vsmnxk (mgr.14182) 728 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-18T01:29:01.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:01 smithi076 conmon[41576]: cluster 2024-02-18T01:29:00.208855+0000 mgr.smithi037.vsmnxk (mgr.14182) 728 : 2024-02-18T01:29:01.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:01 smithi076 conmon[41576]: cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-02-18T01:29:01.834 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:02.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:02 smithi076 conmon[41576]: audit 2024-02-18T01:29:01.199063+0000 mgr.smithi037.vsmnxk (mgr.14182) 729 : audit [DBG] 2024-02-18T01:29:02.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:02 smithi076 conmon[41576]: from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:02.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:02 smithi037 conmon[35901]: audit 2024-02-18T01:29:01.199063+0000 2024-02-18T01:29:02.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:02 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 729 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:02.836 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:03.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:03 smithi076 conmon[41576]: cluster 2024-02-18T01:29:02.209597+0000 mgr.smithi037.vsmnxk (mgr.14182) 730 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T01:29:03.667 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:03 smithi037 conmon[35901]: cluster 2024-02-18T01:29:02.209597+0000 mgr.smithi037.vsmnxk (mgr.14182) 730 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T01:29:04.794 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:04.794 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:05.432 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:05.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:05 smithi076 conmon[41576]: cluster 2024-02-18T01:29:04.210095+0000 mgr.smithi037.vsmnxk (mgr.14182) 731 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T01:29:05.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:05 smithi076 conmon[41576]: 2024-02-18T01:29:05.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:05 smithi037 conmon[35901]: cluster 2024-02-18T01:29:04.210095+0000 2024-02-18T01:29:05.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:05 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 731 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T01:29:06.433 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:06.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:06 smithi037 conmon[35901]: audit 2024-02-18T01:29:04.791316+0000 mgr.smithi037.vsmnxk (mgr.14182) 732 : audit 2024-02-18T01:29:06.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:06 smithi037 conmon[35901]: [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:06.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:06 smithi076 conmon[41576]: audit 2024-02-18T01:29:04.791316+0000 mgr.smithi037.vsmnxk (mgr.14182) 732 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:07 smithi076 conmon[41576]: cluster 2024-02-18T01:29:06.210812+0000 mgr.smithi037.vsmnxk (mgr.14182) 733 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T01:29:07.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:07 smithi037 conmon[35901]: cluster 2024-02-18T01:29:06.210812 2024-02-18T01:29:07.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:07 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 733 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-02-18T01:29:08.369 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:08.370 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:08.975 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:09 smithi076 conmon[41576]: cluster 2024-02-18T01:29:08.211258+0000 mgr.smithi037.vsmnxk (mgr.14182) 734 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-02-18T01:29:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:09 smithi076 conmon[41576]: audit 2024-02-18T01:29:08.366550+0000 mgr.smithi037.vsmnxk (mgr.14182) 735 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:09 smithi037 conmon[35901]: cluster 2024-02-18T01:29:08. 2024-02-18T01:29:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:09 smithi037 conmon[35901]: 211258+0000 mgr.smithi037.vsmnxk (mgr.14182) 734 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-02-18T01:29:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:09 smithi037 conmon[35901]: audit 2024-02-18T01:29:08.366550+0000 mgr.smithi037.vsmnxk (mgr.14182) 735 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:09.976 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:11.604 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:11 smithi037 conmon[35901]: cluster 2024-02-18T01:29:10.211871+0000 mgr.smithi037.vsmnxk (mgr.14182) 736 : cluster [DBG] pgmap v498: 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-02-18T01:29:11.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:11 smithi076 conmon[41576]: cluster 2024-02-18T01:29:10.211871+0000 mgr.smithi037.vsmnxk (mgr.14182) 736 : cluster 2024-02-18T01:29:11.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:11 smithi076 conmon[41576]: [DBG] pgmap v498: 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-02-18T01:29:12.051 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:12.051 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:12.666 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:13 smithi076 conmon[41576]: audit 2024-02-18T01:29:12.048266+0000 mgr.smithi037.vsmnxk (mgr.14182) 737 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:13 smithi076 conmon[41576]: cluster 2024-02-18T01:29:12.212689+0000 mgr.smithi037.vsmnxk (mgr.14182) 738 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:13.667 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:13.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:13 smithi037 conmon[35901]: audit 2024-02-18T01:29:12.048266+0000 2024-02-18T01:29:13.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:13 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 737 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:13.703 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:13 smithi037 conmon[35901]: cluster 2024-02-18T01:29:12.212689+0000 mgr.smithi037.vsmnxk (mgr.14182) 738 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:15.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:15 smithi037 conmon[35901]: cluster 2024-02-18T01:29:14.213252+0000 mgr.smithi037.vsmnxk (mgr.14182) 739 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:15 smithi076 conmon[41576]: cluster 2024-02-18T01:29:14.213252+0000 mgr.smithi037.vsmnxk (mgr.14182) 739 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:15 smithi076 conmon[41576]: 2024-02-18T01:29:15.644 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:15.644 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:16.289 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:17.290 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:17 smithi076 conmon[41576]: audit 2024-02-18T01:29:15.641240+0000 mgr.smithi037.vsmnxk (mgr.14182) 740 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:17 smithi076 conmon[41576]: cluster 2024-02-18T01:29:16.213952+0000 mgr.smithi037.vsmnxk (mgr.14182) 741 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:17.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:17 smithi037 conmon[35901]: audit 2024-02-18T01:29:15.641240+0000 mgr.smithi037.vsmnxk (mgr.14182) 740 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:17.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:17 smithi037 conmon[35901]: cluster 2024-02-18T01:29:16.213952+0000 mgr.smithi037.vsmnxk (mgr.14182) 741 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:19.211 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:19.211 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:19.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:19 smithi037 conmon[35901]: cluster 2024-02-18T01:29:18.214532+0000 mgr.smithi037.vsmnxk (mgr.14182) 742 : cluster 2024-02-18T01:29:19.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:19 smithi037 conmon[35901]: [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:19 smithi076 conmon[41576]: cluster 2024-02-18T01:29:18.214532+0000 mgr.smithi037.vsmnxk (mgr.14182) 742 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:19.821 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:20.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:20 smithi076 conmon[41576]: audit 2024-02-18T01:29:19.208180+0000 mgr.smithi037.vsmnxk (mgr.14182) 743 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:20.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:20 smithi076 conmon[41576]: 2024-02-18T01:29:20.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:20 smithi037 conmon[35901]: audit 2024-02-18T01:29:19.208180+0000 mgr.smithi037.vsmnxk (mgr.14182) 743 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:20.822 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:21 smithi076 conmon[41576]: cluster 2024-02-18T01:29:20.215243+0000 mgr.smithi037.vsmnxk (mgr.14182) 744 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:21 smithi076 conmon[41576]: 2024-02-18T01:29:21.674 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:21 smithi037 conmon[35901]: cluster 2024-02-18T01:29:20.215243+0000 2024-02-18T01:29:21.674 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:21 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 744 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:22.758 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:22.758 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:23.348 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:23 smithi076 conmon[41576]: cluster 2024-02-18T01:29:22.215729+0000 mgr.smithi037.vsmnxk (mgr.14182) 745 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:23 smithi037 conmon[35901]: cluster 2024-02-18T01:29:22.215729+0000 mgr.smithi037.vsmnxk (mgr.14182) 745 : 2024-02-18T01:29:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:23 smithi037 conmon[35901]: cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:24.349 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:24.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:24 smithi076 conmon[41576]: audit 2024-02-18T01:29:22.755483+0000 mgr.smithi037.vsmnxk (mgr.14182) 746 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:24.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:24 smithi037 conmon[35901]: audit 2024-02-18T01:29:22.755483+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:29:24.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:24 smithi037 conmon[35901]: ) 746 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:25.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:25 smithi037 conmon[35901]: cluster 2024-02-18T01:29:24.216331+0000 mgr.smithi037.vsmnxk (mgr.14182) 747 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:25 smithi076 conmon[41576]: cluster 2024-02-18T01:29:24.216331+0000 mgr.smithi037.vsmnxk (mgr.14182) 747 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:25 smithi076 conmon[41576]: 2024-02-18T01:29:26.246 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:26.246 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:26.879 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:27 smithi076 conmon[41576]: cluster 2024-02-18T01:29:26.216892+0000 mgr.smithi037.vsmnxk (mgr.14182) 748 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:27 smithi076 conmon[41576]: 2024-02-18T01:29:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:27 smithi076 conmon[41576]: audit 2024-02-18T01:29:26.243339+0000 mgr.smithi037.vsmnxk (mgr.14182) 749 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:27.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:27 smithi037 conmon[35901]: cluster 2024-02-18T01:29:26.216892+0000 mgr.smithi037.vsmnxk (mgr.14182) 748 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:27.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:27 smithi037 conmon[35901]: audit 2024-02-18T01:29:26.243339+0000 mgr.smithi037.vsmnxk (mgr.14182) 749 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:27.880 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:29.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:29 smithi037 conmon[35901]: cluster 2024-02-18T01:29:28.217506+0000 mgr.smithi037.vsmnxk (mgr.14182) 750 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:29.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:29 smithi076 conmon[41576]: cluster 2024-02-18T01:29:28.217506+0000 mgr.smithi037.vsmnxk (mgr.14182) 750 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:29.884 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:29.884 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:30.519 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:31.520 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:31 smithi076 conmon[41576]: audit 2024-02-18T01:29:29.880999+0000 mgr.smithi037.vsmnxk (mgr.14182) 751 : audit [DBG] 2024-02-18T01:29:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:31 smithi076 conmon[41576]: from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:31 smithi076 conmon[41576]: cluster 2024-02-18T01:29:30.218203+0000 mgr.smithi037.vsmnxk (mgr.14182) 752 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:31 smithi037 conmon[35901]: audit 2024-02-18T01:29:29.880999+0000 mgr.smithi037.vsmnxk (mgr.14182) 751 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:31 smithi037 conmon[35901]: cluster 2024-02-18T01:29:30.218203+0000 mgr.smithi037.vsmnxk (mgr.14182) 752 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:33.458 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:33.458 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:33 smithi076 conmon[41576]: cluster 2024-02-18T01:29:32.218823+0000 mgr.smithi037.vsmnxk (mgr.14182) 753 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:33.639 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:33 smithi037 conmon[35901]: cluster 2024-02-18T01:29:32.218823+0000 mgr.smithi037.vsmnxk (mgr.14182) 753 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:34.043 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:35.044 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:35 smithi076 conmon[41576]: audit 2024-02-18T01:29:33.454152+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:29:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:35 smithi076 conmon[41576]: ) 754 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:35 smithi076 conmon[41576]: cluster 2024-02-18T01:29:34.219377+0000 mgr.smithi037.vsmnxk (mgr.14182) 755 : cluster 2024-02-18T01:29:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:35 smithi076 conmon[41576]: [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:35.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:35 smithi037 conmon[35901]: audit 2024-02-18T01:29:33.454152+0000 2024-02-18T01:29:35.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:35 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 754 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:35.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:35 smithi037 conmon[35901]: cluster 2024-02-18T01:29:34.219377+0000 mgr.smithi037.vsmnxk (mgr.14182) 755 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:37.038 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:37.038 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:37 smithi076 conmon[41576]: cluster 2024-02-18T01:29:36.220140+0000 mgr.smithi037.vsmnxk (mgr.14182) 756 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:37.639 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:37 smithi037 conmon[35901]: cluster 2024-02-18T01:29:36.220140+0000 mgr.smithi037.vsmnxk (mgr.14182) 756 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:37.662 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:38.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:38 smithi076 conmon[41576]: audit 2024-02-18T01:29:37.033917+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:29:38.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:38 smithi076 conmon[41576]: 757 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:38.663 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:38.698 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:38 smithi037 conmon[35901]: audit 2024-02-18T01:29:37.033917+0000 mgr.smithi037.vsmnxk (mgr.14182) 757 : audit [DBG] 2024-02-18T01:29:38.698 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:38 smithi037 conmon[35901]: from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:39.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:39 smithi037 conmon[35901]: cluster 2024-02-18T01:29:38.220751+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:29:39.488 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:39 smithi037 conmon[35901]: .14182) 758 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:39 smithi076 conmon[41576]: cluster 2024-02-18T01:29:38.220751+0000 mgr.smithi037.vsmnxk (mgr.14182) 758 : cluster [DBG] 2024-02-18T01:29:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:39 smithi076 conmon[41576]: pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:40.588 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:40.588 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:41.254 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:41.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:41 smithi037 conmon[35901]: cluster 2024-02-18T01:29:40.221517+0000 mgr.smithi037.vsmnxk (mgr.14182) 759 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:41 smithi076 conmon[41576]: cluster 2024-02-18T01:29:40.221517+0000 mgr.smithi037.vsmnxk (mgr.14182) 759 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:41 smithi076 conmon[41576]: 2024-02-18T01:29:42.255 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:42.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:42 smithi076 conmon[41576]: audit 2024-02-18T01:29:40.584346+0000 mgr.smithi037.vsmnxk (mgr.14182) 760 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:42.729 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:42 smithi037 conmon[35901]: audit 2024-02-18T01:29:40.584346+0000 mgr.smithi037.vsmnxk (mgr.14182) 760 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:43 smithi076 conmon[41576]: cluster 2024-02-18T01:29:42.222131+0000 mgr.smithi037.vsmnxk (mgr.14182) 761 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:43 smithi076 conmon[41576]: 2024-02-18T01:29:43.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:43 smithi037 conmon[35901]: cluster 2024-02-18T01:29:42.222131+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:29:43.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:43 smithi037 conmon[35901]: 761 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:44.153 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:44.153 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:44.800 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:45.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:45 smithi076 conmon[41576]: audit 2024-02-18T01:29:44.149828+0000 mgr.smithi037.vsmnxk (mgr.14182) 762 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:45.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:45 smithi076 conmon[41576]: cluster 2024-02-18T01:29:44.222625+0000 mgr.smithi037.vsmnxk (mgr.14182) 763 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:45.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:45 smithi037 conmon[35901]: audit 2024-02-18T01:29:44.149828+0000 mgr.smithi037.vsmnxk (mgr.14182) 762 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:45.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:45 smithi037 conmon[35901]: cluster 2024-02-18T01:29:44.222625+0000 mgr.smithi037.vsmnxk (mgr.14182) 763 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:45.801 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:47 smithi076 conmon[41576]: cluster 2024-02-18T01:29:46.223554+0000 mgr.smithi037.vsmnxk (mgr.14182) 764 : 2024-02-18T01:29:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:47 smithi076 conmon[41576]: cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:47.698 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:47.698 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:47.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:47 smithi037 conmon[35901]: cluster 2024-02-18T01:29:46.223554+0000 mgr.smithi037.vsmnxk (mgr.14182) 764 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:48.401 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:49.402 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:49 smithi076 conmon[41576]: audit 2024-02-18T01:29:47.694212+0000 mgr.smithi037.vsmnxk (mgr.14182) 765 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:49 smithi076 conmon[41576]: cluster 2024-02-18T01:29:48.224255+0000 mgr.smithi037.vsmnxk (mgr.14182) 766 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:49.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:49 smithi037 conmon[35901]: audit 2024-02-18T01:29:47.694212+0000 mgr.smithi037.vsmnxk (mgr.14182) 765 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:49.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:49 smithi037 conmon[35901]: cluster 2024-02-18T01:29:48.224255+0000 mgr.smithi037.vsmnxk (mgr.14182) 766 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:51.380 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:51.380 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:51 smithi076 conmon[41576]: cluster 2024-02-18T01:29:50.225114+0000 mgr.smithi037.vsmnxk (mgr.14182) 767 : cluster [DBG] 2024-02-18T01:29:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:51 smithi076 conmon[41576]: pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:51.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:51 smithi037 conmon[35901]: cluster 2024-02-18T01:29:50.225114+0000 mgr.smithi037.vsmnxk (mgr.14182) 767 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:52.060 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:52.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:52 smithi037 conmon[35901]: audit 2024-02-18T01:29:51.376532+0000 mgr.smithi037.vsmnxk (mgr.14182) 768 : audit 2024-02-18T01:29:52.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:52 smithi037 conmon[35901]: [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:52 smithi076 conmon[41576]: audit 2024-02-18T01:29:51.376532+0000 mgr.smithi037.vsmnxk (mgr.14182) 768 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:53.061 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:53.731 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:53 smithi037 conmon[35901]: cluster 2024-02-18T01:29:52.225871+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:29:53.731 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:53 smithi037 conmon[35901]: mgr.14182) 769 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:53 smithi076 conmon[41576]: cluster 2024-02-18T01:29:52.225871+0000 mgr.smithi037.vsmnxk (mgr.14182) 769 : cluster [DBG] 2024-02-18T01:29:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:53 smithi076 conmon[41576]: pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:55.000 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:55.000 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:55.650 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:55 smithi037 conmon[35901]: cluster 2024-02-18T01:29:54.226333+0000 mgr.smithi037.vsmnxk (mgr.14182) 770 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:55.652 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:55 smithi076 conmon[41576]: cluster 2024-02-18T01:29:54.226333+0000 mgr.smithi037.vsmnxk (mgr.14182) 770 : 2024-02-18T01:29:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:55 smithi076 conmon[41576]: cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:56.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:56 smithi037 conmon[35901]: audit 2024-02-18T01:29:54.997126+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:29:56.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:56 smithi037 conmon[35901]: 771 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:56.652 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:29:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:56 smithi076 conmon[41576]: audit 2024-02-18T01:29:54.997126+0000 mgr.smithi037.vsmnxk (mgr.14182) 771 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:29:57.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:57 smithi037 conmon[35901]: cluster 2024-02-18T01:29:56.227128+0000 mgr.smithi037.vsmnxk (mgr.14182) 772 2024-02-18T01:29:57.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:57 smithi037 conmon[35901]: : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:57 smithi076 conmon[41576]: cluster 2024-02-18T01:29:56.227128+0000 mgr.smithi037.vsmnxk (mgr.14182) 772 : cluster [DBG] 2024-02-18T01:29:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:57 smithi076 conmon[41576]: pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:58.558 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:29:58.558 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:29:59.210 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:29:59.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:29:59 smithi037 conmon[35901]: cluster 2024-02-18T01:29:58.227687+0000 mgr.smithi037.vsmnxk (mgr.14182) 773 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:29:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:29:59 smithi076 conmon[41576]: cluster 2024-02-18T01:29:58.227687+0000 mgr.smithi037.vsmnxk (mgr.14182) 773 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:00.211 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:00.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:00 smithi037 conmon[35901]: audit 2024-02-18T01:29:58.553953+0000 mgr.smithi037.vsmnxk (mgr.14182) 774 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:00.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:00 smithi037 conmon[35901]: cluster 2024-02-18T01:30:00.000126+0000 mon.smithi037 (mon.0) 722 : cluster [INF] overall HEALTH_OK 2024-02-18T01:30:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:00 smithi076 conmon[41576]: audit 2024-02-18T01:29:58.553953+0000 mgr.smithi037.vsmnxk (mgr.14182) 774 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:00 smithi076 conmon[41576]: 2024-02-18T01:30:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:00 smithi076 conmon[41576]: cluster 2024-02-18T01:30:00.000126+0000 mon.smithi037 (mon.0) 722 : cluster [INF] overall HEALTH_OK 2024-02-18T01:30:01.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:01 smithi037 conmon[35901]: cluster 2024-02-18T01:30:00.228338+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:30:01.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:01 smithi037 conmon[35901]: mgr.14182) 775 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:01 smithi076 conmon[41576]: cluster 2024-02-18T01:30:00.228338+0000 mgr.smithi037.vsmnxk (mgr.14182) 775 : cluster [DBG] 2024-02-18T01:30:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:01 smithi076 conmon[41576]: pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:02.261 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:02.261 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:02.891 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:03.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:03 smithi037 conmon[35901]: cluster 2024-02-18T01:30:02.228800+0000 mgr.smithi037.vsmnxk (mgr.14182) 776 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:03.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:03 smithi037 conmon[35901]: audit 2024-02-18T01:30:02.257850+0000 mgr.smithi037.vsmnxk (mgr.14182) 777 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:03 smithi076 conmon[41576]: cluster 2024-02-18T01:30:02.228800+0000 mgr.smithi037.vsmnxk (mgr.14182) 776 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:03 smithi076 conmon[41576]: 2024-02-18T01:30:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:03 smithi076 conmon[41576]: audit 2024-02-18T01:30:02.257850+0000 mgr.smithi037.vsmnxk (mgr.14182) 777 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:03.892 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:05.729 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:05.757 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:05 smithi037 conmon[35901]: cluster 2024-02-18T01:30:04.229284+0000 mgr.smithi037.vsmnxk (mgr.14182) 778 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:05 smithi076 conmon[41576]: cluster 2024-02-18T01:30:04.229284+0000 mgr.smithi037.vsmnxk (mgr.14182) 778 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:06.341 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:07.342 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:07 smithi037 conmon[35901]: audit 2024-02-18T01:30:05.725584+0000 mgr.smithi037.vsmnxk (mgr.14182) 779 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:07.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:07 smithi037 conmon[35901]: 2024-02-18T01:30:07.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:07 smithi037 conmon[35901]: cluster 2024-02-18T01:30:06.230058+0000 mgr.smithi037.vsmnxk (mgr.14182) 780 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:07 smithi076 conmon[41576]: audit 2024-02-18T01:30:05.725584+0000 mgr.smithi037.vsmnxk (mgr.14182) 779 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:07 smithi076 conmon[41576]: 2024-02-18T01:30:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:07 smithi076 conmon[41576]: cluster 2024-02-18T01:30:06.230058+0000 mgr.smithi037.vsmnxk (mgr.14182) 780 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:09.316 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:09.316 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:09 smithi037 conmon[35901]: cluster 2024-02-18T01:30:08.230743+0000 mgr.smithi037.vsmnxk (mgr.14182) 781 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:09 smithi076 conmon[41576]: cluster 2024-02-18T01:30:08.230743+0000 mgr.smithi037.vsmnxk (mgr.14182) 781 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:09.964 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:10.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:10 smithi037 conmon[35901]: audit 2024-02-18T01:30:09.312162+0000 mgr.smithi037.vsmnxk (mgr.14182) 782 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:10.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:10 smithi037 conmon[35901]: 2024-02-18T01:30:10.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:10 smithi037 conmon[35901]: cluster 2024-02-18T01:30:10.231472+0000 mgr.smithi037.vsmnxk (mgr.14182) 783 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:10 smithi076 conmon[41576]: audit 2024-02-18T01:30:09.312162+0000 mgr.smithi037.vsmnxk (mgr.14182) 782 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:10 smithi076 conmon[41576]: cluster 2024-02-18T01:30:10.231472+0000 mgr.smithi037.vsmnxk (mgr.14182) 783 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:10.965 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:12.912 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:12.912 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:13.545 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:13 smithi037 conmon[35901]: cluster 2024-02-18T01:30:12.232023+0000 mgr.smithi037.vsmnxk (mgr.14182) 784 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:13.546 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:13 smithi076 conmon[41576]: cluster 2024-02-18T01:30:12.232023+0000 mgr.smithi037.vsmnxk (mgr.14182) 784 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:14.547 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:14.582 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:14 smithi037 conmon[35901]: audit 2024-02-18T01:30:12.908435+0000 mgr.smithi037.vsmnxk (mgr.14182) 785 : audit 2024-02-18T01:30:14.582 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:14 smithi037 conmon[35901]: [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:14.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:14 smithi076 conmon[41576]: audit 2024-02-18T01:30:12.908435+0000 mgr.smithi037.vsmnxk (mgr.14182) 785 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:15 smithi076 conmon[41576]: cluster 2024-02-18T01:30:14.232678+0000 mgr.smithi037.vsmnxk (mgr.14182) 786 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:15 smithi037 conmon[35901]: cluster 2024-02-18T01:30:14.232678+0000 2024-02-18T01:30:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:15 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 786 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:16.450 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:16.450 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:17.065 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:17 smithi076 conmon[41576]: cluster 2024-02-18T01:30:16.233266+0000 mgr.smithi037.vsmnxk (mgr.14182) 787 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:17.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:17 smithi037 conmon[35901]: cluster 2024-02-18T01:30:16.233266+0000 mgr.smithi037.vsmnxk (mgr.14182) 787 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:18.066 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:18.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:18 smithi037 conmon[35901]: audit 2024-02-18T01:30:16.446431+0000 2024-02-18T01:30:18.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:18 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 788 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:18.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:18 smithi076 conmon[41576]: audit 2024-02-18T01:30:16.446431+0000 mgr.smithi037.vsmnxk (mgr.14182) 788 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:19.573 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:19 smithi037 conmon[35901]: cluster 2024-02-18T01:30:18.233712+0000 mgr.smithi037.vsmnxk (mgr.14182) 789 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:19 smithi076 conmon[41576]: cluster 2024-02-18T01:30:18.233712+0000 mgr.smithi037.vsmnxk (mgr.14182) 789 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:19.974 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:19.974 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:20.579 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:21.581 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:21.616 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:21 smithi037 conmon[35901]: audit 2024-02-18T01:30:19.970453+0000 mgr.smithi037.vsmnxk (mgr.14182) 790 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:21.617 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:21 smithi037 conmon[35901]: cluster 2024-02-18T01:30:20.234612+0000 mgr.smithi037.vsmnxk (mgr.14182) 791 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:21 smithi076 conmon[41576]: audit 2024-02-18T01:30:19.970453+0000 mgr.smithi037.vsmnxk (mgr.14182) 790 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:21 smithi076 conmon[41576]: 2024-02-18T01:30:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:21 smithi076 conmon[41576]: cluster 2024-02-18T01:30:20.234612+0000 mgr.smithi037.vsmnxk (mgr.14182) 791 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:23.504 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:23.505 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:23.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:23 smithi037 conmon[35901]: cluster 2024-02-18T01:30:22.235199+0000 mgr.smithi037.vsmnxk (mgr.14182) 792 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:23 smithi076 conmon[41576]: cluster 2024-02-18T01:30:22.235199+0000 mgr.smithi037.vsmnxk (mgr.14182) 792 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:23 smithi076 conmon[41576]: 2024-02-18T01:30:24.162 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:25.164 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:25.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:25 smithi037 conmon[35901]: audit 2024-02-18T01:30:23.500836+0000 mgr.smithi037.vsmnxk (mgr.14182) 793 2024-02-18T01:30:25.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:25 smithi037 conmon[35901]: : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:25.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:25 smithi037 conmon[35901]: cluster 2024-02-18T01:30:24.235678+0000 mgr.smithi037.vsmnxk (mgr.14182) 794 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:25 smithi076 conmon[41576]: audit 2024-02-18T01:30:23.500836+0000 mgr.smithi037.vsmnxk (mgr.14182) 793 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:25 smithi076 conmon[41576]: cluster 2024-02-18T01:30:24.235678+0000 mgr.smithi037.vsmnxk (mgr.14182) 794 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:27.120 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:27.120 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:27.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:27 smithi037 conmon[35901]: cluster 2024-02-18T01:30:26.236446+0000 mgr.smithi037.vsmnxk (mgr.14182) 795 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:27 smithi076 conmon[41576]: cluster 2024-02-18T01:30:26.236446+0000 mgr.smithi037.vsmnxk (mgr.14182) 795 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:27.789 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:28.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:28 smithi076 conmon[41576]: audit 2024-02-18T01:30:27.116455+0000 mgr.smithi037.vsmnxk (mgr.14182) 796 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:28 smithi037 conmon[35901]: audit 2024-02-18T01:30:27.116455+0000 2024-02-18T01:30:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:28 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 796 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:28.790 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:29.632 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:29 smithi037 conmon[35901]: cluster 2024-02-18T01:30:28.236918+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:30:29.633 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:29 smithi037 conmon[35901]: ) 797 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:29.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:29 smithi076 conmon[41576]: cluster 2024-02-18T01:30:28.236918+0000 mgr.smithi037.vsmnxk (mgr.14182) 797 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:30.765 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:30.766 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:31.413 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:31 smithi076 conmon[41576]: cluster 2024-02-18T01:30:30.237500+0000 mgr.smithi037.vsmnxk (mgr.14182) 798 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:31 smithi076 conmon[41576]: 2024-02-18T01:30:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:31 smithi037 conmon[35901]: cluster 2024-02-18T01:30:30.237500+0000 mgr.smithi037.vsmnxk (mgr.14182) 798 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:32.414 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:32.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:32 smithi076 conmon[41576]: audit 2024-02-18T01:30:30.762633+0000 mgr.smithi037.vsmnxk (mgr.14182) 799 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:32.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:32 smithi037 conmon[35901]: audit 2024-02-18T01:30:30.762633+0000 mgr.smithi037.vsmnxk (mgr.14182) 799 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:33 smithi037 conmon[35901]: cluster 2024-02-18T01:30:32.238148+0000 mgr.smithi037.vsmnxk (mgr.14182) 800 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:33 smithi037 conmon[35901]: 2024-02-18T01:30:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:33 smithi076 conmon[41576]: cluster 2024-02-18T01:30:32.238148+0000 mgr.smithi037.vsmnxk (mgr.14182) 800 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:34.313 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:34.313 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:34.914 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:35 smithi076 conmon[41576]: cluster 2024-02-18T01:30:34.238573+0000 mgr.smithi037.vsmnxk (mgr.14182) 801 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:35 smithi076 conmon[41576]: audit 2024- 2024-02-18T01:30:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:35 smithi076 conmon[41576]: 02-18T01:30:34.310194+0000 mgr.smithi037.vsmnxk (mgr.14182) 802 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:35.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:35 smithi037 conmon[35901]: cluster 2024-02-18T01:30:34.238573+0000 2024-02-18T01:30:35.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:35 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 801 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:35.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:35 smithi037 conmon[35901]: audit 2024-02-18T01:30:34.310194+0000 mgr.smithi037.vsmnxk (mgr.14182) 802 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:35.915 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:37.452 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:37 smithi037 conmon[35901]: cluster 2024-02-18T01:30:36.239260+0000 mgr.smithi037.vsmnxk (mgr.14182) 803 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:37 smithi076 conmon[41576]: cluster 2024-02-18T01:30:36.239260+0000 mgr.smithi037.vsmnxk (mgr.14182) 803 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:37.875 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:37.875 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:38.497 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:39.497 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:39 smithi076 conmon[41576]: audit 2024-02-18T01:30:37.872368+0000 mgr.smithi037.vsmnxk (mgr.14182) 804 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:39 smithi076 conmon[41576]: cluster 2024-02-18T01:30:38.239962+0000 mgr.smithi037.vsmnxk (mgr.14182) 805 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:39.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:39 smithi037 conmon[35901]: audit 2024-02-18T01:30:37.872368+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:30:39.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:39 smithi037 conmon[35901]: 14182) 804 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:39.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:39 smithi037 conmon[35901]: cluster 2024-02-18T01:30:38.239962+0000 mgr.smithi037.vsmnxk (mgr.14182) 805 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:41.507 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:41.507 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:41 smithi076 conmon[41576]: cluster 2024-02-18T01:30:40.240578+0000 mgr.smithi037.vsmnxk (mgr.14182) 806 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:41.697 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:41 smithi037 conmon[35901]: cluster 2024-02-18T01:30:40.240578+0000 mgr.smithi037.vsmnxk (mgr.14182) 806 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:42.086 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:43.087 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:43.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:43 smithi037 conmon[35901]: audit 2024-02-18T01 2024-02-18T01:30:43.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:43 smithi037 conmon[35901]: :30:41.503490+0000 mgr.smithi037.vsmnxk (mgr.14182) 807 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:43.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:43 smithi037 conmon[35901]: cluster 2024-02-18T01:30:42.241160+0000 mgr.smithi037.vsmnxk (mgr.14182) 808 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:43 smithi076 conmon[41576]: audit 2024-02-18T01:30:41.503490+0000 mgr.smithi037.vsmnxk (mgr.14182) 807 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:43 smithi076 conmon[41576]: cluster 2024-02-18T01:30:42.241160+0000 mgr.smithi037.vsmnxk (mgr.14182) 808 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:45.018 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:45.018 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:45.625 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:45 smithi037 conmon[35901]: cluster 2024-02-18T01:30:44.241609+0000 mgr.smithi037.vsmnxk (mgr.14182) 809 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:45.626 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:45.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:45 smithi076 conmon[41576]: cluster 2024-02-18T01:30:44.241609+0000 mgr.smithi037.vsmnxk (mgr.14182) 809 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:46.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:46 smithi037 conmon[35901]: audit 2024-02-18T01:30:45.014141+0000 mgr.smithi037.vsmnxk (mgr.14182) 810 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:46.627 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:46.634 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:46 smithi076 conmon[41576]: audit 2024-02-18T01:30:45.014141+0000 mgr.smithi037.vsmnxk (mgr.14182) 810 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:47 smithi076 conmon[41576]: cluster 2024-02-18T01:30:46.242293+0000 mgr.smithi037.vsmnxk (mgr.14182) 811 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:47 smithi076 conmon[41576]: 2024-02-18T01:30:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:47 smithi037 conmon[35901]: cluster 2024-02-18T01:30:46.242293+0000 mgr.smithi037.vsmnxk (mgr.14182) 811 : cluster 2024-02-18T01:30:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:47 smithi037 conmon[35901]: [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:48.592 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:48.592 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:49.217 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:49.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:49 smithi037 conmon[35901]: cluster 2024-02-18T01:30:48.242833+0000 mgr.smithi037.vsmnxk (mgr.14182) 812 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:49 smithi076 conmon[41576]: cluster 2024-02-18T01:30:48.242833+0000 mgr.smithi037.vsmnxk (mgr.14182) 812 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:50.218 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:50.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:50 smithi037 conmon[35901]: audit 2024-02-18T01:30:48.588819+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:30:50.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:50 smithi037 conmon[35901]: mgr.14182) 813 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:50.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:50 smithi076 conmon[41576]: audit 2024-02-18T01:30:48.588819+0000 mgr.smithi037.vsmnxk (mgr.14182) 813 : 2024-02-18T01:30:50.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:50 smithi076 conmon[41576]: audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:51 smithi076 conmon[41576]: cluster 2024-02-18T01:30:50.243452+0000 mgr.smithi037.vsmnxk (mgr.14182) 814 : cluster 2024-02-18T01:30:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:51 smithi076 conmon[41576]: [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:51.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:51 smithi037 conmon[35901]: cluster 2024-02-18T01:30:50.243452+0000 mgr.smithi037.vsmnxk (mgr.14182) 814 2024-02-18T01:30:51.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:51 smithi037 conmon[35901]: : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:52.135 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:52.136 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:52.801 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:53 smithi076 conmon[41576]: audit 2024-02-18T01:30:52.132387+0000 mgr.smithi037.vsmnxk (mgr.14182) 815 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:53 smithi076 conmon[41576]: cluster 2024-02-18T01:30:52.243986+0000 mgr.smithi037.vsmnxk (mgr.14182) 816 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:53.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:53 smithi037 conmon[35901]: audit 2024-02-18T01:30:52.132387+0000 mgr.smithi037.vsmnxk (mgr.14182) 815 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:53.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:53 smithi037 conmon[35901]: cluster 2024-02-18T01:30:52.243986+0000 mgr.smithi037.vsmnxk (mgr.14182) 816 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:53.802 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:55.747 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:55.747 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:55.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:55 smithi037 conmon[35901]: cluster 2024-02-18T01:30:54.244547+0000 mgr.smithi037.vsmnxk (mgr.14182) 817 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:55 smithi076 conmon[41576]: cluster 2024-02-18T01:30:54.244547+0000 mgr.smithi037.vsmnxk (mgr.14182) 817 : cluster [DBG] 2024-02-18T01:30:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:55 smithi076 conmon[41576]: pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:56.392 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:30:57.393 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:30:57.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:57 smithi037 conmon[35901]: audit 2024-02-18T01:30:55.742778+0000 mgr.smithi037.vsmnxk (mgr.14182) 818 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:57.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:57 smithi037 conmon[35901]: cluster 2024-02-18T01:30:56.245323+0000 mgr.smithi037.vsmnxk (mgr.14182) 819 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:57 smithi076 conmon[41576]: audit 2024-02-18T01:30:55.742778+0000 mgr.smithi037.vsmnxk (mgr.14182) 818 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:30:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:57 smithi076 conmon[41576]: cluster 2024-02-18T01:30:56.245323+0000 mgr.smithi037.vsmnxk (mgr.14182) 819 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:59.369 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:30:59.369 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:30:59.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:30:59 smithi037 conmon[35901]: cluster 2024-02-18T01:30:58.245897+0000 mgr.smithi037.vsmnxk (mgr.14182) 820 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:30:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:30:59 smithi076 conmon[41576]: cluster 2024-02-18T01:30:58.245897+0000 mgr.smithi037.vsmnxk (mgr.14182) 820 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:00.011 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:00.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:00 smithi037 conmon[35901]: audit 2024-02-18T01:30:59.365697+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:31:00.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:00 smithi037 conmon[35901]: 821 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:00 smithi076 conmon[41576]: audit 2024-02-18T01:30:59.365697+0000 mgr.smithi037.vsmnxk (mgr.14182) 821 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:01.012 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:01.672 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:01 smithi037 conmon[35901]: cluster 2024-02-18T01:31:00.246719+0000 mgr.smithi037.vsmnxk (mgr.14182) 822 : 2024-02-18T01:31:01.672 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:01 smithi037 conmon[35901]: cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:01 smithi076 conmon[41576]: cluster 2024-02-18T01:31:00.246719+0000 mgr.smithi037.vsmnxk (mgr.14182) 822 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:02.897 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:02.897 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:03.492 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:03.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:03 smithi037 conmon[35901]: cluster 2024-02-18T01:31:02.247286+0000 mgr.smithi037.vsmnxk (mgr.14182) 823 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:03 smithi076 conmon[41576]: cluster 2024-02-18T01:31:02.247286+0000 mgr.smithi037.vsmnxk (mgr.14182) 823 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:04.493 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:04.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:04 smithi076 conmon[41576]: audit 2024-02-18T01:31:02.893179+0000 mgr.smithi037.vsmnxk (mgr.14182) 824 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:04 smithi037 conmon[35901]: audit 2024-02-18T01:31:02.893179+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:31:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:04 smithi037 conmon[35901]: ) 824 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:05.709 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:05 smithi037 conmon[35901]: cluster 2024-02-18T01:31:04.247772+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:31:05.709 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:05 smithi037 conmon[35901]: ) 825 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:05 smithi076 conmon[41576]: cluster 2024-02-18T01:31:04.247772+0000 mgr.smithi037.vsmnxk (mgr.14182) 825 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:06.374 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:06.374 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:07.034 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:07 smithi037 conmon[35901]: cluster 2024-02-18T01:31:06.248354+0000 mgr.smithi037.vsmnxk (mgr.14182) 826 : cluster [DBG] 2024-02-18T01:31:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:07 smithi037 conmon[35901]: pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:07 smithi037 conmon[35901]: audit 2024-02-18T01:31:06.370455+0000 mgr.smithi037.vsmnxk (mgr.14182) 827 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:07 smithi076 conmon[41576]: cluster 2024-02-18T01:31:06.248354+0000 mgr.smithi037.vsmnxk (mgr.14182) 826 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:07 smithi076 conmon[41576]: audit 2024-02-18T01:31:06.370455+0000 mgr.smithi037.vsmnxk (mgr.14182) 827 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:08.035 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:09.531 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:09 smithi037 conmon[35901]: cluster 2024-02-18T01:31:08.248820+0000 mgr.smithi037.vsmnxk (mgr.14182) 828 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:09 smithi076 conmon[41576]: cluster 2024-02-18T01:31:08.248820+0000 mgr.smithi037.vsmnxk (mgr.14182) 828 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:09.941 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:09.941 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:10.642 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:11.643 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:11.678 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:11 smithi037 conmon[35901]: audit 2024-02-18T01:31:09.937587+0000 mgr.smithi037.vsmnxk (mgr.14182) 829 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:11.678 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:11 smithi037 conmon[35901]: cluster 2024-02-18T01:31:10.249560+0000 mgr.smithi037.vsmnxk (mgr.14182) 830 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:11.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:11 smithi076 conmon[41576]: audit 2024-02-18T01:31:09.937587+0000 mgr.smithi037.vsmnxk (mgr.14182) 829 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:11.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:11 smithi076 conmon[41576]: cluster 2024-02-18T01:31:10.249560+0000 mgr.smithi037.vsmnxk (mgr.14182) 830 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:13.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:13 smithi037 conmon[35901]: cluster 2024-02-18T01:31:12.250131+0000 mgr.smithi037.vsmnxk (mgr.14182) 831 : 2024-02-18T01:31:13.515 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:13 smithi037 conmon[35901]: cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:13.610 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:13.610 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:13.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:13 smithi076 conmon[41576]: cluster 2024-02-18T01:31:12.250131+0000 mgr.smithi037.vsmnxk (mgr.14182) 831 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:14.255 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:15.256 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:15.727 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:15 smithi037 conmon[35901]: audit 2024-02-18T01:31:13.607153 2024-02-18T01:31:15.727 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:15 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 832 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:15.727 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:15 smithi037 conmon[35901]: cluster 2024-02-18T01:31:14.250562+0000 mgr.smithi037.vsmnxk (mgr.14182) 833 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:15.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:15 smithi076 conmon[41576]: audit 2024-02-18T01:31:13.607153+0000 mgr.smithi037.vsmnxk (mgr.14182) 832 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:15.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:15 smithi076 conmon[41576]: cluster 2024-02-18T01:31:14.250562+0000 mgr.smithi037.vsmnxk (mgr.14182) 833 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:17.192 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:17.192 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:17.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:17 smithi037 conmon[35901]: cluster 2024-02-18T01:31:16.251323+0000 mgr.smithi037.vsmnxk (mgr.14182) 834 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:17.831 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:17.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:17 smithi076 conmon[41576]: cluster 2024-02-18T01:31:16.251323+0000 mgr.smithi037.vsmnxk (mgr.14182) 834 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:18 smithi037 conmon[35901]: audit 2024-02-18T01:31:17.188694+0000 mgr.smithi037.vsmnxk (mgr.14182) 835 : audit 2024-02-18T01:31:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:18 smithi037 conmon[35901]: [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:18.833 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:18.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:18 smithi076 conmon[41576]: audit 2024-02-18T01:31:17.188694+0000 mgr.smithi037.vsmnxk (mgr.14182) 835 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:19.658 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:19 smithi037 conmon[35901]: cluster 2024-02-18T01:31:18.252085+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:31:19.658 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:19 smithi037 conmon[35901]: .14182) 836 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:19.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:19 smithi076 conmon[41576]: cluster 2024-02-18T01:31:18.252085+0000 mgr.smithi037.vsmnxk (mgr.14182) 836 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:20.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:20 smithi037 conmon[35901]: cluster 2024-02-18T01:31:20.252869+0000 mgr.smithi037.vsmnxk (mgr.14182) 837 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:20.792 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:20.792 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:20 smithi076 conmon[41576]: cluster 2024-02-18T01:31:20.252869+0000 mgr.smithi037.vsmnxk (mgr.14182) 837 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:21.430 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:21.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:21 smithi037 conmon[35901]: audit 2024-02-18T01:31:20.789200+0000 2024-02-18T01:31:21.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:21 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 838 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:21 smithi076 conmon[41576]: audit 2024-02-18T01:31:20.789200+0000 mgr.smithi037.vsmnxk (mgr.14182) 838 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:22.431 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:22.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:22 smithi037 conmon[35901]: cluster 2024-02-18T01:31:22.253406+0000 mgr.smithi037.vsmnxk (mgr.14182) 839 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:22.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:22 smithi076 conmon[41576]: cluster 2024-02-18T01:31:22.253406+0000 mgr.smithi037.vsmnxk (mgr.14182) 839 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:24.295 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:24.295 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:24.933 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:25 smithi076 conmon[41576]: cluster 2024-02-18T01:31:24.253836+0000 mgr.smithi037.vsmnxk (mgr.14182) 840 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:25 smithi076 conmon[41576]: 2024-02-18T01:31:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:25 smithi076 conmon[41576]: audit 2024-02-18T01:31:24.291751+0000 mgr.smithi037.vsmnxk (mgr.14182) 841 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:25.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:25 smithi037 conmon[35901]: cluster 2024-02-18T01:31:24.253836+0000 mgr.smithi037.vsmnxk (mgr.14182) 840 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:25.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:25 smithi037 conmon[35901]: audit 2024-02-18T01:31:24.291751+0000 mgr.smithi037.vsmnxk (mgr.14182) 841 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:25.934 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:27.457 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:27 smithi037 conmon[35901]: cluster 2024-02-18T01:31:26.254389+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:31:27.457 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:27 smithi037 conmon[35901]: mgr.14182) 842 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:27 smithi076 conmon[41576]: cluster 2024-02-18T01:31:26.254389+0000 mgr.smithi037.vsmnxk (mgr.14182) 842 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:27.846 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:27.846 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:28.445 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:29.446 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:29.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:29 smithi076 conmon[41576]: audit 2024-02-18T01:31:27.842648+0000 mgr.smithi037.vsmnxk (mgr.14182) 843 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:29.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:29 smithi076 conmon[41576]: cluster 2024-02-18T01:31:28.255148+0000 mgr.smithi037.vsmnxk (mgr.14182) 844 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:29.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:29 smithi037 conmon[35901]: audit 2024-02-18T01:31:27.842648+0000 mgr.smithi037.vsmnxk (mgr.14182) 843 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:29.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:29 smithi037 conmon[35901]: cluster 2024-02-18T01:31:28.255148+0000 mgr.smithi037.vsmnxk (mgr.14182) 844 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:31.122 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:31 smithi037 conmon[35901]: cluster 2024-02-18T01:31:30.255761+0000 mgr.smithi037.vsmnxk (mgr.14182) 845 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:31 smithi076 conmon[41576]: cluster 2024-02-18T01:31:30.255761+0000 mgr.smithi037.vsmnxk (mgr.14182) 845 : cluster 2024-02-18T01:31:31.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:31 smithi076 conmon[41576]: [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:31.561 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:31.581 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:32.315 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:33.316 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:33 smithi076 conmon[41576]: audit 2024-02-18T01:31:31.558299+0000 mgr.smithi037.vsmnxk (mgr.14182) 846 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:33 smithi076 conmon[41576]: cluster 2024-02-18T01:31:32.256577+0000 mgr.smithi037.vsmnxk (mgr.14182) 847 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:33.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:33 smithi037 conmon[35901]: audit 2024-02-18T01:31:31.558299+0000 mgr.smithi037.vsmnxk (mgr.14182) 846 : audit 2024-02-18T01:31:33.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:33 smithi037 conmon[35901]: [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:33.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:33 smithi037 conmon[35901]: cluster 2024-02-18T01:31:32.256577+0000 mgr.smithi037.vsmnxk (mgr.14182) 847 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:35.264 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:35.264 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:35 smithi076 conmon[41576]: cluster 2024-02-18T01:31:34.257179+0000 mgr.smithi037.vsmnxk (mgr.14182) 848 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:35.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:35 smithi037 conmon[35901]: cluster 2024-02-18T01:31:34.257179+0000 mgr.smithi037.vsmnxk (mgr.14182) 848 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:35.912 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:36.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:36 smithi037 conmon[35901]: audit 2024-02-18T01:31:35.260157+0000 mgr.smithi037.vsmnxk (mgr.14182) 849 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:36.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:36 smithi076 conmon[41576]: audit 2024-02-18T01:31:35.260157+0000 mgr.smithi037.vsmnxk (mgr.14182) 849 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:36.913 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:37.609 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:37 smithi037 conmon[35901]: cluster 2024-02-18T01:31:36.257966+0000 mgr.smithi037.vsmnxk 2024-02-18T01:31:37.609 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:37 smithi037 conmon[35901]: (mgr.14182) 850 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:37 smithi076 conmon[41576]: cluster 2024-02-18T01:31:36.257966+0000 mgr.smithi037.vsmnxk (mgr.14182) 850 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:38.892 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:38.892 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:39.548 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:39 smithi076 conmon[41576]: cluster 2024-02-18T01:31:38.258452+0000 mgr.smithi037.vsmnxk (mgr.14182) 851 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:39.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:39 smithi076 conmon[41576]: 2024-02-18T01:31:39.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:39 smithi037 conmon[35901]: cluster 2024-02-18T01:31:38.258452+0000 mgr.smithi037.vsmnxk (mgr.14182) 851 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:40.549 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:40.584 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:40 smithi037 conmon[35901]: audit 2024-02-18T01:31:38.888776+0000 mgr.smithi037.vsmnxk (mgr.14182) 852 : audit 2024-02-18T01:31:40.584 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:40 smithi037 conmon[35901]: [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:40.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:40 smithi076 conmon[41576]: audit 2024-02-18T01:31:38.888776+0000 mgr.smithi037.vsmnxk (mgr.14182) 852 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:41 smithi076 conmon[41576]: cluster 2024-02-18T01:31:40.259251+0000 mgr.smithi037.vsmnxk (mgr.14182) 853 : cluster [DBG] 2024-02-18T01:31:41.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:41 smithi076 conmon[41576]: pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:41.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:41 smithi037 conmon[35901]: cluster 2024-02-18T01:31:40.259251+0000 mgr.smithi037.vsmnxk (mgr.14182) 853 2024-02-18T01:31:41.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:41 smithi037 conmon[35901]: : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:42.547 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:42.547 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:23:22.486306Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.twkkjt on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:43.190 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:43.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:43 smithi037 conmon[35901]: cluster 2024-02-18T01:31:42.259775+0000 mgr.smithi037.vsmnxk (mgr.14182) 854 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:43 smithi076 conmon[41576]: cluster 2024-02-18T01:31:42.259775+0000 mgr.smithi037.vsmnxk (mgr.14182) 854 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:43.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:43 smithi076 conmon[41576]: 2024-02-18T01:31:44.191 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:44.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:44 smithi037 conmon[35901]: audit 2024-02-18T01:31:42.543297+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:31:44.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:44 smithi037 conmon[35901]: 14182) 855 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:44.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:44 smithi037 conmon[35901]: audit 2024-02-18T01:31:43.829658+0000 mon.smithi037 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi076.lujsdz"}]: dispatch 2024-02-18T01:31:44.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:44 smithi076 conmon[41576]: audit 2024-02-18T01:31:42.543297+0000 mgr.smithi037.vsmnxk (mgr.14182) 855 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:44.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:44 smithi076 conmon[41576]: audit 2024-02-18T01:31:43.829658+0000 mon.smithi037 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi076.lujsdz"}]: dispatch 2024-02-18T01:31:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: cephadm 2024-02-18T01:31:43.829052+0000 mgr.smithi037.vsmnxk (mgr.14182) 856 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.lujsdz ... 2024-02-18T01:31:45.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:31:45.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:29:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:30:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:31:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: Traceback (most recent call last): 2024-02-18T01:31:45.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:31:45.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: yield (conn, connr) 2024-02-18T01:31:45.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:31:45.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: code, '\n'.join(err))) 2024-02-18T01:31:45.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.lujsdz ... 2024-02-18T01:31:45.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:31:45.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:29:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:30:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:31:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: cephadm 2024-02-18T01:31:43.829298+0000 mgr.smithi037.vsmnxk (mgr.14182) 857 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: cephadm 2024-02-18T01:31:43.830467+0000 mgr.smithi037.vsmnxk (mgr.14182) 858 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.lujsdz ... 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:29:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:30:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:31:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: cephadm 2024-02-18T01:31:43.832236+0000 mgr.smithi037.vsmnxk (mgr.14182) 859 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi037.finmvt on smithi037 2024-02-18T01:31:45.641 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:45 smithi076 conmon[41576]: cluster 2024-02-18T01:31:44.260245+0000 mgr.smithi037.vsmnxk (mgr.14182) 860 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:45.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: cephadm 2024-02-18T01:31:43.829052+0000 2024-02-18T01:31:45.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 856 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.lujsdz ... 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:29:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:30:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:31:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: Traceback (most recent call last): 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: yield (conn, connr) 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: code, '\n'.join(err))) 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.lujsdz ... 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:29:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:30:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:31:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: cephadm 2024-02-18T01:31:43.829298+0000 mgr.smithi037.vsmnxk (mgr.14182) 857 : cephadm [I 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: NF] Removing key for client.ingress.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: cephadm 2024-02-18T01:31:43.830467+0000 mgr.smithi037.vsmnxk (mgr.14182) 858 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.lujsdz ... 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:31:45.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:29:47Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:30:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:31:03Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:31:45.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:31:45.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:31:45.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: cephadm 2024-02-18T01:31:43.832236+0000 mgr.smithi037.vsmnxk (mgr.14182) 859 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi037.finmvt on smithi037 2024-02-18T01:31:45.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:45 smithi037 conmon[35901]: cluster 2024-02-18T01:31:44.260245+0000 mgr.smithi037.vsmnxk (mgr.14182) 860 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:46.121 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:46.122 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:46.795 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:47 smithi076 conmon[41576]: audit 2024-02-18T01:31:46.118721+0000 mgr.smithi037.vsmnxk (mgr.14182) 861 : audit [DBG] 2024-02-18T01:31:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:47 smithi076 conmon[41576]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:47.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:47 smithi076 conmon[41576]: cluster 2024-02-18T01:31:46.261055+0000 mgr.smithi037.vsmnxk (mgr.14182) 862 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:47 smithi037 conmon[35901]: audit 2024-02-18T01:31:46.118721+0000 mgr.smithi037.vsmnxk (mgr.14182) 861 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:47 smithi037 conmon[35901]: cluster 2024-02-18T01:31:46.261055+0000 mgr.smithi037.vsmnxk (mgr.14182) 862 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:47.796 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:49 smithi076 conmon[41576]: cluster 2024-02-18T01:31:48.261658+0000 mgr.smithi037.vsmnxk (mgr.14182) 863 : cluster [DBG] 2024-02-18T01:31:49.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:49 smithi076 conmon[41576]: pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:49.755 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:49.755 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:49.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:49 smithi037 conmon[35901]: cluster 2024-02-18T01:31:48.261658+0000 mgr.smithi037.vsmnxk (mgr.14182) 863 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:50.384 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:51.386 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:51 smithi076 conmon[41576]: audit 2024-02-18T01:31:49.750899+0000 mgr.smithi037.vsmnxk (mgr.14182) 864 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:51 smithi076 conmon[41576]: 2024-02-18T01:31:51.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:51 smithi076 conmon[41576]: cluster 2024-02-18T01:31:50.262571+0000 mgr.smithi037.vsmnxk (mgr.14182) 865 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:51.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:51 smithi037 conmon[35901]: audit 2024-02-18T01:31:49.750899+0000 mgr.smithi037.vsmnxk 2024-02-18T01:31:51.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:51 smithi037 conmon[35901]: (mgr.14182) 864 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:51.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:51 smithi037 conmon[35901]: cluster 2024-02-18T01:31:50.262571+0000 mgr.smithi037.vsmnxk (mgr.14182) 865 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:53.362 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:53.362 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:53.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:53 smithi076 conmon[41576]: cluster 2024-02-18T01:31:52.263293+0000 mgr.smithi037.vsmnxk (mgr.14182) 866 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:53.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:53 smithi037 conmon[35901]: cluster 2024-02-18T01:31:52.263293+0000 mgr.smithi037.vsmnxk (mgr.14182) 866 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:53.985 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:54.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:54 smithi076 conmon[41576]: audit 2024-02-18T01:31:53.358754+0000 mgr.smithi037.vsmnxk (mgr.14182) 867 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:54.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:54 smithi037 conmon[35901]: audit 2024-02-18T01:31:53.358754+0000 mgr.smithi037.vsmnxk (mgr.14182) 867 2024-02-18T01:31:54.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:54 smithi037 conmon[35901]: : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:54.987 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:55.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:55 smithi076 conmon[41576]: cluster 2024-02-18T01:31:54.263959+0000 mgr.smithi037.vsmnxk (mgr.14182) 868 : cluster [DBG] 2024-02-18T01:31:55.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:55 smithi076 conmon[41576]: pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:55.649 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:55 smithi037 conmon[35901]: cluster 2024-02-18T01:31:54. 2024-02-18T01:31:55.649 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:55 smithi037 conmon[35901]: 263959+0000 mgr.smithi037.vsmnxk (mgr.14182) 868 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:56.924 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:31:56.924 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:31:57.601 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:31:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:57 smithi076 conmon[41576]: cluster 2024-02-18T01:31:56.264543+0000 mgr.smithi037.vsmnxk (mgr.14182) 869 : cluster [DBG] 2024-02-18T01:31:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:57 smithi076 conmon[41576]: pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:57.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:57 smithi037 conmon[35901]: cluster 2024-02-18T01:31:56.264543+0000 mgr.smithi037.vsmnxk (mgr.14182) 869 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:58.601 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:31:58.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:58 smithi076 conmon[41576]: audit 2024-02-18T01:31:56.920142+0000 mgr.smithi037.vsmnxk (mgr.14182) 870 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:58.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:58 smithi076 conmon[41576]: 2024-02-18T01:31:58.636 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:58 smithi037 conmon[35901]: audit 2024-02-18T01:31:56.920142+0000 mgr.smithi037.vsmnxk (mgr.14182) 870 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:31:58.636 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:58 smithi037 conmon[35901]: 2024-02-18T01:31:59.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:59 smithi076 conmon[41576]: cluster 2024-02-18T01:31:58.265037+0000 mgr.smithi037.vsmnxk (mgr.14182) 871 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:31:59.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:31:59 smithi076 conmon[41576]: 2024-02-18T01:31:59.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:59 smithi037 conmon[35901]: cluster 2024-02-18T01:31:58.265037+0000 mgr.smithi037.vsmnxk (mgr.14182) 871 : cluster 2024-02-18T01:31:59.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:31:59 smithi037 conmon[35901]: [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:00.560 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:00.560 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:01.158 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:01 smithi037 conmon[35901]: cluster 2024-02-18T01:32:00.265648+0000 mgr.smithi037.vsmnxk (mgr.14182) 872 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:01 smithi076 conmon[41576]: cluster 2024-02-18T01:32:00.265648+0000 mgr.smithi037.vsmnxk (mgr.14182) 872 : cluster [DBG] 2024-02-18T01:32:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:01 smithi076 conmon[41576]: pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:02.159 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:02.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:02 smithi037 conmon[35901]: audit 2024-02-18T01:32:00.556343+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:32:02.734 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:02 smithi037 conmon[35901]: 14182) 873 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:02.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:02 smithi076 conmon[41576]: audit 2024-02-18T01:32:00.556343+0000 mgr.smithi037.vsmnxk (mgr.14182) 873 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:03.732 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:03 smithi037 conmon[35901]: cluster 2024-02-18T01:32:02.266150+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:32:03.732 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:03 smithi037 conmon[35901]: ) 874 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:03 smithi076 conmon[41576]: cluster 2024-02-18T01:32:02.266150+0000 mgr.smithi037.vsmnxk (mgr.14182) 874 : cluster 2024-02-18T01:32:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:03 smithi076 conmon[41576]: [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:04.177 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:04.177 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:04.823 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:05.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:05 smithi037 conmon[35901]: audit 2024-02-18T01:32:04.173812+0000 mgr.smithi037.vsmnxk (mgr.14182) 875 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:05.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:05 smithi037 conmon[35901]: cluster 2024-02-18T01:32:04.266559+0000 mgr.smithi037.vsmnxk (mgr.14182) 876 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:05.824 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:05 smithi076 conmon[41576]: audit 2024-02-18T01:32:04.173812+0000 mgr.smithi037.vsmnxk (mgr.14182) 875 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:05 smithi076 conmon[41576]: cluster 2024-02-18T01:32:04.266559+0000 mgr.smithi037.vsmnxk (mgr.14182) 876 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:07.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:07 smithi037 conmon[35901]: cluster 2024-02-18T01:32:06.267506 2024-02-18T01:32:07.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:07 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 877 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:07.802 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:07.802 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:07 smithi076 conmon[41576]: cluster 2024-02-18T01:32:06.267506+0000 mgr.smithi037.vsmnxk (mgr.14182) 877 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:07 smithi076 conmon[41576]: 2024-02-18T01:32:08.451 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:09.452 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:09 smithi037 conmon[35901]: audit 2024-02-18T01:32:07.798735+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:32:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:09 smithi037 conmon[35901]: .14182) 878 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:09.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:09 smithi037 conmon[35901]: cluster 2024-02-18T01:32:08.268171+0000 mgr.smithi037.vsmnxk (mgr.14182) 879 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:09 smithi076 conmon[41576]: audit 2024-02-18T01:32:07.798735+0000 mgr.smithi037.vsmnxk (mgr.14182) 878 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:09 smithi076 conmon[41576]: cluster 2024-02-18T01:32:08.268171+0000 mgr.smithi037.vsmnxk (mgr.14182) 879 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:11.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:11 smithi037 conmon[35901]: cluster 2024-02-18T01:32:10.268808+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:32:11.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:11 smithi037 conmon[35901]: .14182) 880 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:11 smithi076 conmon[41576]: cluster 2024-02-18T01:32:10.268808+0000 mgr.smithi037.vsmnxk (mgr.14182) 880 : cluster [DBG] 2024-02-18T01:32:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:11 smithi076 conmon[41576]: pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:11.401 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:11.401 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:12.032 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:12.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:12 smithi037 conmon[35901]: audit 2024-02-18T01:32:11.398031+0000 mgr.smithi037.vsmnxk (mgr.14182) 881 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:12.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:12 smithi076 conmon[41576]: audit 2024-02-18T01:32:11.398031+0000 mgr.smithi037.vsmnxk (mgr.14182) 881 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:12.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:12 smithi076 conmon[41576]: 2024-02-18T01:32:13.033 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:13 smithi076 conmon[41576]: cluster 2024-02-18T01:32:12.269423+0000 mgr.smithi037.vsmnxk (mgr.14182) 882 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:13.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:13 smithi076 conmon[41576]: 2024-02-18T01:32:13.495 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:13 smithi037 conmon[35901]: cluster 2024-02-18T01:32:12.269423+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:32:13.495 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:13 smithi037 conmon[35901]: ) 882 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:15.018 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:15.018 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:15 smithi076 conmon[41576]: cluster 2024-02-18T01:32:14.270014+0000 mgr.smithi037.vsmnxk (mgr.14182) 883 : cluster [DBG] 2024-02-18T01:32:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:15 smithi076 conmon[41576]: pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:15.672 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:15 smithi037 conmon[35901]: cluster 2024-02-18T01:32:14.270014+0000 mgr.smithi037.vsmnxk (mgr.14182) 883 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:15.697 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:16.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:16 smithi037 conmon[35901]: audit 2024-02-18T01:32:15.015084+0000 mgr.smithi037.vsmnxk (mgr.14182) 884 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:16.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:16 smithi076 conmon[41576]: audit 2024-02-18T01:32:15.015084+0000 mgr.smithi037.vsmnxk (mgr.14182) 884 : audit [DBG] 2024-02-18T01:32:16.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:16 smithi076 conmon[41576]: from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:16.698 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:17.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:17 smithi037 conmon[35901]: cluster 2024-02-18T01:32:16.270667+0000 mgr.smithi037.vsmnxk (mgr.14182) 885 2024-02-18T01:32:17.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:17 smithi037 conmon[35901]: : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:17 smithi076 conmon[41576]: cluster 2024-02-18T01:32:16.270667+0000 mgr.smithi037.vsmnxk (mgr.14182) 885 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:17 smithi076 conmon[41576]: 2024-02-18T01:32:18.702 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:18.702 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:19.348 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:19 smithi076 conmon[41576]: cluster 2024-02-18T01:32:18.271236+0000 mgr.smithi037.vsmnxk (mgr.14182) 886 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:19.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:19 smithi037 conmon[35901]: cluster 2024-02-18T01:32:18.271236+0000 mgr.smithi037.vsmnxk (mgr.14182) 886 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:20.349 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:20.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:20 smithi076 conmon[41576]: audit 2024-02-18T01:32:18.698600+0000 mgr.smithi037.vsmnxk (mgr.14182) 887 : audit 2024-02-18T01:32:20.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:20 smithi076 conmon[41576]: [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:20.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:20 smithi037 conmon[35901]: audit 2024-02-18T01:32:18.698600+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:32:20.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:20 smithi037 conmon[35901]: 14182) 887 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:21.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:21 smithi037 conmon[35901]: cluster 2024-02-18T01:32:20.271900+0000 mgr.smithi037.vsmnxk (mgr.14182) 888 : cluster 2024-02-18T01:32:21.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:21 smithi037 conmon[35901]: [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:21 smithi076 conmon[41576]: cluster 2024-02-18T01:32:20.271900+0000 mgr.smithi037.vsmnxk (mgr.14182) 888 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:21 smithi076 conmon[41576]: 2024-02-18T01:32:22.354 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:22.354 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:23.065 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:23 smithi076 conmon[41576]: cluster 2024-02-18T01:32:22.272380+0000 mgr.smithi037.vsmnxk (mgr.14182) 889 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:23 smithi076 conmon[41576]: audit 2024-02-18T01:32:22.350764+0000 mgr.smithi037.vsmnxk (mgr.14182) 890 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:23 smithi037 conmon[35901]: cluster 2024-02-18T01:32:22.272380+0000 mgr.smithi037.vsmnxk (mgr.14182) 889 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:23 smithi037 conmon[35901]: audit 2024-02-18T01:32:22.350764+0000 mgr.smithi037.vsmnxk (mgr.14182) 890 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:24.065 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:25.563 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:25 smithi037 conmon[35901]: cluster 2024-02-18T01:32:24.272809+0000 mgr.smithi037.vsmnxk (mgr.14182) 891 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:25.563 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:25 smithi037 conmon[35901]: 2024-02-18T01:32:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:25 smithi076 conmon[41576]: cluster 2024-02-18T01:32:24.272809+0000 mgr.smithi037.vsmnxk (mgr.14182) 891 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:25.962 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:25.962 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:26.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:27 smithi076 conmon[41576]: audit 2024-02-18T01:32:25.958914+0000 mgr.smithi037.vsmnxk (mgr.14182) 892 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:27 smithi076 conmon[41576]: 2024-02-18T01:32:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:27 smithi076 conmon[41576]: cluster 2024-02-18T01:32:26.273486+0000 mgr.smithi037.vsmnxk (mgr.14182) 893 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:27.641 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:27.676 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:27 smithi037 conmon[35901]: audit 2024-02-18T01:32:25.958914+0000 mgr.smithi037.vsmnxk (mgr.14182) 892 : audit [DBG] 2024-02-18T01:32:27.676 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:27 smithi037 conmon[35901]: from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:27.676 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:27 smithi037 conmon[35901]: cluster 2024-02-18T01:32:26.273486+0000 mgr.smithi037.vsmnxk (mgr.14182) 893 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:27.677 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:27 smithi037 conmon[35901]: 2024-02-18T01:32:29.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:29 smithi037 conmon[35901]: cluster 2024-02-18T01:32:28.274166+0000 mgr.smithi037.vsmnxk (mgr.14182) 894 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:29.537 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:29.537 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:29.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:29 smithi076 conmon[41576]: cluster 2024-02-18T01:32:28.274166+0000 mgr.smithi037.vsmnxk (mgr.14182) 894 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:30.138 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:31.139 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:31.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:31 smithi037 conmon[35901]: audit 2024-02-18T01:32:29.533778+0000 2024-02-18T01:32:31.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:31 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 895 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:31.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:31 smithi037 conmon[35901]: cluster 2024-02-18T01:32:30.274819+0000 mgr.smithi037.vsmnxk (mgr.14182) 896 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:31 smithi076 conmon[41576]: audit 2024-02-18T01:32:29.533778+0000 mgr.smithi037.vsmnxk (mgr.14182) 895 : audit [DBG] 2024-02-18T01:32:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:31 smithi076 conmon[41576]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:31.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:31 smithi076 conmon[41576]: cluster 2024-02-18T01:32:30.274819+0000 mgr.smithi037.vsmnxk (mgr.14182) 896 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:33.159 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:33.160 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:33 smithi037 conmon[35901]: cluster 2024-02-18T01:32:32.275514+0000 mgr.smithi037.vsmnxk (mgr.14182) 897 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:33.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:33 smithi076 conmon[41576]: cluster 2024-02-18T01:32:32.275514+0000 mgr.smithi037.vsmnxk (mgr.14182) 897 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:33.870 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:34.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:34 smithi076 conmon[41576]: audit 2024-02-18T01:32:33.156178+0000 mgr.smithi037.vsmnxk (mgr.14182) 898 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:34.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:34 smithi076 conmon[41576]: 2024-02-18T01:32:34.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:34 smithi037 conmon[35901]: audit 2024-02-18T01:32:33.156178+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:32:34.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:34 smithi037 conmon[35901]: ) 898 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:34.871 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:35.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:35 smithi076 conmon[41576]: cluster 2024-02-18T01:32:34.276142+0000 mgr.smithi037.vsmnxk (mgr.14182) 899 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:35.706 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:35 smithi037 conmon[35901]: cluster 2024-02-18T01:32:34.276142+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:32:35.707 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:35 smithi037 conmon[35901]: 899 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:36.832 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:36.832 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:37.486 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:37 smithi076 conmon[41576]: cluster 2024-02-18T01:32:36.276798+0000 mgr.smithi037.vsmnxk (mgr.14182) 900 : cluster [DBG] 2024-02-18T01:32:37.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:37 smithi076 conmon[41576]: pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:37.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:37 smithi037 conmon[35901]: cluster 2024-02-18T01:32:36.276798+0000 2024-02-18T01:32:37.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:37 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 900 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:38.488 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:38.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:38 smithi037 conmon[35901]: audit 2024-02-18T01:32:36.828436+0000 mgr.smithi037.vsmnxk (mgr.14182) 901 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:38.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:38 smithi037 conmon[35901]: 2024-02-18T01:32:38.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:38 smithi076 conmon[41576]: audit 2024-02-18T01:32:36.828436+0000 mgr.smithi037.vsmnxk (mgr.14182) 901 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:39.762 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:39 smithi037 conmon[35901]: cluster 2024-02-18T01:32:38.277394+0000 mgr.smithi037.vsmnxk (mgr.14182) 902 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:39 smithi076 conmon[41576]: cluster 2024-02-18T01:32:38.277394+0000 mgr.smithi037.vsmnxk (mgr.14182) 902 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:39 smithi076 conmon[41576]: 2024-02-18T01:32:40.458 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:40.459 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:41.136 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:41.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:41 smithi037 conmon[35901]: cluster 2024-02-18T01:32:40.277973+0000 mgr.smithi037.vsmnxk (mgr.14182) 903 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:41 smithi076 conmon[41576]: cluster 2024-02-18T01:32:40.277973+0000 mgr.smithi037.vsmnxk (mgr.14182) 903 : cluster [DBG] 2024-02-18T01:32:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:41 smithi076 conmon[41576]: pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:42.137 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:42.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:42 smithi037 conmon[35901]: audit 2024-02-18T01:32:40.454963+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:32:42.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:42 smithi037 conmon[35901]: ) 904 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:42.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:42 smithi076 conmon[41576]: audit 2024-02-18T01:32:40.454963+0000 mgr.smithi037.vsmnxk (mgr.14182) 904 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:43.734 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:43 smithi037 conmon[35901]: cluster 2024-02-18T01:32: 2024-02-18T01:32:43.734 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:43 smithi037 conmon[35901]: 42.278474+0000 mgr.smithi037.vsmnxk (mgr.14182) 905 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:43 smithi076 conmon[41576]: cluster 2024-02-18T01:32:42.278474+0000 mgr.smithi037.vsmnxk (mgr.14182) 905 : cluster [DBG] 2024-02-18T01:32:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:43 smithi076 conmon[41576]: pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:44.167 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:44.168 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:44.785 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:45.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:45 smithi037 conmon[35901]: audit 2024-02-18T01:32:44.164007+0000 mgr.smithi037.vsmnxk (mgr.14182) 906 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:45.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:45 smithi037 conmon[35901]: cluster 2024-02-18T01:32:44.278985+0000 mgr.smithi037.vsmnxk (mgr.14182) 907 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:45.786 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:45.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:45 smithi076 conmon[41576]: audit 2024-02-18T01:32:44.164007+0000 mgr.smithi037.vsmnxk (mgr.14182) 906 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:45.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:45 smithi076 conmon[41576]: cluster 2024-02-18T01:32:44.278985+0000 mgr.smithi037.vsmnxk (mgr.14182) 907 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:47.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:47 smithi037 conmon[35901]: cluster 2024-02-18T01:32:46.279581+0000 mgr.smithi037.vsmnxk (mgr.14182) 908 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:47.667 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:47.667 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:47 smithi076 conmon[41576]: cluster 2024-02-18T01:32:46.279581+0000 mgr.smithi037.vsmnxk (mgr.14182) 908 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:47 smithi076 conmon[41576]: 2024-02-18T01:32:48.260 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:49.262 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:49.740 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:49 smithi037 conmon[35901]: audit 2024-02-18T01:32:47.663753+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:32:49.740 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:49 smithi037 conmon[35901]: .14182) 909 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:49.740 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:49 smithi037 conmon[35901]: cluster 2024-02-18T01:32:48.280227+0000 mgr.smithi037.vsmnxk (mgr.14182) 910 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:49 smithi076 conmon[41576]: audit 2024-02-18T01:32:47.663753+0000 mgr.smithi037.vsmnxk (mgr.14182) 909 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:49 smithi076 conmon[41576]: 2024-02-18T01:32:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:49 smithi076 conmon[41576]: cluster 2024-02-18T01:32:48.280227+0000 mgr.smithi037.vsmnxk (mgr.14182) 910 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:51.165 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:51.165 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:51.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:51 smithi037 conmon[35901]: cluster 2024-02-18T01:32:50.281062+0000 mgr.smithi037.vsmnxk (mgr.14182) 911 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:51.752 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:51.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:51 smithi076 conmon[41576]: cluster 2024-02-18T01:32:50.281062+0000 mgr.smithi037.vsmnxk (mgr.14182) 911 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:52.753 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:52.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:52 smithi037 conmon[35901]: audit 2024-02-18T01:32:51.161688+0000 mgr.smithi037.vsmnxk (mgr.14182) 912 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:52 smithi076 conmon[41576]: audit 2024-02-18T01:32:51.161688+0000 mgr.smithi037.vsmnxk (mgr.14182) 912 : audit [DBG] 2024-02-18T01:32:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:52 smithi076 conmon[41576]: from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:53.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:53 smithi037 conmon[35901]: cluster 2024-02-18T01:32:52.281667+0000 2024-02-18T01:32:53.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:53 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 913 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:53 smithi076 conmon[41576]: cluster 2024-02-18T01:32:52.281667+0000 mgr.smithi037.vsmnxk (mgr.14182) 913 : cluster [DBG] 2024-02-18T01:32:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:53 smithi076 conmon[41576]: pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:54.784 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:54.784 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:55.404 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:55.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:55 smithi037 conmon[35901]: cluster 2024-02-18T01:32:54.282202+0000 mgr.smithi037.vsmnxk (mgr.14182) 914 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:55 smithi076 conmon[41576]: cluster 2024-02-18T01:32:54.282202+0000 mgr.smithi037.vsmnxk (mgr.14182) 914 : cluster [DBG] 2024-02-18T01:32:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:55 smithi076 conmon[41576]: pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:56.405 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:32:56.445 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:56 smithi037 conmon[35901]: audit 2024-02-18T01:32:54.780396+0000 mgr.smithi037.vsmnxk (mgr.14182) 915 : audit 2024-02-18T01:32:56.445 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:56 smithi037 conmon[35901]: [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:56 smithi076 conmon[41576]: audit 2024-02-18T01:32:54.780396+0000 mgr.smithi037.vsmnxk (mgr.14182) 915 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:56 smithi076 conmon[41576]: 2024-02-18T01:32:57.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:57 smithi037 conmon[35901]: cluster 2024-02-18T01:32:56.282831+0000 mgr.smithi037.vsmnxk (mgr.14182) 916 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:57 smithi076 conmon[41576]: cluster 2024-02-18T01:32:56.282831+0000 mgr.smithi037.vsmnxk (mgr.14182) 916 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:57 smithi076 conmon[41576]: 2024-02-18T01:32:58.362 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:32:58.362 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:32:58.959 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:32:59.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:59 smithi037 conmon[35901]: cluster 2024-02-18T01:32:58.283385+0000 mgr.smithi037.vsmnxk (mgr.14182) 917 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:59.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:32:59 smithi037 conmon[35901]: audit 2024-02-18T01:32:58.358805+0000 mgr.smithi037.vsmnxk (mgr.14182) 918 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:59 smithi076 conmon[41576]: cluster 2024-02-18T01:32:58.283385+0000 mgr.smithi037.vsmnxk (mgr.14182) 917 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:32:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:59 smithi076 conmon[41576]: 2024-02-18T01:32:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:32:59 smithi076 conmon[41576]: audit 2024-02-18T01:32:58.358805+0000 mgr.smithi037.vsmnxk (mgr.14182) 918 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:32:59.960 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:01.591 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:01 smithi037 conmon[35901]: cluster 2024-02-18T01:33:00.284125+0000 mgr.smithi037.vsmnxk (mgr.14182) 919 : cluster [DBG] 2024-02-18T01:33:01.592 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:01 smithi037 conmon[35901]: pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:01 smithi076 conmon[41576]: cluster 2024-02-18T01:33:00.284125+0000 mgr.smithi037.vsmnxk (mgr.14182) 919 : cluster [DBG] 2024-02-18T01:33:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:01 smithi076 conmon[41576]: pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:02.040 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:02.040 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:02.725 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:03.726 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:03.762 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:03 smithi037 conmon[35901]: audit 2024-02-18T01:33:02.036483+0000 mgr.smithi037.vsmnxk (mgr.14182) 920 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:03.762 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:03 smithi037 conmon[35901]: cluster 2024-02-18T01:33:02.284801+0000 mgr.smithi037.vsmnxk (mgr.14182) 921 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:03 smithi076 conmon[41576]: audit 2024-02-18T01:33:02.036483+0000 mgr.smithi037.vsmnxk (mgr.14182) 920 : audit [DBG] 2024-02-18T01:33:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:03 smithi076 conmon[41576]: from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:03 smithi076 conmon[41576]: cluster 2024-02-18T01:33:02.284801+0000 mgr.smithi037.vsmnxk (mgr.14182) 921 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:05.697 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:05.697 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:05.721 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:05 smithi037 conmon[35901]: cluster 2024-02-18T01:33:04.285287+0000 mgr.smithi037.vsmnxk (mgr.14182) 922 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:05 smithi076 conmon[41576]: cluster 2024-02-18T01:33:04.285287+0000 mgr.smithi037.vsmnxk (mgr.14182) 922 : cluster [DBG] 2024-02-18T01:33:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:05 smithi076 conmon[41576]: pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:06.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:07.350 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:07 smithi037 conmon[35901]: audit 2024-02-18T01:33:05.693130+0000 mgr.smithi037.vsmnxk (mgr.14182) 923 : 2024-02-18T01:33:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:07 smithi037 conmon[35901]: audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:07 smithi037 conmon[35901]: cluster 2024-02-18T01:33:06.286000+0000 mgr.smithi037.vsmnxk (mgr.14182) 924 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:07 smithi076 conmon[41576]: audit 2024-02-18T01:33:05.693130+0000 mgr.smithi037.vsmnxk (mgr.14182) 923 : audit 2024-02-18T01:33:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:07 smithi076 conmon[41576]: [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:07 smithi076 conmon[41576]: cluster 2024-02-18T01:33:06.286000+0000 mgr.smithi037.vsmnxk (mgr.14182) 924 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:09.334 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:09.334 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:09 smithi037 conmon[35901]: cluster 2024-02-18T01:33:08.286578+0000 mgr.smithi037.vsmnxk (mgr.14182) 925 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:09 smithi076 conmon[41576]: cluster 2024-02-18T01:33:08.286578+0000 mgr.smithi037.vsmnxk (mgr.14182) 925 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:09 smithi076 conmon[41576]: 2024-02-18T01:33:09.958 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:10.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:10 smithi037 conmon[35901]: audit 2024-02-18T01:33:09.330129+0000 mgr.smithi037.vsmnxk (mgr.14182) 926 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:10.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:10 smithi037 conmon[35901]: cluster 2024-02-18T01:33:10.287243+0000 mgr.smithi037.vsmnxk (mgr.14182) 927 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:10 smithi076 conmon[41576]: audit 2024-02-18T01:33:09.330129+0000 mgr.smithi037.vsmnxk (mgr.14182) 926 : audit [DBG] 2024-02-18T01:33:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:10 smithi076 conmon[41576]: from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:10 smithi076 conmon[41576]: cluster 2024-02-18T01:33:10.287243+0000 mgr.smithi037.vsmnxk (mgr.14182) 927 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:10.959 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:12.922 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:12.922 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:13.574 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:13 smithi076 conmon[41576]: cluster 2024-02-18T01:33:12.287752+0000 mgr.smithi037.vsmnxk (mgr.14182) 928 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:13 smithi076 conmon[41576]: 2024-02-18T01:33:13.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:13 smithi037 conmon[35901]: cluster 2024-02-18T01:33:12.287752+0000 mgr.smithi037.vsmnxk (mgr.14182) 928 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:14.575 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:14.610 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:14 smithi037 conmon[35901]: audit 2024-02-18T01:33:12.918228+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:33:14.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:14 smithi037 conmon[35901]: ) 929 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:14.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:14 smithi076 conmon[41576]: audit 2024-02-18T01:33:12.918228+0000 mgr.smithi037.vsmnxk (mgr.14182) 929 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:14.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:14 smithi076 conmon[41576]: 2024-02-18T01:33:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:15 smithi076 conmon[41576]: cluster 2024-02-18T01:33:14.288297+0000 mgr.smithi037.vsmnxk (mgr.14182) 930 : cluster [DBG] 2024-02-18T01:33:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:15 smithi076 conmon[41576]: pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:15 smithi037 conmon[35901]: cluster 2024-02-18T01:33:14.288297+0000 mgr.smithi037.vsmnxk (mgr.14182) 930 : cluster 2024-02-18T01:33:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:15 smithi037 conmon[35901]: [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:16.463 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:16.463 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:17.131 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:17.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:17 smithi037 conmon[35901]: cluster 2024-02-18T01:33:16.288851+0000 mgr.smithi037.vsmnxk (mgr.14182) 931 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:17 smithi076 conmon[41576]: cluster 2024-02-18T01:33:16.288851+0000 mgr.smithi037.vsmnxk (mgr.14182) 931 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:18.132 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:18.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:18 smithi037 conmon[35901]: audit 2024-02-18T01:33:16.459675 2024-02-18T01:33:18.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:18 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 932 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:18.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:18 smithi076 conmon[41576]: audit 2024-02-18T01:33:16.459675+0000 mgr.smithi037.vsmnxk (mgr.14182) 932 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:19.590 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:19 smithi037 conmon[35901]: cluster 2024-02-18T01:33:18.289300+0000 mgr.smithi037.vsmnxk (mgr.14182) 933 : 2024-02-18T01:33:19.591 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:19 smithi037 conmon[35901]: cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:19 smithi076 conmon[41576]: cluster 2024-02-18T01:33:18.289300+0000 mgr.smithi037.vsmnxk (mgr.14182) 933 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:20.026 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:20.026 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:20.638 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:21 smithi076 conmon[41576]: audit 2024-02-18T01:33:20.022307+0000 mgr.smithi037.vsmnxk (mgr.14182) 934 : audit [DBG] 2024-02-18T01:33:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:21 smithi076 conmon[41576]: from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:21 smithi076 conmon[41576]: cluster 2024-02-18T01:33:20.290032+0000 mgr.smithi037.vsmnxk (mgr.14182) 935 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:21.640 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:21.675 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:21 smithi037 conmon[35901]: audit 2024-02-18T01:33:20.022307+0000 mgr.smithi037.vsmnxk (mgr.14182) 934 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:21.675 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:21 smithi037 conmon[35901]: cluster 2024-02-18T01:33:20.290032+0000 mgr.smithi037.vsmnxk (mgr.14182) 935 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:23.514 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:23 smithi037 conmon[35901]: cluster 2024-02-18T01:33:22.290564+0000 mgr.smithi037.vsmnxk (mgr.14182) 936 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:23.562 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:23.562 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:23.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:23 smithi076 conmon[41576]: cluster 2024-02-18T01:33:22.290564+0000 mgr.smithi037.vsmnxk (mgr.14182) 936 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:24.239 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:25.240 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:25 smithi076 conmon[41576]: audit 2024-02-18T01:33:23.559402+0000 mgr.smithi037.vsmnxk (mgr.14182) 937 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:25.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:25 smithi076 conmon[41576]: cluster 2024-02-18T01:33:24.291195+0000 mgr.smithi037.vsmnxk (mgr.14182) 938 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:25.761 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:25 smithi037 conmon[35901]: audit 2024-02-18T01:33:23.559402+0000 2024-02-18T01:33:25.761 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:25 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 937 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:25.761 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:25 smithi037 conmon[35901]: cluster 2024-02-18T01:33:24.291195+0000 mgr.smithi037.vsmnxk (mgr.14182) 938 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:27.231 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:27.232 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:27.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:27 smithi037 conmon[35901]: cluster 2024-02-18T01:33:26.291953+0000 mgr.smithi037.vsmnxk (mgr.14182) 939 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:27.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:27 smithi076 conmon[41576]: cluster 2024-02-18T01:33:26.291953+0000 mgr.smithi037.vsmnxk (mgr.14182) 939 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:27.847 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:28.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:28 smithi076 conmon[41576]: audit 2024-02-18T01:33:27.228036+0000 mgr.smithi037.vsmnxk (mgr.14182) 940 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:28 smithi037 conmon[35901]: audit 2024-02-18T01:33:27.228036+0000 mgr.smithi037.vsmnxk (mgr.14182) 940 : audit [DBG] 2024-02-18T01:33:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:28 smithi037 conmon[35901]: from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:28.848 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:29.692 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:29 smithi037 conmon[35901]: cluster 2024-02-18T01:33:28.292660+0000 mgr.smithi037.vsmnxk (mgr.14182) 941 : 2024-02-18T01:33:29.692 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:29 smithi037 conmon[35901]: cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:29 smithi076 conmon[41576]: cluster 2024-02-18T01:33:28.292660+0000 mgr.smithi037.vsmnxk (mgr.14182) 941 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:30.821 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:30.821 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:31.447 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:31 smithi037 conmon[35901]: cluster 2024-02-18T01:33:30.293342+0000 mgr.smithi037.vsmnxk (mgr.14182) 942 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:31 smithi076 conmon[41576]: cluster 2024-02-18T01:33:30.293342+0000 mgr.smithi037.vsmnxk (mgr.14182) 942 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:32.448 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:32.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:32 smithi037 conmon[35901]: audit 2024-02-18T01:33:30.817581+0000 mgr.smithi037.vsmnxk (mgr.14182) 943 : audit [DBG] 2024-02-18T01:33:32.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:32 smithi037 conmon[35901]: from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:32.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:32 smithi076 conmon[41576]: audit 2024-02-18T01:33:30.817581+0000 mgr.smithi037.vsmnxk (mgr.14182) 943 : audit [DBG] 2024-02-18T01:33:32.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:32 smithi076 conmon[41576]: from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:33 smithi037 conmon[35901]: cluster 2024-02-18T01:33:32.294152+0000 2024-02-18T01:33:33.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:33 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 944 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:33.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:33 smithi076 conmon[41576]: cluster 2024-02-18T01:33:32.294152+0000 mgr.smithi037.vsmnxk (mgr.14182) 944 : cluster 2024-02-18T01:33:33.886 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:33 smithi076 conmon[41576]: [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:34.377 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:34.377 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:35.096 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:35.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:35 smithi037 conmon[35901]: cluster 2024-02-18T01:33:34.294598+0000 mgr.smithi037.vsmnxk (mgr.14182) 945 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:35.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:35 smithi037 conmon[35901]: audit 2024-02-18T01:33:34.373972+0000 mgr.smithi037.vsmnxk (mgr.14182) 946 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:35 smithi076 conmon[41576]: cluster 2024-02-18T01:33:34.294598+0000 mgr.smithi037.vsmnxk (mgr.14182) 945 : cluster [DBG] 2024-02-18T01:33:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:35 smithi076 conmon[41576]: pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:35 smithi076 conmon[41576]: audit 2024-02-18T01:33:34.373972+0000 mgr.smithi037.vsmnxk (mgr.14182) 946 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:36.098 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:37.662 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:37 smithi037 conmon[35901]: cluster 2024-02-18T01:33:36.295175+0000 mgr.smithi037.vsmnxk (mgr.14182) 947 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:37.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:37 smithi076 conmon[41576]: cluster 2024-02-18T01:33:36.295175+0000 mgr.smithi037.vsmnxk (mgr.14182) 947 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:37.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:37 smithi076 conmon[41576]: 2024-02-18T01:33:38.075 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:38.076 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:38.748 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:39.749 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:39.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:39 smithi037 conmon[35901]: audit 2024-02-18T01:33:38.072786+0000 mgr.smithi037.vsmnxk (mgr.14182) 948 : audit 2024-02-18T01:33:39.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:39 smithi037 conmon[35901]: [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:39.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:39 smithi037 conmon[35901]: cluster 2024-02-18T01:33:38.295701+0000 mgr.smithi037.vsmnxk (mgr.14182) 949 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:39 smithi076 conmon[41576]: audit 2024-02-18T01:33:38.072786+0000 mgr.smithi037.vsmnxk (mgr.14182) 948 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:39 smithi076 conmon[41576]: cluster 2024-02-18T01:33:38.295701+0000 mgr.smithi037.vsmnxk (mgr.14182) 949 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:41.706 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:41.707 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:41.737 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:41 smithi037 conmon[35901]: cluster 2024-02-18T01:33:40.296436+0000 mgr.smithi037.vsmnxk (mgr.14182) 950 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:41 smithi076 conmon[41576]: cluster 2024-02-18T01:33:40.296436+0000 mgr.smithi037.vsmnxk (mgr.14182) 950 : cluster [DBG] 2024-02-18T01:33:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:41 smithi076 conmon[41576]: pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:42.499 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:43.500 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:43.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:43 smithi037 conmon[35901]: audit 2024-02-18T01:33:41.702993+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:33:43.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:43 smithi037 conmon[35901]: 951 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:43.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:43 smithi037 conmon[35901]: cluster 2024-02-18T01:33:42.297129+0000 mgr.smithi037.vsmnxk (mgr.14182) 952 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:43 smithi076 conmon[41576]: audit 2024-02-18T01:33:41.702993+0000 mgr.smithi037.vsmnxk (mgr.14182) 951 : audit [DBG] 2024-02-18T01:33:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:43 smithi076 conmon[41576]: from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:43 smithi076 conmon[41576]: cluster 2024-02-18T01:33:42.297129+0000 mgr.smithi037.vsmnxk (mgr.14182) 952 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:45.389 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:45.389 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:45.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:45 smithi037 conmon[35901]: cluster 2024-02-18T01:33:44.297577+0000 mgr.smithi037.vsmnxk (mgr.14182) 953 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:45.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:45 smithi076 conmon[41576]: cluster 2024-02-18T01:33:44.297577+0000 mgr.smithi037.vsmnxk (mgr.14182) 953 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:45.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:45 smithi076 conmon[41576]: 2024-02-18T01:33:46.029 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:46 smithi037 conmon[35901]: audit 2024-02-18T01:33:45.385883+0000 mgr.smithi037.vsmnxk (mgr.14182) 954 : audit 2024-02-18T01:33:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:46 smithi037 conmon[35901]: [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:46 smithi076 conmon[41576]: audit 2024-02-18T01:33:45.385883+0000 mgr.smithi037.vsmnxk (mgr.14182) 954 : audit [DBG] 2024-02-18T01:33:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:46 smithi076 conmon[41576]: from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:47.030 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:47.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:47 smithi037 conmon[35901]: cluster 2024-02-18T01:33:46.298316+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:33:47.685 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:47 smithi037 conmon[35901]: 955 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:47 smithi076 conmon[41576]: cluster 2024-02-18T01:33:46.298316+0000 mgr.smithi037.vsmnxk (mgr.14182) 955 : cluster [DBG] 2024-02-18T01:33:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:47 smithi076 conmon[41576]: pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:48.982 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:48.982 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:49.569 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:49.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:49 smithi037 conmon[35901]: cluster 2024-02-18T01:33:48.298961+0000 mgr.smithi037.vsmnxk (mgr.14182) 956 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:49 smithi076 conmon[41576]: cluster 2024-02-18T01:33:48.298961+0000 mgr.smithi037.vsmnxk (mgr.14182) 956 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:49 smithi076 conmon[41576]: 2024-02-18T01:33:50.570 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:50.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:50 smithi037 conmon[35901]: audit 2024-02-18T01:33:48.978671+0000 mgr.smithi037.vsmnxk (mgr.14182) 957 : audit [DBG] 2024-02-18T01:33:50.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:50 smithi037 conmon[35901]: from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:50 smithi076 conmon[41576]: audit 2024-02-18T01:33:48.978671+0000 mgr.smithi037.vsmnxk (mgr.14182) 957 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:51.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:51 smithi037 conmon[35901]: cluster 2024-02-18T01:33:50.299843+0000 mgr.smithi037.vsmnxk (mgr.14182) 958 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:51.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:51 smithi076 conmon[41576]: cluster 2024-02-18T01:33:50.299843+0000 mgr.smithi037.vsmnxk (mgr.14182) 958 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:51.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:51 smithi076 conmon[41576]: 2024-02-18T01:33:52.535 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:52.535 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:53.154 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:53 smithi037 conmon[35901]: cluster 2024-02-18T01:33:52.300322+0000 mgr.smithi037.vsmnxk (mgr.14182) 959 : cluster 2024-02-18T01:33:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:53 smithi037 conmon[35901]: [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:53 smithi076 conmon[41576]: cluster 2024-02-18T01:33:52.300322+0000 mgr.smithi037.vsmnxk (mgr.14182) 959 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:54.156 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:54.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:54 smithi037 conmon[35901]: audit 2024-02-18T01:33:52.532126+0000 mgr.smithi037.vsmnxk (mgr.14182) 960 : 2024-02-18T01:33:54.701 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:54 smithi037 conmon[35901]: audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:54.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:54 smithi076 conmon[41576]: audit 2024-02-18T01:33:52.532126+0000 mgr.smithi037.vsmnxk (mgr.14182) 960 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:54.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:54 smithi076 conmon[41576]: 2024-02-18T01:33:55.709 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:55 smithi037 conmon[35901]: cluster 2024-02-18T01:33:54.300732+0000 mgr.smithi037.vsmnxk (mgr.14182) 961 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:55 smithi076 conmon[41576]: cluster 2024-02-18T01:33:54.300732+0000 mgr.smithi037.vsmnxk (mgr.14182) 961 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:55 smithi076 conmon[41576]: 2024-02-18T01:33:56.120 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:56.121 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:56.760 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:33:57.761 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:33:57.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:57 smithi037 conmon[35901]: audit 2024-02-18T01:33:56.117620+0000 mgr.smithi037.vsmnxk (mgr.14182) 962 : 2024-02-18T01:33:57.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:57 smithi037 conmon[35901]: audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:57.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:57 smithi037 conmon[35901]: cluster 2024-02-18T01:33:56.301468+0000 mgr.smithi037.vsmnxk (mgr.14182) 963 : cluster 2024-02-18T01:33:57.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:57 smithi037 conmon[35901]: [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:57 smithi076 conmon[41576]: audit 2024-02-18T01:33:56.117620+0000 mgr.smithi037.vsmnxk (mgr.14182) 962 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:33:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:57 smithi076 conmon[41576]: cluster 2024-02-18T01:33:56.301468+0000 mgr.smithi037.vsmnxk (mgr.14182) 963 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:59.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:33:59 smithi037 conmon[35901]: cluster 2024-02-18T01:33:58.302187+0000 mgr.smithi037.vsmnxk (mgr.14182) 964 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:33:59.638 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:33:59.638 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:33:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:33:59 smithi076 conmon[41576]: cluster 2024-02-18T01:33:58.302187+0000 mgr.smithi037.vsmnxk (mgr.14182) 964 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:00.294 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:01.295 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:01 smithi037 conmon[35901]: audit 2024-02-18T01:33:59.635364+0000 mgr.smithi037.vsmnxk (mgr.14182) 965 : audit [DBG] 2024-02-18T01:34:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:01 smithi037 conmon[35901]: from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:01 smithi037 conmon[35901]: cluster 2024-02-18T01:34:00.302764+0000 mgr.smithi037.vsmnxk (mgr.14182) 966 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:01 smithi076 conmon[41576]: audit 2024-02-18T01:33:59.635364+0000 mgr.smithi037.vsmnxk (mgr.14182) 965 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:01 smithi076 conmon[41576]: cluster 2024-02-18T01:34:00.302764+0000 mgr.smithi037.vsmnxk (mgr.14182) 966 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:03.260 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:03.260 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:03.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:03 smithi037 conmon[35901]: cluster 2024-02-18T01:34:02.303519+0000 mgr.smithi037.vsmnxk (mgr.14182) 967 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:03 smithi076 conmon[41576]: cluster 2024-02-18T01:34:02.303519+0000 mgr.smithi037.vsmnxk (mgr.14182) 967 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:03.895 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:04.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:04 smithi076 conmon[41576]: audit 2024-02-18T01:34:03.256262+0000 mgr.smithi037.vsmnxk (mgr.14182) 968 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:04.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:04 smithi076 conmon[41576]: cluster 2024-02-18T01:34:04.304116+0000 mgr.smithi037.vsmnxk (mgr.14182) 969 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:04 smithi037 conmon[35901]: audit 2024-02-18T01:34:03.256262+0000 mgr.smithi037.vsmnxk (mgr.14182) 968 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:04 smithi037 conmon[35901]: cluster 2024-02-18T01:34:04.304116+0000 mgr.smithi037.vsmnxk (mgr.14182) 969 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:04.895 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:06.820 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:06.821 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:07.427 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:07 smithi076 conmon[41576]: cluster 2024-02-18T01:34:06.305013+0000 mgr.smithi037.vsmnxk (mgr.14182) 970 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:07.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:07 smithi076 conmon[41576]: 2024-02-18T01:34:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:07 smithi037 conmon[35901]: cluster 2024-02-18T01:34:06.305013+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:34:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:07 smithi037 conmon[35901]: 970 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:08.429 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:08.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:08 smithi076 conmon[41576]: audit 2024-02-18T01:34:06.817071+0000 mgr.smithi037.vsmnxk (mgr.14182) 971 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:08.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:08 smithi037 conmon[35901]: audit 2024-02-18T01:34:06.817071+0000 mgr.smithi037.vsmnxk (mgr.14182) 971 : audit 2024-02-18T01:34:08.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:08 smithi037 conmon[35901]: [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:09.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:09 smithi076 conmon[41576]: cluster 2024-02-18T01:34:08.305477+0000 mgr.smithi037.vsmnxk (mgr.14182) 972 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:09.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:09 smithi037 conmon[35901]: cluster 2024-02-18T01:34:08.305477+0000 mgr.smithi037.vsmnxk (mgr.14182) 972 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:10.420 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:10.420 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:11.050 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:11 smithi076 conmon[41576]: cluster 2024-02-18T01:34:10.306202+0000 mgr.smithi037.vsmnxk (mgr.14182) 973 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:11.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:11 smithi076 conmon[41576]: audit 2024-02-18T01:34:10.416982+0000 mgr.smithi037.vsmnxk (mgr.14182) 974 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:11.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:11 smithi037 conmon[35901]: cluster 2024-02-18T01:34:10.306202+0000 mgr.smithi037.vsmnxk (mgr.14182) 973 : 2024-02-18T01:34:11.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:11 smithi037 conmon[35901]: cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:11.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:11 smithi037 conmon[35901]: audit 2024-02-18T01:34:10.416982+0000 mgr.smithi037.vsmnxk (mgr.14182) 974 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:12.051 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:13.615 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:13 smithi037 conmon[35901]: cluster 2024-02-18T01:34:12.306663+0000 mgr.smithi037.vsmnxk (mgr.14182) 975 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:13.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:13 smithi076 conmon[41576]: cluster 2024-02-18T01:34:12.306663+0000 mgr.smithi037.vsmnxk (mgr.14182) 975 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:14.077 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:14.077 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:26:16.903675Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.yqyati on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-yqyati\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.yqyati\nDeploy daemon haproxy.rgw.foo.smithi076.yqyati ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:24: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-02-18T01:24:43Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:25:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.664587Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.leaalz on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-leaalz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.leaalz\nDeploy daemon haproxy.rgw.foo.smithi037.leaalz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:26:53Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:27:31Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:28:09Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:28:50.666031Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.tyueao on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:14.808 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:15 smithi076 conmon[41576]: audit 2024-02-18T01:34:14.074107+0000 mgr.smithi037.vsmnxk (mgr.14182) 976 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:15.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:15 smithi076 conmon[41576]: cluster 2024-02-18T01:34:14.307142+0000 mgr.smithi037.vsmnxk (mgr.14182) 977 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:15 smithi037 conmon[35901]: audit 2024-02-18T01:34:14.074107+0000 mgr.smithi037.vsmnxk (mgr.14182) 976 : 2024-02-18T01:34:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:15 smithi037 conmon[35901]: audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:15 smithi037 conmon[35901]: cluster 2024-02-18T01:34:14.307142+0000 mgr.smithi037.vsmnxk (mgr.14182) 977 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:15.809 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:17.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:17 smithi076 conmon[41576]: cluster 2024-02-18T01:34:16.307856+0000 mgr.smithi037.vsmnxk (mgr.14182) 978 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:17.647 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:17 smithi037 conmon[35901]: cluster 2024-02-18T01:34:16.307856+0000 mgr.smithi037.vsmnxk (mgr.14182) 978 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:17.802 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:17.802 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:18.467 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:18.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:18 smithi076 conmon[41576]: audit 2024-02-18T01:34:17.649377+0000 mon.smithi037 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi037.finmvt"}]: dispatch 2024-02-18T01:34:18.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:18 smithi076 conmon[41576]: audit 2024-02-18T01:34:17.894833+0000 mon.smithi037 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:34:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:18 smithi037 conmon[35901]: audit 2024-02-18T01:34:17.649377+0000 mon.smithi037 (mon.0) 724 : audit 2024-02-18T01:34:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:18 smithi037 conmon[35901]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi037.finmvt"}]: dispatch 2024-02-18T01:34:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:18 smithi037 conmon[35901]: audit 2024-02-18T01:34:17.894833+0000 mon.smithi037 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:34:19.468 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:19.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: cephadm 2024-02-18T01:34:17.648744+0000 mgr.smithi037.vsmnxk (mgr.14182) 979 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.finmvt ... 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:32:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:32:58Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:33:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.636 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: Traceback (most recent call last): 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: yield (conn, connr) 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: code, '\n'.join(err))) 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.finmvt ... 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:34:19.637 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:32:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:32:58Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:33:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: cephadm 2024-02-18T01:34:17.648947+0000 mgr.smithi037.vsmnxk (mgr.14182) 980 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: cephadm 2024-02-18T01:34:17.650147+0000 mgr.smithi037.vsmnxk (mgr.14182) 981 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.finmvt ... 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:34:19.638 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:32:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:32:58Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:33:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: cephadm 2024-02-18T01:34:17.651522+0000 mgr.smithi037.vsmnxk (mgr.14182) 982 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: cephadm 2024-02-18T01:34:17.652648+0000 mgr.smithi037.vsmnxk (mgr.14182) 983 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: cluster 2024-02-18T01: 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 34:17.653483+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: ) 984 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: audit 2024-02 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: -18T01:34:17.799051+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 14182) 985 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:19.639 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: cluster 2024-02 2024-02-18T01:34:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: -18T01:34:18.369004+0000 mon.smithi037 ( 2024-02-18T01:34:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: mon.0) 726 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T01:34:19.640 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:19 smithi076 conmon[41576]: 2024-02-18T01:34:19.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: cephadm 2024-02-18T01:34:17.648744+0000 mgr.smithi037.vsmnxk (mgr.14182) 979 : 2024-02-18T01:34:19.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.finmvt ... 2024-02-18T01:34:19.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:32:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:32:58Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:33:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: Traceback (most recent call last): 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: yield (conn, connr) 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: code, '\n'.join(err))) 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.finmvt ... 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:32:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:32:58Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:33:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: 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- 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: limit 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: cephadm 2024-02-18T01:34:17.648947+0000 mgr.smithi037.vsmnxk (mgr.14182) 980 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: cephadm 2024-02-18T01:34:17.650147+0000 mgr.smithi037.vsmnxk (mgr.14182) 981 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.766 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.finmvt ... 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:32:20Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:32:58Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:33:36Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: cephadm 2024-02-18T01:34:17.651522+0000 mgr.smithi037.vsmnxk (mgr.14182) 982 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: cephadm 2024-02-18T01 2024-02-18T01:34:19.767 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: :34:17.652648+0000 mgr.smithi037.vsmnxk (mgr.14182) 983 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:34:19.768 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: cluster 2024-02-18T01:34:17.653483+0000 mgr.smithi037.vsmnxk (mgr.14182) 984 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:19.768 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: audit 2024-02- 2024-02-18T01:34:19.768 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: 18T01:34:17.799051+0000 mgr.smithi037.vsmnxk (mgr.14182) 985 : audit [DBG] 2024-02-18T01:34:19.768 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:19.768 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: cluster 2024-02-18T01 2024-02-18T01:34:19.768 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: :34:18.369004+0000 mon.smithi037 (mon.0 2024-02-18T01:34:19.768 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:19 smithi037 conmon[35901]: ) 726 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T01:34:21.457 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:21.458 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:21.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:21 smithi076 conmon[41576]: cluster 2024-02-18T01:34:19.654226+0000 mgr.smithi037.vsmnxk (mgr.14182) 986 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:21.693 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:21 smithi037 conmon[35901]: cluster 2024-02-18T01:34:19.654226+0000 mgr.smithi037.vsmnxk (mgr.14182) 986 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:22.048 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:22.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:22 smithi037 conmon[35901]: audit 2024-02-18T01:34:21.454409+0000 mgr.smithi037.vsmnxk (mgr.14182) 987 : audit 2024-02-18T01:34:22.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:22 smithi037 conmon[35901]: [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:22.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:22 smithi076 conmon[41576]: audit 2024-02-18T01:34:21.454409+0000 mgr.smithi037.vsmnxk (mgr.14182) 987 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:23.050 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:23 smithi037 conmon[35901]: cluster 2024-02-18T01:34:21.654954+0000 mgr.smithi037.vsmnxk (mgr.14182) 988 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:23 smithi076 conmon[41576]: cluster 2024-02-18T01:34:21.654954+0000 mgr.smithi037.vsmnxk (mgr.14182) 988 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:23 smithi076 conmon[41576]: 2024-02-18T01:34:25.027 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:25.027 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:25.648 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:25.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:25 smithi037 conmon[35901]: cluster 2024-02-18T01:34:23.655638+0000 mgr.smithi037.vsmnxk (mgr.14182) 989 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:25 smithi076 conmon[41576]: cluster 2024-02-18T01:34:23.655638+0000 mgr.smithi037.vsmnxk (mgr.14182) 989 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:26.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:26 smithi037 conmon[35901]: audit 2024-02-18T01: 2024-02-18T01:34:26.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:26 smithi037 conmon[35901]: 34:25.022008+0000 mgr.smithi037.vsmnxk (mgr.14182) 990 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:26.650 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:26.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:26 smithi076 conmon[41576]: audit 2024-02-18T01:34:25.022008+0000 mgr.smithi037.vsmnxk (mgr.14182) 990 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:27.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:27 smithi037 conmon[35901]: cluster 2024-02-18T01:34:25.656478+0000 mgr.smithi037.vsmnxk (mgr.14182) 991 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:27 smithi076 conmon[41576]: cluster 2024-02-18T01:34:25.656478+0000 mgr.smithi037.vsmnxk (mgr.14182) 991 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:28.534 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:28.534 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:28 smithi037 conmon[35901]: audit 2024-02-18T01:34:27.480247+0000 mon.smithi037 (mon 2024-02-18T01:34:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:28 smithi037 conmon[35901]: .0) 727 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:34:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:28 smithi037 conmon[35901]: cluster 2024-02-18T01:34:27.657328+0000 mgr.smithi037.vsmnxk (mgr.14182) 992 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:28 smithi076 conmon[41576]: audit 2024-02-18T01:34:27.480247+0000 mon.smithi037 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:34:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:28 smithi076 conmon[41576]: cluster 2024-02-18T01:34:27.657328+0000 mgr.smithi037.vsmnxk (mgr.14182) 992 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:29.169 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:29.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:29 smithi037 conmon[35901]: audit 2024-02-18T01:34:28.531075+0000 mgr.smithi037.vsmnxk (mgr.14182) 993 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:29 smithi076 conmon[41576]: audit 2024-02-18T01:34:28.531075+0000 mgr.smithi037.vsmnxk (mgr.14182) 993 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:30.170 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:30.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:30 smithi037 conmon[35901]: cluster 2024-02-18T01:34:29.658383+0000 mgr.smithi037.vsmnxk (mgr.14182) 994 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:30 smithi076 conmon[41576]: cluster 2024-02-18T01:34:29.658383+0000 mgr.smithi037.vsmnxk (mgr.14182) 994 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:32.161 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:32.161 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:32.765 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:33.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:32 smithi037 conmon[35901]: cluster 2024-02-18T01:34:31.659260+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:34:33.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:32 smithi037 conmon[35901]: ) 995 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:33.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:32 smithi037 conmon[35901]: audit 2024-02-18T01:34:32.158081+0000 mgr.smithi037.vsmnxk (mgr.14182) 996 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:33.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:32 smithi076 conmon[41576]: cluster 2024-02-18T01:34:31.659260+0000 mgr.smithi037.vsmnxk (mgr.14182) 995 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:33.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:32 smithi076 conmon[41576]: audit 2024-02-18T01:34:32.158081+0000 mgr.smithi037.vsmnxk (mgr.14182) 996 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:33.765 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:34.984 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:34 smithi037 conmon[35901]: cluster 2024-02-18T01:34:33.660021+0000 mgr.smithi037.vsmnxk (mgr.14182) 997 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:35.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:34 smithi076 conmon[41576]: cluster 2024-02-18T01:34:33.660021+0000 mgr.smithi037.vsmnxk (mgr.14182) 997 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:35.695 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:35.696 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:36.399 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:36 smithi037 conmon[35901]: cluster 2024-02-18T01:34:35.660745+0000 mgr.smithi037.vsmnxk (mgr.14182) 998 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:36 smithi037 conmon[35901]: audit 2024-02-18T01:34:35.692606+0000 mgr.smithi037.vsmnxk (mgr.14182) 999 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:36 smithi076 conmon[41576]: cluster 2024-02-18T01:34:35.660745+0000 mgr.smithi037.vsmnxk (mgr.14182) 998 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:36 smithi076 conmon[41576]: audit 2024-02-18T01:34:35.692606+0000 mgr.smithi037.vsmnxk (mgr.14182) 999 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:37.401 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:38.946 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:38 smithi037 conmon[35901]: cluster 2024-02-18T01:34 2024-02-18T01:34:38.946 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:38 smithi037 conmon[35901]: :37.661386+0000 mgr.smithi037.vsmnxk (mgr.14182) 1000 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:39.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:38 smithi076 conmon[41576]: cluster 2024-02-18T01:34:37.661386+0000 mgr.smithi037.vsmnxk (mgr.14182) 1000 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:39.366 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:39.367 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:39.956 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:40.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:39 smithi037 conmon[35901]: audit 2024-02-18T01:34:39.363599+0000 mgr.smithi037.vsmnxk (mgr.14182) 1001 : audit 2024-02-18T01:34:40.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:39 smithi037 conmon[35901]: [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:40.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:39 smithi076 conmon[41576]: audit 2024-02-18T01:34:39.363599+0000 mgr.smithi037.vsmnxk (mgr.14182) 1001 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:40.957 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:40.995 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:40 smithi037 conmon[35901]: cluster 2024-02-18T01:34:39.662174+0000 mgr.smithi037.vsmnxk (mgr.14182) 1002 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:41.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:40 smithi076 conmon[41576]: cluster 2024-02-18T01:34:39.662174+0000 mgr.smithi037.vsmnxk (mgr.14182) 1002 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:42.895 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:42.895 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:43.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:42 smithi037 conmon[35901]: cluster 2024-02-18T01:34:41.662870+0000 mgr.smithi037.vsmnxk (mgr.14182) 1003 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:43.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:42 smithi076 conmon[41576]: cluster 2024-02-18T01:34:41.662870+0000 mgr.smithi037.vsmnxk (mgr.14182) 1003 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:43.506 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:44.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:43 smithi037 conmon[35901]: audit 2024-02-18T01:34:42.892243+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:34:44.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:43 smithi037 conmon[35901]: mgr.14182) 1004 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:44.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:43 smithi076 conmon[41576]: audit 2024-02-18T01:34:42.892243+0000 mgr.smithi037.vsmnxk (mgr.14182) 1004 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:44.507 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:44.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:44 smithi037 conmon[35901]: cluster 2024-02-18T01:34:43.663540+0000 mgr.smithi037.vsmnxk (mgr.14182) 1005 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:45.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:44 smithi076 conmon[41576]: cluster 2024-02-18T01:34:43.663540+0000 mgr.smithi037.vsmnxk (mgr.14182) 1005 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:46.415 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:46.416 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:47.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:46 smithi037 conmon[35901]: cluster 2024-02-18T01:34:45.664329+0000 mgr.smithi037.vsmnxk (mgr.14182) 1006 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:47.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:46 smithi037 conmon[35901]: audit 2024-02-18T01:34:46.412178+0000 mgr.smithi037.vsmnxk (mgr.14182) 1007 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:47.047 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:47.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:46 smithi076 conmon[41576]: cluster 2024-02-18T01:34:45.664329+0000 mgr.smithi037.vsmnxk (mgr.14182) 1006 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:47.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:46 smithi076 conmon[41576]: audit 2024-02-18T01:34:46.412178+0000 mgr.smithi037.vsmnxk (mgr.14182) 1007 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:48.048 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:48.935 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:48 smithi037 conmon[35901]: cluster 2024-02-18T01:34:47.665106+0000 mgr.smithi037.vsmnxk (mgr.14182) 1008 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:49.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:48 smithi076 conmon[41576]: cluster 2024-02-18T01:34:47.665106+0000 mgr.smithi037.vsmnxk (mgr.14182) 1008 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:50.040 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:50.040 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:50.648 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:51.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:50 smithi037 conmon[35901]: cluster 2024-02-18T01:34:49.665879+0000 mgr.smithi037.vsmnxk (mgr.14182) 1009 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:51.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:50 smithi037 conmon[35901]: audit 2024-02-18T01:34:50.036722+0000 mgr.smithi037.vsmnxk (mgr.14182) 1010 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:51.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:50 smithi076 conmon[41576]: cluster 2024-02-18T01:34:49.665879+0000 mgr.smithi037.vsmnxk (mgr.14182) 1009 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:51.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:50 smithi076 conmon[41576]: audit 2024-02-18T01:34:50.036722+0000 mgr.smithi037.vsmnxk (mgr.14182) 1010 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:51.649 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:53.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:52 smithi076 conmon[41576]: cluster 2024-02-18T01:34:51.666590+0000 mgr.smithi037.vsmnxk (mgr.14182) 1011 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:53.176 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:52 smithi037 conmon[35901]: cluster 2024-02-18T01:34:51.666590+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:34:53.176 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:52 smithi037 conmon[35901]: 14182) 1011 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:53.635 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:53.635 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:54.272 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:55.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:54 smithi076 conmon[41576]: audit 2024-02-18T01:34:53.632497+0000 mgr.smithi037.vsmnxk (mgr.14182) 1012 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:55.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:54 smithi076 conmon[41576]: 2024-02-18T01:34:55.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:54 smithi076 conmon[41576]: cluster 2024-02-18T01:34:53.667397+0000 mgr.smithi037.vsmnxk (mgr.14182) 1013 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:55.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:54 smithi037 conmon[35901]: audit 2024-02-18T01:34:53.632497+0000 mgr.smithi037.vsmnxk (mgr.14182) 1012 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:55.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:54 smithi037 conmon[35901]: cluster 2024-02-18T01:34:53.667397+0000 mgr.smithi037.vsmnxk (mgr.14182) 1013 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:55.273 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:56.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:56 smithi037 conmon[35901]: cluster 2024-02-18T01:34:55.668346+0000 mgr.smithi037.vsmnxk (mgr.14182) 1014 : cluster 2024-02-18T01:34:56.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:56 smithi037 conmon[35901]: [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:57.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:56 smithi076 conmon[41576]: cluster 2024-02-18T01:34:55.668346+0000 mgr.smithi037.vsmnxk (mgr.14182) 1014 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:57.308 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:34:57.308 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:34:58.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:57 smithi037 conmon[35901]: audit 2024-02-18T01:34:57.304921+0000 mgr.smithi037.vsmnxk (mgr.14182) 1015 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:58.036 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:34:58.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:57 smithi076 conmon[41576]: audit 2024-02-18T01:34:57.304921+0000 mgr.smithi037.vsmnxk (mgr.14182) 1015 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:34:59.037 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:34:59.073 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:34:58 smithi037 conmon[35901]: cluster 2024-02-18T01:34:57.669200+0000 mgr.smithi037.vsmnxk (mgr.14182) 1016 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:34:59.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:34:58 smithi076 conmon[41576]: cluster 2024-02-18T01:34:57.669200+0000 mgr.smithi037.vsmnxk (mgr.14182) 1016 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:00.957 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:00.957 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:01.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:00 smithi076 conmon[41576]: cluster 2024-02-18T01:34:59.670153+0000 mgr.smithi037.vsmnxk (mgr.14182) 1017 : cluster [DBG] 2024-02-18T01:35:01.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:00 smithi076 conmon[41576]: pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:01.197 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:00 smithi037 conmon[35901]: cluster 2024-02-18T01:34:59.670153+0000 mgr.smithi037.vsmnxk (mgr.14182) 1017 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:01.680 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:02.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:01 smithi037 conmon[35901]: audit 2024-02-18T01:35:00.954303+0000 mgr.smithi037.vsmnxk (mgr.14182) 1018 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:02.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:01 smithi076 conmon[41576]: audit 2024-02-18T01:35:00.954303+0000 mgr.smithi037.vsmnxk (mgr.14182) 1018 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:02.682 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:03.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:02 smithi037 conmon[35901]: cluster 2024-02-18T01:35:01.670851+0000 mgr.smithi037.vsmnxk (mgr.14182) 1019 2024-02-18T01:35:03.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:02 smithi037 conmon[35901]: : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:03.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:02 smithi076 conmon[41576]: cluster 2024-02-18T01:35:01.670851+0000 mgr.smithi037.vsmnxk (mgr.14182) 1019 2024-02-18T01:35:03.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:02 smithi076 conmon[41576]: : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:04.640 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:04.640 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:05.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:04 smithi037 conmon[35901]: cluster 2024-02-18T01:35:03.671691+0000 mgr.smithi037.vsmnxk (mgr.14182) 1020 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:04 smithi076 conmon[41576]: cluster 2024-02-18T01:35:03.671691+0000 mgr.smithi037.vsmnxk (mgr.14182) 1020 : cluster 2024-02-18T01:35:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:04 smithi076 conmon[41576]: [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:05.314 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:06.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:05 smithi076 conmon[41576]: audit 2024-02-18T01:35:04.636617+0000 mgr.smithi037.vsmnxk (mgr.14182) 1021 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:06.195 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:05 smithi037 conmon[35901]: audit 2024-02-18T01:35:04.636617+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:35:06.195 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:05 smithi037 conmon[35901]: 14182) 1021 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:06.315 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:07.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:06 smithi076 conmon[41576]: cluster 2024-02-18T01:35:05.672637+0000 mgr.smithi037.vsmnxk (mgr.14182) 1022 : cluster [DBG] 2024-02-18T01:35:07.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:06 smithi076 conmon[41576]: pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:07.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:06 smithi037 conmon[35901]: cluster 2024-02-18T01:35:05.672637 2024-02-18T01:35:07.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:06 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 1022 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:08.235 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:08.235 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:08.878 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:09.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:08 smithi076 conmon[41576]: cluster 2024-02-18T01:35:07.673290+0000 mgr.smithi037.vsmnxk (mgr.14182) 1023 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:09.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:08 smithi076 conmon[41576]: audit 2024-02-18T01:35:08.232004+0000 mgr.smithi037.vsmnxk (mgr.14182) 1024 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:09.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:08 smithi037 conmon[35901]: cluster 2024-02-18T01:35:07.673290+0000 mgr.smithi037.vsmnxk (mgr.14182) 1023 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:09.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:08 smithi037 conmon[35901]: audit 2024-02-18T01:35:08.232004+0000 mgr.smithi037.vsmnxk (mgr.14182) 1024 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:09.878 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:11.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:10 smithi037 conmon[35901]: cluster 2024-02-18T01:35:09.674125+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:35:11.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:10 smithi037 conmon[35901]: mgr.14182) 1025 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:11.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:10 smithi076 conmon[41576]: cluster 2024-02-18T01:35:09.674125+0000 mgr.smithi037.vsmnxk (mgr.14182) 1025 : cluster [DBG] 2024-02-18T01:35:11.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:10 smithi076 conmon[41576]: pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:11.778 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:11.779 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:12.413 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:13.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:12 smithi076 conmon[41576]: cluster 2024-02-18T01:35:11.674777+0000 mgr.smithi037.vsmnxk (mgr.14182) 1026 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:13.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:12 smithi076 conmon[41576]: 2024-02-18T01:35:13.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:12 smithi076 conmon[41576]: audit 2024-02-18T01:35:11.775531+0000 mgr.smithi037.vsmnxk (mgr.14182) 1027 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:13.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:12 smithi037 conmon[35901]: cluster 2024-02-18T01:35:11.674777+0000 mgr.smithi037.vsmnxk (mgr.14182) 1026 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:13.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:12 smithi037 conmon[35901]: audit 2024-02-18T01:35:11.775531+0000 mgr.smithi037.vsmnxk (mgr.14182) 1027 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:13.414 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:14.941 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:14 smithi037 conmon[35901]: cluster 2024-02-18T01:35:13.675352+0000 mgr.smithi037.vsmnxk (mgr.14182) 1028 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:15.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:14 smithi076 conmon[41576]: cluster 2024-02-18T01:35:13.675352+0000 mgr.smithi037.vsmnxk (mgr.14182) 1028 : cluster [DBG] 2024-02-18T01:35:15.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:14 smithi076 conmon[41576]: pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:15.345 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:15.345 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:15.944 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:16.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:15 smithi076 conmon[41576]: audit 2024-02-18T01:35:15.342363+0000 mgr.smithi037.vsmnxk (mgr.14182) 1029 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:16.196 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:15 smithi037 conmon[35901]: audit 2024-02-18T01:35:15.342363+0000 mgr.smithi037.vsmnxk (mgr.14182) 1029 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:16.945 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:17.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:16 smithi076 conmon[41576]: cluster 2024-02-18T01:35:15.676387+0000 mgr.smithi037.vsmnxk (mgr.14182) 1030 : cluster [DBG] 2024-02-18T01:35:17.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:16 smithi076 conmon[41576]: pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:17.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:16 smithi037 conmon[35901]: cluster 2024-02-18T01:35:15.676387+0000 mgr.smithi037.vsmnxk (mgr.14182) 1030 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:18.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:17 smithi076 conmon[41576]: audit 2024-02-18T01:35:17.655954+0000 2024-02-18T01:35:18.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:17 smithi076 conmon[41576]: mon.smithi037 (mon.0) 728 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:35:18.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:17 smithi037 conmon[35901]: audit 2024-02-18T01:35:17.655954+0000 mon.smithi037 (mon.0) 728 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:35:18.915 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:18.915 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:28:55.635052Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:28:52.649272Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:28:55.635202Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:28:52.649509Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:28:52.649700Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:28:52.649870Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:28:52.650045Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:28:55.635345Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:28:52.650622Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:19.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:19 smithi037 conmon[35901]: cluster 2024-02-18T01:35:17.677165+0000 mgr.smithi037.vsmnxk (mgr.14182) 1031 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:19.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:19 smithi037 conmon[35901]: audit 2024-02-18T01:35:18.028896+0000 mon.smithi037 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:19.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:19 smithi076 conmon[41576]: cluster 2024-02-18T01:35:17.677165+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:35:19.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:19 smithi076 conmon[41576]: mgr.14182) 1031 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:19.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:19 smithi076 conmon[41576]: audit 2024-02-18T01:35:18.028896+0000 mon.smithi037 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:19.802 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:20.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:20 smithi037 conmon[35901]: audit 2024-02-18T01:35:18.911773+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:35:20.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:20 smithi037 conmon[35901]: .14182) 1032 : audit [DBG] from='client.25391 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:20.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:20 smithi037 conmon[35901]: audit 2024-02-18T01:35:19.386335+0000 mon.smithi037 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:20.803 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:20 smithi076 conmon[41576]: audit 2024-02-18T01:35:18.911773+0000 mgr.smithi037.vsmnxk (mgr.14182) 1032 : audit [DBG] from='client.25391 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:20 smithi076 conmon[41576]: audit 2024-02-18T 2024-02-18T01:35:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:20 smithi076 conmon[41576]: 01:35:19.386335+0000 mon.smithi037 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:21.746 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:21 smithi037 conmon[35901]: cluster 2024-02-18T01:35:19.678021+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:35:21.747 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:21 smithi037 conmon[35901]: ) 1033 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:21 smithi076 conmon[41576]: cluster 2024-02-18T01:35:19.678021+0000 mgr.smithi037.vsmnxk (mgr.14182) 1033 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:23.457 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:23.458 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:23.677 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:23 smithi037 conmon[35901]: cluster 2024-02-18T01:35:21.678664+0000 mgr.smithi037.vsmnxk (mgr.14182) 1034 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:23.678 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:23 smithi037 conmon[35901]: audit 2024-02-18T01:35:23.039291+0000 mon.smithi037 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:23 smithi076 conmon[41576]: cluster 2024-02-18T01:35:21.678664+0000 mgr.smithi037.vsmnxk (mgr.14182) 1034 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:23 smithi076 conmon[41576]: audit 2024-02-18T01:35:23.039291+0000 mon.smithi037 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:24.108 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:24.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:24 smithi076 conmon[41576]: audit 2024-02-18T01:35:23.400771+0000 mon.smithi037 (mon.0) 732 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:35:24.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:24 smithi076 conmon[41576]: audit 2024-02-18T01:35:23.401577+0000 mon.smithi037 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:35:24.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:24 smithi076 conmon[41576]: audit 2024-02-18T01:35:23.409142+0000 mon.smithi037 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:24.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:24 smithi076 conmon[41576]: cluster 2024-02-18T01:35:23.409675+0000 mgr.smithi037.vsmnxk (mgr.14182) 1035 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:24.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:24 smithi076 conmon[41576]: audit 2024-02-18T01:35:23.413176+0000 mon.smithi037 (mon.0) 735 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:35:24.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:24 smithi076 conmon[41576]: cephadm 2024-02-18T01:35:23.418858+0000 mgr.smithi037.vsmnxk (mgr.14182) 1036 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.lguqsk on smithi076 2024-02-18T01:35:24.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:24 smithi076 conmon[41576]: audit 2024-02-18T01:35:23.454259+0000 mgr.smithi037.vsmnxk (mgr.14182) 1037 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:24.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: audit 2024-02-18T01:35:23.400771+0000 mon.smithi037 (mon.0) 732 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:35:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: audit 2024-02-18T01:35:23.401577+0000 mon.smithi037 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:35:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: audit 2024-02-18T01:35:23.409142+0000 mon.smithi037 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: cluster 2024-02-18T01:35:23.409675+0000 mgr.smithi037.vsmnxk (mgr.14182) 1035 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: audit 2024-02-18T01:35:23.413176+0000 mon.smithi037 (mon.0) 735 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:35:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: cephadm 2024-02-18T01:35: 2024-02-18T01:35:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: 23.418858+0000 mgr.smithi037.vsmnxk (mgr.14182) 1036 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.lguqsk on smithi076 2024-02-18T01:35:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: audit 2024-02 2024-02-18T01:35:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: -18T01:35:23.454259+0000 mgr.smithi037.vsmnxk (mgr.14182) 1037 2024-02-18T01:35:24.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:24 smithi037 conmon[35901]: : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:25.109 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:25.670 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:25 smithi037 conmon[35901]: cluster 2024-02-18T01:35:24.406392+0000 mon.smithi037 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T01:35:25.670 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:25 smithi037 conmon[35901]: cluster 2024-02-18T01:35:24.406422+0000 mon.smithi037 (mon.0) 737 : cluster [INF] Cluster is now healthy 2024-02-18T01:35:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:25 smithi076 conmon[41576]: cluster 2024-02-18T01:35:24.406392+0000 mon.smithi037 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T01:35:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:25 smithi076 conmon[41576]: cluster 2024-02-18T01:35:24.406422+0000 mon.smithi037 (mon.0) 737 : cluster [INF] Cluster is now healthy 2024-02-18T01:35:26.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:26 smithi037 conmon[35901]: cluster 2024-02-18T01:35:25.410252+0000 mgr.smithi037.vsmnxk (mgr.14182) 1038 2024-02-18T01:35:26.700 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:26 smithi037 conmon[35901]: : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:26.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:26 smithi076 conmon[41576]: cluster 2024-02-18T01:35:25.410252+0000 mgr.smithi037.vsmnxk (mgr.14182) 1038 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:27.113 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:27.114 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:27.744 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:28.748 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:28 smithi037 conmon[35901]: audit 2024-02-18T01:35:27.110632 2024-02-18T01:35:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:28 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 1039 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:28 smithi037 conmon[35901]: cluster 2024-02-18T01:35:27.410855+0000 mgr.smithi037.vsmnxk (mgr.14182) 1040 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:28.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:28 smithi037 conmon[35901]: audit 2024-02-18T01:35:27.482685+0000 mon.smithi037 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:28 smithi076 conmon[41576]: audit 2024-02-18T01:35:27.110632+0000 mgr.smithi037.vsmnxk (mgr.14182) 1039 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:28 smithi076 conmon[41576]: cluster 2024-02-18 2024-02-18T01:35:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:28 smithi076 conmon[41576]: T01:35:27.410855+0000 mgr.smithi037.vsmnxk (mgr.14182) 1040 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:28 smithi076 conmon[41576]: audit 2024-02-18T01:35:27.482685+0000 mon.smithi037 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:35:29.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:29 smithi037 conmon[35901]: cluster 2024-02-18T01:35:29.411378+0000 mgr.smithi037.vsmnxk (mgr.14182) 1041 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:29 smithi076 conmon[41576]: cluster 2024-02-18T01:35:29.411378+0000 mgr.smithi037.vsmnxk (mgr.14182) 1041 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:30.806 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:30.806 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:31.499 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:32.500 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:32.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:32 smithi037 conmon[35901]: audit 2024-02-18T01:35:30.803065+0000 mgr.smithi037.vsmnxk (mgr.14182) 1042 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:32.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:32 smithi037 conmon[35901]: cluster 2024-02-18T01:35:31.411978+0000 mgr.smithi037.vsmnxk (mgr.14182) 1043 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:32.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:32 smithi076 conmon[41576]: audit 2024-02-18T01:35:30.803065+0000 mgr.smithi037.vsmnxk (mgr.14182) 1042 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:32.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:32 smithi076 conmon[41576]: cluster 2024-02-18T01:35:31.411978+0000 mgr.smithi037.vsmnxk (mgr.14182) 1043 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:34.415 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:34.415 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:34.754 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:34 smithi076 conmon[41576]: cluster 2024-02-18T01:35:33.412509+0000 mgr.smithi037.vsmnxk (mgr.14182) 1044 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:34.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:34 smithi037 conmon[35901]: cluster 2024-02-18T01:35:33.412509+0000 mgr.smithi037.vsmnxk (mgr.14182) 1044 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:35.018 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:35.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:35 smithi037 conmon[35901]: audit 2024-02-18T01:35:34.412190+0000 mgr.smithi037.vsmnxk (mgr.14182) 1045 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:35 smithi076 conmon[41576]: audit 2024-02-18T01:35:34.412190+0000 mgr.smithi037.vsmnxk (mgr.14182) 1045 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:36.019 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:36.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:36 smithi037 conmon[35901]: cluster 2024-02-18T01:35:35.413420+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:35:36.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:36 smithi037 conmon[35901]: .14182) 1046 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:36.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:36 smithi076 conmon[41576]: cluster 2024-02-18T01:35:35.413420+0000 mgr.smithi037.vsmnxk (mgr.14182) 1046 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:38.043 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:38.044 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:38.737 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:38 smithi037 conmon[35901]: cluster 2024-02-18T01:35:37.413978+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:35:38.737 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:38 smithi037 conmon[35901]: mgr.14182) 1047 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:38.738 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:38.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:38 smithi076 conmon[41576]: cluster 2024-02-18T01:35:37.413978+0000 mgr.smithi037.vsmnxk (mgr.14182) 1047 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:39.739 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:39.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:39 smithi037 conmon[35901]: audit 2024-02-18T01:35:38.039832+0000 mgr.smithi037.vsmnxk (mgr.14182) 1048 : audit [DBG] 2024-02-18T01:35:39.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:39 smithi037 conmon[35901]: from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:39 smithi076 conmon[41576]: audit 2024-02-18T01:35:38.039832+0000 mgr.smithi037.vsmnxk (mgr.14182) 1048 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:40.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:40 smithi037 conmon[35901]: cluster 2024-02-18T01:35:39.414774+0000 2024-02-18T01:35:40.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:40 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 1049 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:40.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:40 smithi076 conmon[41576]: cluster 2024-02-18T01:35:39.414774+0000 mgr.smithi037.vsmnxk (mgr.14182) 1049 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:41.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:41 smithi037 conmon[35901]: cluster 2024-02-18T01:35:41.415377+0000 mgr.smithi037.vsmnxk (mgr.14182) 1050 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:41.780 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:41.780 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:41 smithi076 conmon[41576]: cluster 2024-02-18T01:35:41.415377+0000 mgr.smithi037.vsmnxk (mgr.14182) 1050 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:42.440 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:42.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:42 smithi037 conmon[35901]: audit 2024-02-18T01:35:41.777121+0000 mgr.smithi037.vsmnxk (mgr.14182) 1051 : audit 2024-02-18T01:35:42.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:42 smithi037 conmon[35901]: [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:42.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:42 smithi076 conmon[41576]: audit 2024-02-18T01:35:41.777121+0000 mgr.smithi037.vsmnxk (mgr.14182) 1051 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:43.442 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:43.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:43 smithi037 conmon[35901]: cluster 2024-02-18T01:35:43.415891+0000 mgr.smithi037.vsmnxk (mgr.14182) 1052 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:43 smithi076 conmon[41576]: cluster 2024-02-18T01:35:43.415891+0000 mgr.smithi037.vsmnxk (mgr.14182) 1052 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:45.356 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:45.356 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:45.974 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:46 smithi037 conmon[35901]: audit 2024-02-18T01:35:45.351883+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:35:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:46 smithi037 conmon[35901]: 1053 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:46 smithi037 conmon[35901]: cluster 2024-02-18T01:35:45.416469+0000 mgr.smithi037.vsmnxk (mgr.14182) 1054 : cluster [DBG] 2024-02-18T01:35:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:46 smithi037 conmon[35901]: pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:46 smithi076 conmon[41576]: audit 2024-02-18T01:35:45.351883+0000 mgr.smithi037.vsmnxk (mgr.14182) 1053 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:46 smithi076 conmon[41576]: cluster 2024-02-18T01:35:45.416469+0000 mgr.smithi037.vsmnxk (mgr.14182) 1054 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:46.974 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:48.554 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:48 smithi037 conmon[35901]: cluster 2024-02-18T01:35:47.417062+0000 mgr.smithi037.vsmnxk (mgr.14182) 1055 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:48.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:48 smithi076 conmon[41576]: cluster 2024-02-18T01:35:47.417062+0000 mgr.smithi037.vsmnxk (mgr.14182) 1055 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:48.989 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:48.989 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:49.654 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:50.655 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:50.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:50 smithi037 conmon[35901]: audit 2024-02-18T01:35:48.986056+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:35:50.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:50 smithi037 conmon[35901]: ) 1056 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:50.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:50 smithi037 conmon[35901]: cluster 2024-02-18T01:35:49.417559+0000 mgr.smithi037.vsmnxk (mgr.14182) 1057 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:50 smithi076 conmon[41576]: audit 2024-02-18T01:35:48.986056+0000 mgr.smithi037.vsmnxk (mgr.14182) 1056 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:50 smithi076 conmon[41576]: cluster 2024-02-18T01:35:49.417559+0000 mgr.smithi037.vsmnxk (mgr.14182) 1057 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:52.604 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:52.604 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:52.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:52 smithi037 conmon[35901]: cluster 2024-02-18T01: 2024-02-18T01:35:52.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:52 smithi037 conmon[35901]: 35:51.418134+0000 mgr.smithi037.vsmnxk (mgr.14182) 1058 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:52 smithi076 conmon[41576]: cluster 2024-02-18T01:35:51.418134+0000 mgr.smithi037.vsmnxk (mgr.14182) 1058 : cluster 2024-02-18T01:35:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:52 smithi076 conmon[41576]: [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:53.223 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:54.224 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:54.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:54 smithi037 conmon[35901]: audit 2024-02-18T01:35:52.600517+0000 mgr.smithi037.vsmnxk (mgr.14182) 1059 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:54.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:54 smithi037 conmon[35901]: cluster 2024-02-18T01:35:53.418651+0000 mgr.smithi037.vsmnxk (mgr.14182) 1060 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:54.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:54 smithi076 conmon[41576]: audit 2024-02-18T01:35:52.600517+0000 mgr.smithi037.vsmnxk (mgr.14182) 1059 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:54.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:54 smithi076 conmon[41576]: cluster 2024-02-18T01:35:53.418651+0000 mgr.smithi037.vsmnxk (mgr.14182) 1060 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:55.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:55 smithi037 conmon[35901]: cluster 2024-02-18T01:35:55.419380+0000 mgr.smithi037.vsmnxk (mgr.14182) 1061 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:55 smithi076 conmon[41576]: cluster 2024-02-18T01:35:55.419380+0000 mgr.smithi037.vsmnxk (mgr.14182) 1061 : cluster [DBG] 2024-02-18T01:35:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:55 smithi076 conmon[41576]: pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:56.116 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:56.116 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:35:56.729 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:35:56.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:56 smithi037 conmon[35901]: audit 2024-02-18T01:35:56.112386+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:35:56.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:56 smithi037 conmon[35901]: mgr.14182) 1062 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:56 smithi076 conmon[41576]: audit 2024-02-18T01:35:56.112386+0000 mgr.smithi037.vsmnxk (mgr.14182) 1062 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:35:57.730 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:35:57.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:35:57 smithi037 conmon[35901]: cluster 2024-02-18T01:35:57.420156+0000 mgr.smithi037.vsmnxk (mgr.14182) 1063 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:35:57 smithi076 conmon[41576]: cluster 2024-02-18T01:35:57.420156+0000 mgr.smithi037.vsmnxk (mgr.14182) 1063 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:35:59.760 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:35:59.760 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:00.454 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:00.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:00 smithi037 conmon[35901]: cluster 2024-02-18T01:35:59.420909+0000 mgr.smithi037.vsmnxk (mgr.14182) 1064 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:00 smithi076 conmon[41576]: cluster 2024-02-18T01:35:59.420909+0000 mgr.smithi037.vsmnxk (mgr.14182) 1064 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:01.455 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:01 smithi037 conmon[35901]: audit 2024-02-18T01:35:59.756697+0000 mgr.smithi037.vsmnxk 2024-02-18T01:36:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:01 smithi037 conmon[35901]: (mgr.14182) 1065 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:01 smithi076 conmon[41576]: audit 2024-02-18T01:35:59.756697+0000 mgr.smithi037.vsmnxk (mgr.14182) 1065 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:02.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:02 smithi037 conmon[35901]: cluster 2024-02-18T01:36:01.421511+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:36:02.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:02 smithi037 conmon[35901]: 1066 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:02.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:02 smithi076 conmon[41576]: cluster 2024-02-18T01:36:01.421511+0000 mgr.smithi037.vsmnxk (mgr.14182) 1066 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:03.540 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:03.540 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:04.197 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:04.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:04 smithi076 conmon[41576]: cluster 2024-02-18T01:36:03.421863+0000 mgr.smithi037.vsmnxk (mgr.14182) 1067 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:04 smithi037 conmon[35901]: cluster 2024-02-18T01:36:03.421863+0000 mgr.smithi037.vsmnxk (mgr.14182) 1067 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:05.198 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:05.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:05 smithi037 conmon[35901]: audit 2024-02-18T01:36:03.537123+0000 2024-02-18T01:36:05.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:05 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 1068 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:05.751 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:05 smithi037 conmon[35901]: cluster 2024-02-18T01:36:05.422538+0000 mgr.smithi037.vsmnxk (mgr.14182) 1069 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:05 smithi076 conmon[41576]: audit 2024-02-18T01:36:03.537123+0000 mgr.smithi037.vsmnxk (mgr.14182) 1068 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:05 smithi076 conmon[41576]: cluster 2024-02 2024-02-18T01:36:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:05 smithi076 conmon[41576]: -18T01:36:05.422538+0000 mgr.smithi037.vsmnxk (mgr.14182) 1069 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:07.264 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:07.264 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:07.921 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:08.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:08 smithi037 conmon[35901]: audit 2024-02-18T01:36:07.260643+0000 mgr.smithi037.vsmnxk (mgr.14182) 1070 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:08.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:08 smithi037 conmon[35901]: cluster 2024-02-18T01:36:07.423161+0000 mgr.smithi037.vsmnxk (mgr.14182) 1071 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:08.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:08 smithi076 conmon[41576]: audit 2024-02-18T01:36:07.260643+0000 mgr.smithi037.vsmnxk (mgr.14182) 1070 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:08.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:08 smithi076 conmon[41576]: cluster 2024- 2024-02-18T01:36:08.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:08 smithi076 conmon[41576]: 02-18T01:36:07.423161+0000 mgr.smithi037.vsmnxk (mgr.14182) 1071 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:08.921 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:10.570 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:10 smithi037 conmon[35901]: cluster 2024-02-18T01:36:09.423705+0000 mgr.smithi037.vsmnxk (mgr.14182) 1072 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:10 smithi076 conmon[41576]: cluster 2024-02-18T01:36:09.423705+0000 mgr.smithi037.vsmnxk (mgr.14182) 1072 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:11.013 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:11.013 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:11.610 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:12.612 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:12.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:12 smithi037 conmon[35901]: audit 2024-02-18T01:36:11.009792+0000 mgr.smithi037.vsmnxk (mgr.14182) 1073 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:12.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:12 smithi037 conmon[35901]: cluster 2024-02-18T01:36:11.424371+0000 mgr.smithi037.vsmnxk (mgr.14182) 1074 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:12.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:12 smithi076 conmon[41576]: audit 2024-02-18T01:36:11.009792+0000 mgr.smithi037.vsmnxk (mgr.14182) 1073 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:12.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:12 smithi076 conmon[41576]: cluster 2024-02-18T01:36:11.424371+0000 mgr.smithi037.vsmnxk (mgr.14182) 1074 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:13.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:13 smithi037 conmon[35901]: cluster 2024-02-18T01:36:13.424910+0000 mgr.smithi037.vsmnxk (mgr.14182) 1075 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:13.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:13 smithi037 conmon[35901]: 2024-02-18T01:36:13.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:13 smithi076 conmon[41576]: cluster 2024-02-18T01:36:13.424910+0000 mgr.smithi037.vsmnxk (mgr.14182) 1075 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:14.632 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:14.632 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:15.277 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:16.278 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:16.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:16 smithi037 conmon[35901]: audit 2024-02-18T01:36:14.629438+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:36:16.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:16 smithi037 conmon[35901]: 14182) 1076 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:16.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:16 smithi037 conmon[35901]: cluster 2024-02-18T01:36:15.425693+0000 mgr.smithi037.vsmnxk (mgr.14182) 1077 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:16.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:16 smithi076 conmon[41576]: audit 2024-02-18T01:36:14.629438+0000 mgr.smithi037.vsmnxk (mgr.14182) 1076 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:16.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:16 smithi076 conmon[41576]: cluster 2024-02-18T01:36:15.425693+0000 mgr.smithi037.vsmnxk (mgr.14182) 1077 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:18.275 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:18.276 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:18 smithi037 conmon[35901]: cluster 2024-02-18T01:36:17.426312+0000 mgr.smithi037.vsmnxk (mgr.14182) 1078 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:18.878 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:18.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:18 smithi076 conmon[41576]: cluster 2024-02-18T01:36:17.426312+0000 mgr.smithi037.vsmnxk (mgr.14182) 1078 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:19.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:19 smithi037 conmon[35901]: audit 2024-02-18T01:36:18.272263+0000 mgr.smithi037.vsmnxk (mgr.14182) 1079 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:19.878 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:19.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:19 smithi076 conmon[41576]: audit 2024-02-18T01:36:18.272263+0000 mgr.smithi037.vsmnxk (mgr.14182) 1079 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:20.728 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:20 smithi037 conmon[35901]: cluster 2024-02-18T01:36:19.427094+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:36:20.728 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:20 smithi037 conmon[35901]: 1080 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:20 smithi076 conmon[41576]: cluster 2024-02-18T01:36:19.427094+0000 mgr.smithi037.vsmnxk (mgr.14182) 1080 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:21.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:21 smithi037 conmon[35901]: cluster 2024-02-18T01:36:21.427782+0000 mgr.smithi037.vsmnxk (mgr.14182) 1081 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:21.839 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:21.839 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:21 smithi076 conmon[41576]: cluster 2024-02-18T01:36:21.427782+0000 mgr.smithi037.vsmnxk (mgr.14182) 1081 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:22.443 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:22.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:22 smithi037 conmon[35901]: audit 2024-02-18T01:36:21.836651+0000 mgr.smithi037.vsmnxk (mgr.14182) 1082 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:22.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:22 smithi076 conmon[41576]: audit 2024-02-18T01:36:21.836651+0000 mgr.smithi037.vsmnxk (mgr.14182) 1082 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:23.443 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:23 smithi037 conmon[35901]: cluster 2024-02-18T01:36:23.428281+0000 mgr.smithi037.vsmnxk (mgr.14182) 1083 : cluster 2024-02-18T01:36:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:23 smithi037 conmon[35901]: [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:23 smithi076 conmon[41576]: cluster 2024-02-18T01:36:23.428281+0000 mgr.smithi037.vsmnxk (mgr.14182) 1083 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:25.441 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:25.441 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:26.033 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:26.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:26 smithi037 conmon[35901]: cluster 2024-02-18T01:36:25.428822+0000 mgr.smithi037.vsmnxk (mgr.14182) 1084 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:26.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:26 smithi037 conmon[35901]: audit 2024-02-18T01:36:25.437829+0000 mgr.smithi037.vsmnxk (mgr.14182) 1085 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:26.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:26 smithi076 conmon[41576]: cluster 2024-02-18T01:36:25.428822+0000 mgr.smithi037.vsmnxk (mgr.14182) 1084 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:26.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:26 smithi076 conmon[41576]: audit 2024-02-18T01:36:25.437829+0000 mgr.smithi037.vsmnxk (mgr.14182) 1085 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:27.034 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:28.626 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:28 smithi037 conmon[35901]: cluster 2024-02-18T01:36:27.429293+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:36:28.626 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:28 smithi037 conmon[35901]: ) 1086 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:28 smithi076 conmon[41576]: cluster 2024-02-18T01:36:27.429293+0000 mgr.smithi037.vsmnxk (mgr.14182) 1086 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:29.021 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:29.021 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:29.674 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:30.675 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:30.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:30 smithi037 conmon[35901]: audit 2024-02-18T01:36:29.017625+0000 mgr.smithi037.vsmnxk (mgr.14182) 1087 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:30.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:30 smithi037 conmon[35901]: cluster 2024-02-18T01:36:29.429823+0000 mgr.smithi037.vsmnxk (mgr.14182) 1088 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:30 smithi076 conmon[41576]: audit 2024-02-18T01:36:29 2024-02-18T01:36:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:30 smithi076 conmon[41576]: .017625+0000 mgr.smithi037.vsmnxk (mgr.14182) 1087 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:30 smithi076 conmon[41576]: cluster 2024-02-18T01:36:29.429823+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:36:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:30 smithi076 conmon[41576]: 1088 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:31 smithi037 conmon[35901]: cluster 2024-02-18T01:36:31.430462+0000 mgr.smithi037.vsmnxk (mgr.14182) 1089 : cluster [DBG] 2024-02-18T01:36:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:31 smithi037 conmon[35901]: pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:31 smithi076 conmon[41576]: cluster 2024-02-18T01:36:31.430462+0000 mgr.smithi037.vsmnxk (mgr.14182) 1089 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:31 smithi076 conmon[41576]: 2024-02-18T01:36:32.613 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:32.614 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:33.292 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:34.294 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:34.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:34 smithi076 conmon[41576]: audit 2024-02-18T01:36:32.609643+0000 mgr.smithi037.vsmnxk (mgr.14182) 1090 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:34.756 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:34 smithi076 conmon[41576]: cluster 2024-02-18T01:36:33.430919+0000 mgr.smithi037.vsmnxk (mgr.14182) 1091 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:34.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:34 smithi037 conmon[35901]: audit 2024-02-18T01:36:32.609643+0000 mgr.smithi037.vsmnxk (mgr.14182) 1090 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:34.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:34 smithi037 conmon[35901]: cluster 2024-02-18T01:36:33.430919+0000 mgr.smithi037.vsmnxk (mgr.14182) 1091 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:36.327 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:36.327 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:36.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:36 smithi037 conmon[35901]: cluster 2024-02-18T01:36:35.431794+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:36:36.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:36 smithi037 conmon[35901]: .14182) 1092 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:36.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:36 smithi076 conmon[41576]: cluster 2024-02-18T01:36:35.431794+0000 mgr.smithi037.vsmnxk (mgr.14182) 1092 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:36.982 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:37.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:37 smithi037 conmon[35901]: audit 2024-02-18T01:36:36.323632+0000 mgr.smithi037.vsmnxk (mgr.14182) 1093 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:37.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:37 smithi076 conmon[41576]: audit 2024-02-18T01:36:36.323632+0000 mgr.smithi037.vsmnxk (mgr.14182) 1093 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:37.983 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:38.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:38 smithi037 conmon[35901]: cluster 2024-02-18T01:36:37.432403+0000 mgr.smithi037.vsmnxk (mgr.14182) 1094 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:38.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:38 smithi037 conmon[35901]: 2024-02-18T01:36:38.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:38 smithi076 conmon[41576]: cluster 2024-02-18T01:36:37.432403+0000 mgr.smithi037.vsmnxk (mgr.14182) 1094 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:39.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:39 smithi037 conmon[35901]: cluster 2024-02-18T01:36:39.433218+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:36:39.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:39 smithi037 conmon[35901]: 14182) 1095 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:39 smithi076 conmon[41576]: cluster 2024-02-18T01:36:39.433218+0000 mgr.smithi037.vsmnxk (mgr.14182) 1095 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:39.929 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:39.929 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:40.606 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:40.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:40 smithi037 conmon[35901]: audit 2024-02-18T01:36:39.925392+0000 mgr.smithi037.vsmnxk (mgr.14182) 1096 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:40.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:40 smithi076 conmon[41576]: audit 2024-02-18T01:36:39.925392+0000 mgr.smithi037.vsmnxk (mgr.14182) 1096 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:41.606 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:41.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:41 smithi037 conmon[35901]: cluster 2024-02-18T01:36:41.433876+0000 mgr.smithi037.vsmnxk (mgr.14182) 1097 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:41 smithi076 conmon[41576]: cluster 2024-02-18T01:36:41.433876+0000 mgr.smithi037.vsmnxk (mgr.14182) 1097 : cluster [DBG] 2024-02-18T01:36:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:41 smithi076 conmon[41576]: pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:43.580 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:43.581 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:44.257 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:44.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:44 smithi076 conmon[41576]: cluster 2024-02-18T01:36:43.434250+0000 mgr.smithi037.vsmnxk (mgr.14182) 1098 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:44.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:44 smithi037 conmon[35901]: cluster 2024-02-18T01:36:43.434250+0000 mgr.smithi037.vsmnxk (mgr.14182) 1098 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:45.258 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:45.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:45 smithi037 conmon[35901]: audit 2024-02-18T01:36:43.577163+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:36:45.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:45 smithi037 conmon[35901]: .14182) 1099 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:45.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:45 smithi076 conmon[41576]: audit 2024-02-18T01:36:43.577163+0000 mgr.smithi037.vsmnxk (mgr.14182) 1099 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:46.756 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:46 smithi037 conmon[35901]: cluster 2024-02-18T01:36:45.434815+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:36:46.757 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:46 smithi037 conmon[35901]: 1100 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:46 smithi076 conmon[41576]: cluster 2024-02-18T01:36:45.434815+0000 mgr.smithi037.vsmnxk (mgr.14182) 1100 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:46 smithi076 conmon[41576]: 2024-02-18T01:36:47.162 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:47.162 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:47 smithi037 conmon[35901]: audit 2024-02-18T01:36:47.158964+0000 mgr.smithi037.vsmnxk (mgr.14182) 1101 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:47.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:47 smithi037 conmon[35901]: cluster 2024-02-18T01:36:47.435369+0000 mgr.smithi037.vsmnxk (mgr.14182) 1102 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:47.848 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:47 smithi076 conmon[41576]: audit 2024-02-18T01:36:47.158964+0000 mgr.smithi037.vsmnxk (mgr.14182) 1101 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:47 smithi076 conmon[41576]: 2024-02-18T01:36:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:47 smithi076 conmon[41576]: cluster 2024-02-18T01:36:47.435369+0000 mgr.smithi037.vsmnxk (mgr.14182) 1102 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:48.849 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:50.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:50 smithi037 conmon[35901]: cluster 2024-02-18T01:36:49.436047+0000 mgr.smithi037.vsmnxk 2024-02-18T01:36:50.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:50 smithi037 conmon[35901]: (mgr.14182) 1103 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:50.865 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:50.865 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:50 smithi076 conmon[41576]: cluster 2024-02-18T01:36:49.436047+0000 mgr.smithi037.vsmnxk (mgr.14182) 1103 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:50.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:50 smithi076 conmon[41576]: 2024-02-18T01:36:51.529 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:52.531 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:52.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:52 smithi037 conmon[35901]: audit 2024-02-18T01:36:50.862014+0000 mgr.smithi037.vsmnxk (mgr.14182) 1104 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:52.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:52 smithi037 conmon[35901]: cluster 2024-02-18T01:36:51.436722+0000 mgr.smithi037.vsmnxk (mgr.14182) 1105 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:52 smithi076 conmon[41576]: audit 2024-02-18T01:36:50.862014+0000 mgr.smithi037.vsmnxk (mgr.14182) 1104 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:52 smithi076 conmon[41576]: 2024-02-18T01:36:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:52 smithi076 conmon[41576]: cluster 2024-02-18T01:36:51.436722+0000 mgr.smithi037.vsmnxk (mgr.14182) 1105 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:53.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:53 smithi037 conmon[35901]: cluster 2024-02-18T01:36:53.437191+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:36:53.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:53 smithi037 conmon[35901]: ) 1106 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:53 smithi076 conmon[41576]: cluster 2024-02-18T01:36:53.437191+0000 mgr.smithi037.vsmnxk (mgr.14182) 1106 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:53 smithi076 conmon[41576]: 2024-02-18T01:36:54.562 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:54.570 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:55.257 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:56.258 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:56.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:56 smithi037 conmon[35901]: audit 2024-02-18T01:36:54.558497+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:36:56.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:56 smithi037 conmon[35901]: 1107 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:56.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:56 smithi037 conmon[35901]: cluster 2024-02-18T01:36:55.438004+0000 mgr.smithi037.vsmnxk (mgr.14182) 1108 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:56 smithi076 conmon[41576]: audit 2024-02-18T01:36:54.558497+0000 mgr.smithi037.vsmnxk (mgr.14182) 1107 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:56.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:56 smithi076 conmon[41576]: cluster 2024-02-18T01:36:55.438004+0000 mgr.smithi037.vsmnxk (mgr.14182) 1108 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:57.814 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:57 smithi037 conmon[35901]: cluster 2024-02-18T01:36:57.438537+0000 mgr.smithi037.vsmnxk 2024-02-18T01:36:57.814 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:57 smithi037 conmon[35901]: (mgr.14182) 1109 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:57 smithi076 conmon[41576]: cluster 2024-02-18T01:36:57.438537+0000 mgr.smithi037.vsmnxk (mgr.14182) 1109 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:58.252 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:36:58.253 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:36:58.883 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:58 smithi037 conmon[35901]: audit 2024-02-18T01:36:58.249477+0000 mgr.smithi037.vsmnxk (mgr.14182) 1110 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:58.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:58 smithi076 conmon[41576]: audit 2024-02-18T01:36:58.249477+0000 mgr.smithi037.vsmnxk (mgr.14182) 1110 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:36:58.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:58 smithi076 conmon[41576]: 2024-02-18T01:36:58.904 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:36:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:36:59 smithi076 conmon[41576]: cluster 2024-02-18T01:36:59.439339+0000 mgr.smithi037.vsmnxk (mgr.14182) 1111 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:36:59.905 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:36:59.942 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:36:59 smithi037 conmon[35901]: cluster 2024-02-18T01:36:59.439339+0000 mgr.smithi037.vsmnxk (mgr.14182) 1111 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:01.940 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:01.940 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:02.712 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:02.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:02 smithi037 conmon[35901]: cluster 2024-02-18T01:37:01.439975+0000 mgr.smithi037.vsmnxk (mgr.14182) 1112 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:02.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:02 smithi076 conmon[41576]: cluster 2024-02-18T01:37:01.439975+0000 mgr.smithi037.vsmnxk (mgr.14182) 1112 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:03.713 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:03.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:03 smithi037 conmon[35901]: audit 2024-02-18T01:37:01 2024-02-18T01:37:03.750 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:03 smithi037 conmon[35901]: .936827+0000 mgr.smithi037.vsmnxk (mgr.14182) 1113 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:03 smithi076 conmon[41576]: audit 2024-02-18T01:37:01.936827+0000 mgr.smithi037.vsmnxk (mgr.14182) 1113 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:04.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:04 smithi076 conmon[41576]: cluster 2024-02-18T01:37:03.440399+0000 mgr.smithi037.vsmnxk (mgr.14182) 1114 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:04 smithi037 conmon[35901]: cluster 2024-02-18T01:37:03.440399+0000 mgr.smithi037.vsmnxk (mgr.14182) 1114 : cluster 2024-02-18T01:37:04.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:04 smithi037 conmon[35901]: [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:05.664 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:05.665 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:05.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:05 smithi037 conmon[35901]: cluster 2024-02-18T01:37:05.440985+0000 mgr.smithi037.vsmnxk (mgr.14182) 1115 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:05 smithi076 conmon[41576]: cluster 2024-02-18T01:37:05.440985+0000 mgr.smithi037.vsmnxk (mgr.14182) 1115 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:06.363 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:06.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:06 smithi037 conmon[35901]: audit 2024-02-18T01:37:05.660863+0000 mgr.smithi037.vsmnxk (mgr.14182) 1116 2024-02-18T01:37:06.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:06 smithi037 conmon[35901]: : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:06.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:06 smithi076 conmon[41576]: audit 2024-02-18T01:37:05.660863+0000 mgr.smithi037.vsmnxk (mgr.14182) 1116 : audit [DBG] 2024-02-18T01:37:06.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:06 smithi076 conmon[41576]: from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:07.365 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:07.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:07 smithi037 conmon[35901]: cluster 2024-02-18T01:37:07.441510+0000 mgr.smithi037.vsmnxk (mgr.14182) 1117 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:07 smithi076 conmon[41576]: cluster 2024-02-18T01:37:07.441510+0000 mgr.smithi037.vsmnxk (mgr.14182) 1117 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:09.408 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:09.408 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:10.079 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:10.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:10 smithi037 conmon[35901]: audit 2024-02-18T01:37:09.404024+0000 mgr.smithi037.vsmnxk (mgr.14182) 1118 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:10.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:10 smithi037 conmon[35901]: cluster 2024-02-18T01:37:09.442040+0000 mgr.smithi037.vsmnxk (mgr.14182) 1119 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:10 smithi076 conmon[41576]: audit 2024-02-18T01:37:09.404024+0000 mgr.smithi037.vsmnxk (mgr.14182) 1118 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:10 smithi076 conmon[41576]: cluster 2024-02- 2024-02-18T01:37:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:10 smithi076 conmon[41576]: 18T01:37:09.442040+0000 mgr.smithi037.vsmnxk (mgr.14182) 1119 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:11.080 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:11.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:11 smithi037 conmon[35901]: cluster 2024-02-18T01:37:11.442498+0000 mgr.smithi037.vsmnxk (mgr.14182) 1120 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:11.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:11 smithi076 conmon[41576]: cluster 2024-02-18T01:37:11.442498+0000 mgr.smithi037.vsmnxk (mgr.14182) 1120 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:13.028 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:13.028 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:13.668 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:14.670 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:14.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:14 smithi076 conmon[41576]: audit 2024-02-18T01:37:13.024702+0000 mgr.smithi037.vsmnxk (mgr.14182) 1121 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:14.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:14 smithi076 conmon[41576]: cluster 2024-02-18T01:37:14.755 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:14 smithi076 conmon[41576]: 2024-02-18T01:37:13.442982+0000 mgr.smithi037.vsmnxk (mgr.14182) 1122 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:14.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:14 smithi037 conmon[35901]: audit 2024-02-18T01:37:13.024702+0000 mgr.smithi037.vsmnxk (mgr.14182) 1121 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:14.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:14 smithi037 conmon[35901]: cluster 2024-02-18T01:37:13.442982+0000 mgr.smithi037.vsmnxk (mgr.14182) 1122 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:15 smithi037 conmon[35901]: cluster 2024-02-18T 2024-02-18T01:37:15.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:15 smithi037 conmon[35901]: 01:37:15.443597+0000 mgr.smithi037.vsmnxk (mgr.14182) 1123 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:15.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:15 smithi076 conmon[41576]: cluster 2024-02-18T01:37:15.443597+0000 mgr.smithi037.vsmnxk (mgr.14182) 1123 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:16.654 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:16.654 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:17.335 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:18.336 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:18 smithi037 conmon[35901]: audit 2024-02-18T01:37:16.650334+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:37:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:18 smithi037 conmon[35901]: 1124 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:18 smithi037 conmon[35901]: cluster 2024-02-18T01:37:17.444184+0000 mgr.smithi037.vsmnxk (mgr.14182) 1125 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:18.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:18 smithi076 conmon[41576]: audit 2024-02-18T01:37:16.650334+0000 mgr.smithi037.vsmnxk (mgr.14182) 1124 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:18.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:18 smithi076 conmon[41576]: 2024-02-18T01:37:18.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:18 smithi076 conmon[41576]: cluster 2024-02-18T01:37:17.444184+0000 mgr.smithi037.vsmnxk (mgr.14182) 1125 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:19.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:19 smithi037 conmon[35901]: cluster 2024-02-18T01:37:19.444828+0000 mgr.smithi037.vsmnxk (mgr.14182) 1126 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:19.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:19 smithi037 conmon[35901]: 2024-02-18T01:37:19.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:19 smithi076 conmon[41576]: cluster 2024-02-18T01:37:19.444828+0000 mgr.smithi037.vsmnxk (mgr.14182) 1126 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:20.368 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:20.368 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:20.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:20 smithi037 conmon[35901]: audit 2024-02-18T01:37:20.364324+0000 mgr.smithi037.vsmnxk (mgr.14182) 1127 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:20 smithi076 conmon[41576]: audit 2024-02-18T01:37:20.364324+0000 mgr.smithi037.vsmnxk (mgr.14182) 1127 : audit [DBG] 2024-02-18T01:37:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:20 smithi076 conmon[41576]: from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:20.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:21.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:21 smithi037 conmon[35901]: cluster 2024-02-18T01:37:21.445412+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:37:21.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:21 smithi037 conmon[35901]: 1128 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:21 smithi076 conmon[41576]: cluster 2024-02-18T01:37:21.445412+0000 mgr.smithi037.vsmnxk (mgr.14182) 1128 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:21.996 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:23 smithi076 conmon[41576]: cluster 2024-02-18T01:37:23.445952+0000 mgr.smithi037.vsmnxk (mgr.14182) 1129 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:23.967 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:23.967 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:23.993 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:23 smithi037 conmon[35901]: cluster 2024-02-18T01: 2024-02-18T01:37:23.993 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:23 smithi037 conmon[35901]: 37:23.445952+0000 mgr.smithi037.vsmnxk (mgr.14182) 1129 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:24.551 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:24.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:24 smithi076 conmon[41576]: audit 2024-02-18T01:37:23.963625+0000 mgr.smithi037.vsmnxk (mgr.14182) 1130 : audit [DBG] 2024-02-18T01:37:24.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:24 smithi076 conmon[41576]: from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:25.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:24 smithi037 conmon[35901]: audit 2024-02-18T01:37:23.963625+0000 mgr.smithi037.vsmnxk (mgr.14182) 1130 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:25.552 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:25 smithi076 conmon[41576]: cluster 2024-02-18T01:37:25.446556+0000 mgr.smithi037.vsmnxk (mgr.14182) 1131 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:26.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:25 smithi037 conmon[35901]: cluster 2024-02-18T01:37:25.446556+0000 mgr.smithi037.vsmnxk (mgr.14182) 1131 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:26.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:25 smithi037 conmon[35901]: 2024-02-18T01:37:27.584 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:27.584 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:27 smithi076 conmon[41576]: cluster 2024-02-18T01:37:27.447104+0000 mgr.smithi037.vsmnxk (mgr.14182) 1132 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:28.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:27 smithi037 conmon[35901]: cluster 2024-02-18T01:37:27.447104+0000 mgr.smithi037.vsmnxk (mgr.14182) 1132 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:28.218 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:28.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:28 smithi076 conmon[41576]: audit 2024-02-18T01:37:27.580243+0000 mgr.smithi037.vsmnxk (mgr.14182) 1133 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:29.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:28 smithi037 conmon[35901]: audit 2024-02-18T01:37:27.580243+0000 mgr.smithi037.vsmnxk (mgr.14182) 1133 2024-02-18T01:37:29.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:28 smithi037 conmon[35901]: : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:29.219 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:29 smithi076 conmon[41576]: cluster 2024-02-18T01:37:29.447754+0000 mgr.smithi037.vsmnxk (mgr.14182) 1134 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:29.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:29 smithi037 conmon[35901]: cluster 2024-02-18T01:37:29.447754+0000 mgr.smithi037.vsmnxk (mgr.14182) 1134 2024-02-18T01:37:29.915 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:29 smithi037 conmon[35901]: : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:31.287 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:31.287 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:31 smithi037 conmon[35901]: audit 2024-02-18T01:37:31.281764+0000 mgr.smithi037.vsmnxk (mgr.14182) 1135 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:31 smithi037 conmon[35901]: cluster 2024-02-18T01:37:31.448273+0000 mgr.smithi037.vsmnxk (mgr.14182) 1136 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:31 smithi076 conmon[41576]: audit 2024-02-18T01:37:31.281764+0000 mgr.smithi037.vsmnxk (mgr.14182) 1135 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:31 smithi076 conmon[41576]: cluster 2024-02-18T01:37:31.448273+0000 mgr.smithi037.vsmnxk (mgr.14182) 1136 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:32.025 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:33.026 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:33.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:33 smithi076 conmon[41576]: cluster 2024-02-18T01:37:33.448711+0000 mgr.smithi037.vsmnxk (mgr.14182) 1137 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:33.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:33 smithi037 conmon[35901]: cluster 2024-02-18T01:37:33.448711+0000 mgr.smithi037.vsmnxk (mgr 2024-02-18T01:37:33.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:33 smithi037 conmon[35901]: .14182) 1137 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:35.022 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:35.022 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:35.641 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:35 smithi076 conmon[41576]: audit 2024-02-18T01:37:35.019585+0000 mgr.smithi037.vsmnxk (mgr.14182) 1138 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:35 smithi076 conmon[41576]: cluster 2024-02-18T01:37:35.449363+0000 mgr.smithi037.vsmnxk (mgr.14182) 1139 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:36.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:35 smithi037 conmon[35901]: audit 2024-02-18T01:37:35.019585+0000 mgr.smithi037.vsmnxk (mgr.14182) 1138 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:36.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:35 smithi037 conmon[35901]: cluster 2024-02-18T01:37:35.449363+0000 mgr.smithi037.vsmnxk (mgr.14182) 1139 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:36.642 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:37.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:37 smithi037 conmon[35901]: cluster 2024-02-18T01:37:37.450113+0000 mgr.smithi037.vsmnxk (mgr.14182) 1140 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:37.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:37 smithi076 conmon[41576]: cluster 2024-02-18T01:37:37.450113+0000 mgr.smithi037.vsmnxk (mgr.14182) 1140 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:38.590 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:38.590 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:39.267 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:39 smithi076 conmon[41576]: audit 2024-02-18T01:37:38.587155+0000 mgr.smithi037.vsmnxk (mgr.14182) 1141 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:39 smithi076 conmon[41576]: cluster 2024-02-18T01:37:39.450769+0000 mgr.smithi037.vsmnxk (mgr.14182) 1142 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:40.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:39 smithi037 conmon[35901]: audit 2024-02-18T01:37:38.587155+0000 mgr.smithi037.vsmnxk (mgr.14182) 1141 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:40.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:39 smithi037 conmon[35901]: cluster 2024-02-18T01:37:39.450769+0000 mgr.smithi037.vsmnxk (mgr.14182) 1142 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:40.268 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:41.814 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:41 smithi037 conmon[35901]: cluster 2024-02-18T01:37:41.451339+0000 mgr.smithi037.vsmnxk (mgr.14182) 1143 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:41 smithi076 conmon[41576]: cluster 2024-02-18T01:37:41.451339+0000 mgr.smithi037.vsmnxk (mgr.14182) 1143 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:42.236 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:42.236 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:42.842 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:42 smithi037 conmon[35901]: audit 2024-02-18T01:37:42.232326+0000 mgr.smithi037.vsmnxk (mgr.14182) 1144 2024-02-18T01:37:42.842 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:42 smithi037 conmon[35901]: : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:42.866 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:42.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:42 smithi076 conmon[41576]: audit 2024-02-18T01:37:42.232326+0000 mgr.smithi037.vsmnxk (mgr.14182) 1144 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:43.868 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:43 smithi076 conmon[41576]: cluster 2024-02-18T01:37:43.451766+0000 mgr.smithi037.vsmnxk (mgr.14182) 1145 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:43.904 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:43 smithi037 conmon[35901]: cluster 2024-02-18T01:37:43.451766+0000 mgr.smithi037.vsmnxk (mgr.14182) 1145 : 2024-02-18T01:37:43.904 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:43 smithi037 conmon[35901]: cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:45.803 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:45.803 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:45.827 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:45 smithi037 conmon[35901]: cluster 2024-02-18T01:37:45.452494+0000 mgr.smithi037.vsmnxk (mgr.14182) 1146 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:45.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:45 smithi076 conmon[41576]: cluster 2024-02-18T01:37:45.452494+0000 mgr.smithi037.vsmnxk (mgr.14182) 1146 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:46.449 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:46 smithi037 conmon[35901]: audit 2024-02-18T01:37:45.799889+0000 2024-02-18T01:37:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:46 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 1147 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:46 smithi076 conmon[41576]: audit 2024-02-18T01:37:45.799889+0000 mgr.smithi037.vsmnxk (mgr.14182) 1147 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:47.450 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:47 smithi037 conmon[35901]: cluster 2024-02-18T01:37:47.453107+0000 mgr.smithi037.vsmnxk (mgr.14182) 1148 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:47 smithi037 conmon[35901]: 2024-02-18T01:37:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:47 smithi076 conmon[41576]: cluster 2024-02-18T01:37:47.453107+0000 mgr.smithi037.vsmnxk (mgr.14182) 1148 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:47 smithi076 conmon[41576]: 2024-02-18T01:37:49.459 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:49.459 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:49.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:49 smithi037 conmon[35901]: cluster 2024-02-18T01:37:49.453616+0000 mgr.smithi037.vsmnxk (mgr.14182) 1149 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:49.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:49 smithi037 conmon[35901]: audit 2024-02-18T01:37:49.455778+0000 mgr.smithi037.vsmnxk (mgr.14182) 1150 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:49 smithi076 conmon[41576]: cluster 2024-02-18T01:37:49.453616+0000 mgr.smithi037.vsmnxk (mgr.14182) 1149 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:49 smithi076 conmon[41576]: audit 2024-02-18T01:37:49.455778+0000 mgr.smithi037.vsmnxk (mgr.14182) 1150 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:50.133 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:51.134 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:51.817 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:51 smithi037 conmon[35901]: cluster 2024-02-18T01:37:51.454137+0000 mgr.smithi037.vsmnxk (mgr.14182) 1151 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:51.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:51 smithi076 conmon[41576]: cluster 2024-02-18T01:37:51.454137+0000 mgr.smithi037.vsmnxk (mgr.14182) 1151 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:53.125 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:53.125 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:53.798 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:53 smithi076 conmon[41576]: audit 2024-02-18T01:37:53.122037+0000 mgr.smithi037.vsmnxk (mgr.14182) 1152 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:53 smithi076 conmon[41576]: cluster 2024-02-18T01:37:53.454596+0000 mgr.smithi037.vsmnxk (mgr.14182) 1153 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:54.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:53 smithi037 conmon[35901]: audit 2024-02-18T01:37:53.122037+0000 mgr.smithi037.vsmnxk (mgr.14182) 1152 : 2024-02-18T01:37:54.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:53 smithi037 conmon[35901]: audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:54.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:53 smithi037 conmon[35901]: cluster 2024-02-18T01:37:53.454596+0000 mgr.smithi037.vsmnxk (mgr.14182) 1153 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:54.799 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:55 smithi076 conmon[41576]: cluster 2024-02-18T01:37:55.455346+0000 mgr.smithi037.vsmnxk (mgr.14182) 1154 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:56.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:55 smithi037 conmon[35901]: cluster 2024-02-18T01:37:55.455346+0000 mgr.smithi037.vsmnxk (mgr.14182) 1154 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:56.781 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:37:56.781 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:28:50.667182Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.nqrhsy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:37:57.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:56 smithi076 conmon[41576]: audit 2024-02-18T01:37:56.830447+0000 mon.smithi037 (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi076.lguqsk"}]: dispatch 2024-02-18T01:37:57.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:56 smithi037 conmon[35901]: audit 2024-02-18T01:37:56.830447+0000 mon.smithi037 2024-02-18T01:37:57.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:56 smithi037 conmon[35901]: (mon.0) 739 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi076.lguqsk"}]: dispatch 2024-02-18T01:37:57.526 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:37:58.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: audit 2024-02-18T01:37:56.778301+0000 mgr.smithi037.vsmnxk (mgr.14182) 1155 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:58.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: cephadm 2024-02-18T01:37:56.829817+0000 mgr.smithi037.vsmnxk (mgr.14182) 1156 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.lguqsk ... 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:36:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:36:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:37:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: Traceback (most recent call last): 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: yield (conn, connr) 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: code, '\n'.join(err))) 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.lguqsk ... 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:36:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:36:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:37:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: 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/": 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: cephadm 2024-02-18T01:37:56.830104+0000 mgr.smithi037.vsmnxk (mgr.14182) 1157 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: cephadm 2024-02-18T01:37:56.831087+0000 mgr.smithi037.vsmnxk (mgr.14182) 1158 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi076.lguqsk ... 2024-02-18T01:37:58.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:37:58.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:36:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:36:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:37:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: cephadm 2024-02-18T01:37:56.832695+0000 mgr.smithi037.vsmnxk (mgr.14182) 1159 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi037.hjbwyg on smithi037 2024-02-18T01:37:58.268 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:57 smithi037 conmon[35901]: cluster 2024-02-18T01:37:57.455970+0000 mgr.smithi037.vsmnxk (mgr.14182) 1160 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:58.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: audit 2024-02-18T01:37:56.778301+0000 mgr.smithi037.vsmnxk (mgr.14182) 1155 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:37:58.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: cephadm 2024-02-18T01:37:56.829817+0000 mgr.smithi037.vsmnxk (mgr.14182) 1156 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.lguqsk ... 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:36:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:36:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:37:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.386 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: Traceback (most recent call last): 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: yield (conn, connr) 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: code, '\n'.join(err))) 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.lguqsk ... 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:36:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:36:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:37:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.387 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: cephadm 2024-02-18T01:37:56.830104+0000 mgr.smithi037.vsmnxk (mgr.14182) 1157 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: cephadm 2024-02-18T01:37:56.831087+0000 mgr.smithi037.vsmnxk (mgr.14182) 1158 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi076.lguqsk ... 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:36:00Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:36:37Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.388 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:37:16Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:37:58.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:37:58.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: 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=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:37:58.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: cephadm 2024-02-18T01:37:56.832695+0000 mgr.smithi037.vsmnxk (mgr.14182) 1159 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi037.hjbwyg on smithi037 2024-02-18T01:37:58.389 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:57 smithi076 conmon[41576]: cluster 2024-02-18T01:37:57.455970+0000 mgr.smithi037.vsmnxk (mgr.14182) 1160 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:37:58.527 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:37:59.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:37:59 smithi037 conmon[35901]: cluster 2024-02-18T01:37:59.456792+0000 mgr.smithi037.vsmnxk (mgr.14182) 1161 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-18T01:37:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:37:59 smithi076 conmon[41576]: cluster 2024-02-18T01:37:59.456792+0000 mgr.smithi037.vsmnxk (mgr.14182) 1161 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-18T01:38:00.573 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:00.574 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:01.462 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:01.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:01 smithi037 conmon[35901]: audit 2024-02-18T01:38:00.570398+0000 mgr.smithi037.vsmnxk (mgr.14182) 1162 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:01.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:01 smithi037 conmon[35901]: cluster 2024-02-18T01:38:01.457347+0000 mgr.smithi037.vsmnxk (mgr.14182) 1163 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 62 op/s 2024-02-18T01:38:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:01 smithi076 conmon[41576]: audit 2024-02-18T01:38:00.570398+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:38:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:01 smithi076 conmon[41576]: 1162 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:01 smithi076 conmon[41576]: cluster 2024-02-18T01:38:01.457347 2024-02-18T01:38:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:01 smithi076 conmon[41576]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 1163 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 62 op/s 2024-02-18T01:38:02.463 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:03.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:03 smithi037 conmon[35901]: cluster 2024-02-18T01:38:03.457988+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:38:03.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:03 smithi037 conmon[35901]: 14182) 1164 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 62 op/s 2024-02-18T01:38:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:03 smithi076 conmon[41576]: cluster 2024-02-18T01:38:03.457988+0000 mgr.smithi037.vsmnxk (mgr.14182) 1164 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 62 op/s 2024-02-18T01:38:04.566 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:04.567 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:05.249 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:05 smithi076 conmon[41576]: audit 2024-02-18T01:38:04.563564+0000 mgr.smithi037.vsmnxk (mgr.14182) 1165 : audit 2024-02-18T01:38:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:05 smithi076 conmon[41576]: [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:05 smithi076 conmon[41576]: cluster 2024-02-18T01:38:05.458769+0000 mgr.smithi037.vsmnxk (mgr.14182) 1166 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-18T01:38:06.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:05 smithi037 conmon[35901]: audit 2024-02-18T01:38:04.563564+0000 mgr.smithi037.vsmnxk (mgr.14182) 1165 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:06.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:05 smithi037 conmon[35901]: cluster 2024-02-18T01:38:05.458769+0000 mgr.smithi037.vsmnxk (mgr.14182) 1166 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 KiB/s rd, 0 B/s wr, 184 op/s 2024-02-18T01:38:06.250 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:07.835 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:07 smithi037 conmon[35901]: cluster 2024-02-18T01:38:07.459527+0000 mgr.smithi037.vsmnxk (mgr.14182) 1167 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 0 B/s wr, 193 op/s 2024-02-18T01:38:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:07 smithi076 conmon[41576]: cluster 2024-02-18T01:38:07.459527+0000 mgr.smithi037.vsmnxk (mgr.14182) 1167 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 0 B/s wr, 193 op/s 2024-02-18T01:38:08.257 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:08.257 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:08.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:08 smithi076 conmon[41576]: audit 2024-02-18T01:38:08.254055+0000 mgr.smithi037.vsmnxk (mgr.14182) 1168 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:08.903 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:08 smithi037 conmon[35901]: audit 2024-02-18T01:38:08.254055+0000 mgr.smithi037.vsmnxk 2024-02-18T01:38:08.904 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:08 smithi037 conmon[35901]: (mgr.14182) 1168 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:08.928 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:09 smithi076 conmon[41576]: cluster 2024-02-18T01:38:09.460244+0000 mgr.smithi037.vsmnxk (mgr.14182) 1169 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 0 B/s wr, 193 op/s 2024-02-18T01:38:09.929 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:09.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:09 smithi037 conmon[35901]: cluster 2024-02-18T01:38:09.460244+0000 mgr.smithi037.vsmnxk (mgr.14182) 1169 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 KiB/s rd, 0 B/s wr, 193 op/s 2024-02-18T01:38:11.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:11 smithi037 conmon[35901]: cluster 2024-02-18T01:38:11.460797+0000 mgr.smithi037.vsmnxk (mgr.14182) 1170 2024-02-18T01:38:11.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:11 smithi037 conmon[35901]: : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 KiB/s rd, 0 B/s wr, 187 op/s 2024-02-18T01:38:11.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:11 smithi076 conmon[41576]: cluster 2024-02-18T01:38:11.460797+0000 mgr.smithi037.vsmnxk (mgr.14182) 1170 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 113 KiB/s rd, 0 B/s wr, 187 op/s 2024-02-18T01:38:11.894 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:11.895 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:12.637 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:12.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:12 smithi076 conmon[41576]: audit 2024-02-18T01:38:11.891790+0000 mgr.smithi037.vsmnxk (mgr.14182) 1171 : audit 2024-02-18T01:38:12.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:12 smithi076 conmon[41576]: [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:13.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:12 smithi037 conmon[35901]: audit 2024-02-18T01:38:11.891790+0000 mgr.smithi037.vsmnxk (mgr.14182) 1171 2024-02-18T01:38:13.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:12 smithi037 conmon[35901]: : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:13.638 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:13.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:13 smithi076 conmon[41576]: cluster 2024-02-18T01:38:13.461268+0000 mgr.smithi037.vsmnxk (mgr.14182) 1172 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 130 op/s 2024-02-18T01:38:14.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:13 smithi037 conmon[35901]: cluster 2024-02-18T01:38:13.461268+0000 mgr.smithi037.vsmnxk (mgr.14182) 1172 : cluster 2024-02-18T01:38:14.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:13 smithi037 conmon[35901]: [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 130 op/s 2024-02-18T01:38:15.580 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:15.580 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:15.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:15 smithi076 conmon[41576]: cluster 2024-02-18T01:38:15.461843+0000 mgr.smithi037.vsmnxk (mgr.14182) 1173 : cluster [DBG] 2024-02-18T01:38:15.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:15 smithi076 conmon[41576]: pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 130 op/s 2024-02-18T01:38:16.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:15 smithi037 conmon[35901]: cluster 2024-02-18T01:38:15.461843+0000 mgr.smithi037.vsmnxk (mgr.14182) 1173 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 130 op/s 2024-02-18T01:38:16.227 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:16.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:16 smithi076 conmon[41576]: audit 2024-02-18T01:38:15.577358+0000 mgr.smithi037.vsmnxk (mgr.14182) 1174 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:16.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:16 smithi076 conmon[41576]: 2024-02-18T01:38:17.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:16 smithi037 conmon[35901]: audit 2024-02-18T01:38:15.577358+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:38:17.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:16 smithi037 conmon[35901]: 14182) 1174 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:17.228 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:17.875 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:17 smithi037 conmon[35901]: cluster 2024-02-18T01:38:17.462302+0000 mgr.smithi037.vsmnxk (mgr.14182) 1175 : 2024-02-18T01:38:17.875 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:17 smithi037 conmon[35901]: cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-18T01:38:17.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:17 smithi076 conmon[41576]: cluster 2024-02-18T01:38:17.462302+0000 mgr.smithi037.vsmnxk (mgr.14182) 1175 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 9 op/s 2024-02-18T01:38:19.264 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:19.264 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:19.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:19 smithi076 conmon[41576]: audit 2024-02-18T01:38:19.260785+0000 mgr.smithi037.vsmnxk (mgr.14182) 1176 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:19.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:19 smithi076 conmon[41576]: 2024-02-18T01:38:19.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:19 smithi076 conmon[41576]: cluster 2024-02-18T01:38:19.463144+0000 mgr.smithi037.vsmnxk (mgr.14182) 1177 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:19.904 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:19 smithi037 conmon[35901]: audit 2024-02-18T01:38:19.260785+0000 mgr.smithi037.vsmnxk (mgr.14182) 1176 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:19.904 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:19 smithi037 conmon[35901]: cluster 2024-02-18T01:38:19.463144+0000 mgr.smithi037.vsmnxk (mgr.14182) 1177 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:19.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:20.928 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:21.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:21 smithi037 conmon[35901]: cluster 2024-02-18T01:38:21.463695 2024-02-18T01:38:21.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:21 smithi037 conmon[35901]: +0000 mgr.smithi037.vsmnxk (mgr.14182) 1178 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:21 smithi076 conmon[41576]: cluster 2024-02-18T01:38:21.463695+0000 mgr.smithi037.vsmnxk (mgr.14182) 1178 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:22.863 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:22.864 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:23.444 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:23 smithi037 conmon[35901]: audit 2024-02-18T01:38:22.860438+0000 2024-02-18T01:38:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:23 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 1179 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:23.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:23 smithi037 conmon[35901]: cluster 2024-02-18T01:38:23.464295+0000 mgr.smithi037.vsmnxk (mgr.14182) 1180 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:23 smithi076 conmon[41576]: audit 2024-02-18T01:38:22.860438+0000 mgr.smithi037.vsmnxk (mgr.14182) 1179 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:23 smithi076 conmon[41576]: cluster 2024-02-18T01:38:23.464295+0000 mgr.smithi037.vsmnxk (mgr.14182) 1180 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:24.444 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:25 smithi076 conmon[41576]: cluster 2024-02-18T01:38:25.465022+0000 mgr.smithi037.vsmnxk (mgr.14182) 1181 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:25.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:25 smithi037 conmon[35901]: cluster 2024-02-18T01:38:25.465022+0000 mgr.smithi037.vsmnxk (mgr.14182) 1181 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:26.410 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:26.411 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:26.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:26 smithi037 conmon[35901]: audit 2024-02-18T01:38:26.407596+0000 2024-02-18T01:38:26.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:26 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 1182 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:26.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:26 smithi076 conmon[41576]: audit 2024-02-18T01:38:26.407596+0000 mgr.smithi037.vsmnxk (mgr.14182) 1182 : audit 2024-02-18T01:38:26.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:26 smithi076 conmon[41576]: [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:27.093 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:27 smithi076 conmon[41576]: cluster 2024-02-18T01:38:27.465738+0000 mgr.smithi037.vsmnxk (mgr.14182) 1183 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:27 smithi076 conmon[41576]: 2024-02-18T01:38:28.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:27 smithi037 conmon[35901]: cluster 2024-02-18T01:38:27.465738+0000 mgr.smithi037.vsmnxk (mgr.14182) 1183 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:28.094 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:29.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:29 smithi037 conmon[35901]: cluster 2024-02-18T01:38:29.466599+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:38:29.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:29 smithi037 conmon[35901]: ) 1184 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:29 smithi076 conmon[41576]: cluster 2024-02-18T01:38:29.466599+0000 mgr.smithi037.vsmnxk (mgr.14182) 1184 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:30.132 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:30.132 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:30.810 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:30 smithi076 conmon[41576]: audit 2024-02-18T01:38:30.128596+0000 mgr.smithi037.vsmnxk (mgr.14182) 1185 : audit 2024-02-18T01:38:30.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:30 smithi076 conmon[41576]: [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:31.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:30 smithi037 conmon[35901]: audit 2024-02-18T01:38:30.128596+0000 mgr.smithi037.vsmnxk (mgr.14182) 1185 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:31.811 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:31.847 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:31 smithi037 conmon[35901]: cluster 2024-02-18T01:38:31.467313+0000 mgr.smithi037.vsmnxk (mgr.14182) 1186 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:31 smithi076 conmon[41576]: cluster 2024-02-18T01:38:31.467313+0000 mgr.smithi037.vsmnxk (mgr.14182) 1186 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:33.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:33 smithi037 conmon[35901]: cluster 2024-02-18T01:38:33.467710+0000 mgr.smithi037.vsmnxk (mgr.14182) 1187 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:33.822 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:33.822 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:33.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:33 smithi076 conmon[41576]: cluster 2024-02-18T01:38:33.467710+0000 mgr.smithi037.vsmnxk (mgr.14182) 1187 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:34.458 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:34.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:34 smithi037 conmon[35901]: audit 2024-02-18T01:38:33.819084+0000 mgr.smithi037.vsmnxk (mgr.14182) 1188 2024-02-18T01:38:34.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:34 smithi037 conmon[35901]: : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:34.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:34 smithi076 conmon[41576]: audit 2024-02-18T01:38:33.819084+0000 mgr.smithi037.vsmnxk (mgr.14182) 1188 : audit 2024-02-18T01:38:34.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:34 smithi076 conmon[41576]: [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:35.460 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:35.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:35 smithi037 conmon[35901]: cluster 2024-02-18T01:38:35.468352+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:38:35.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:35 smithi037 conmon[35901]: 14182) 1189 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:35 smithi076 conmon[41576]: cluster 2024-02-18T01:38:35.468352+0000 mgr.smithi037.vsmnxk (mgr.14182) 1189 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:37.547 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:37.547 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:37.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:37 smithi076 conmon[41576]: cluster 2024-02-18T01:38:37.468848+0000 mgr.smithi037.vsmnxk (mgr.14182) 1190 2024-02-18T01:38:37.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:37 smithi076 conmon[41576]: : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:38.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:37 smithi037 conmon[35901]: cluster 2024-02-18T01:38:37.468848+0000 mgr.smithi037.vsmnxk (mgr.14182) 1190 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:38.216 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:38.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:38 smithi076 conmon[41576]: audit 2024-02-18T01:38:37.543410+0000 mgr.smithi037.vsmnxk (mgr.14182) 1191 : audit [DBG] 2024-02-18T01:38:38.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:38 smithi076 conmon[41576]: from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:39.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:38 smithi037 conmon[35901]: audit 2024-02-18T01:38:37.543410+0000 mgr.smithi037.vsmnxk (mgr.14182) 1191 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:39.217 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:39 smithi076 conmon[41576]: cluster 2024-02-18T01:38:39.469445+0000 mgr.smithi037.vsmnxk (mgr.14182) 1192 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:39 smithi076 conmon[41576]: 2024-02-18T01:38:39.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:39 smithi037 conmon[35901]: cluster 2024-02-18T01:38:39.469445+0000 mgr.smithi037.vsmnxk (mgr.14182) 1192 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:39.911 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:39 smithi037 conmon[35901]: 2024-02-18T01:38:41.252 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:41.252 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:41 smithi076 conmon[41576]: audit 2024-02-18T01:38:41.248564+0000 mgr.smithi037.vsmnxk (mgr.14182) 1193 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:41 smithi076 conmon[41576]: 2024-02-18T01:38:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:41 smithi076 conmon[41576]: cluster 2024-02-18T01:38:41.470178+0000 mgr.smithi037.vsmnxk (mgr.14182) 1194 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:41.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:41 smithi037 conmon[35901]: audit 2024-02-18T01:38:41.248564+0000 mgr.smithi037.vsmnxk (mgr.14182) 1193 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:41.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:41 smithi037 conmon[35901]: cluster 2024-02-18T01:38:41.470178+0000 mgr.smithi037.vsmnxk (mgr.14182) 1194 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:41.941 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:42.941 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:43.752 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:43 smithi037 conmon[35901]: cluster 2024-02-18T01:38:43.470569+0000 mgr.smithi037.vsmnxk (mgr.14182) 1195 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:43 smithi076 conmon[41576]: cluster 2024-02-18T01:38:43.470569+0000 mgr.smithi037.vsmnxk (mgr.14182) 1195 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:44.833 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:44.834 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:45.465 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:45.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:45 smithi037 conmon[35901]: audit 2024-02-18T01:38:44.829832+0000 mgr.smithi037.vsmnxk (mgr.14182) 1196 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:45.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:45 smithi037 conmon[35901]: cluster 2024-02-18T01:38:45.471315+0000 mgr.smithi037.vsmnxk (mgr.14182) 1197 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:45.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:45 smithi076 conmon[41576]: audit 2024-02-18T01:38:44.829832+0000 mgr.smithi037.vsmnxk (mgr.14182) 1196 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:45.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:45 smithi076 conmon[41576]: cluster 2024-02-18T01:38:45.471315+0000 mgr.smithi037.vsmnxk (mgr.14182) 1197 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:46.466 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:47 smithi037 conmon[35901]: cluster 2024-02-18T01:38:47.472023+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:38:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:47 smithi037 conmon[35901]: 1198 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:47 smithi076 conmon[41576]: cluster 2024-02-18T01:38:47.472023+0000 mgr.smithi037.vsmnxk (mgr.14182) 1198 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:47 smithi076 conmon[41576]: 2024-02-18T01:38:48.439 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:48.439 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:48.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:48 smithi037 conmon[35901]: audit 2024-02-18T01:38:48.435250+0000 mgr.smithi037.vsmnxk (mgr.14182) 1199 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:48.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:48 smithi076 conmon[41576]: audit 2024-02-18T01:38:48.435250+0000 mgr.smithi037.vsmnxk (mgr.14182) 1199 : audit [DBG] 2024-02-18T01:38:48.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:48 smithi076 conmon[41576]: from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:49.064 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:49 smithi076 conmon[41576]: cluster 2024-02-18T01:38:49.472710+0000 mgr.smithi037.vsmnxk (mgr.14182) 1200 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:49 smithi076 conmon[41576]: 2024-02-18T01:38:50.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:49 smithi037 conmon[35901]: cluster 2024-02-18T01:38:49.472710+0000 mgr.smithi037.vsmnxk (mgr.14182) 1200 : cluster [DBG] 2024-02-18T01:38:50.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:49 smithi037 conmon[35901]: pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:50.065 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:51.639 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:51 smithi037 conmon[35901]: cluster 2024-02-18T01:38:51.473446+0000 mgr.smithi037.vsmnxk (mgr.14182) 1201 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:51.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:51 smithi076 conmon[41576]: cluster 2024-02-18T01:38:51.473446+0000 mgr.smithi037.vsmnxk (mgr.14182) 1201 : cluster [DBG] 2024-02-18T01:38:51.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:51 smithi076 conmon[41576]: pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:52.044 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:52.044 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:52.680 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:52 smithi076 conmon[41576]: audit 2024-02-18T01:38:52.040992+0000 mgr.smithi037.vsmnxk (mgr.14182) 1202 : audit 2024-02-18T01:38:52.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:52 smithi076 conmon[41576]: [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:53.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:52 smithi037 conmon[35901]: audit 2024-02-18T01:38:52.040992+0000 mgr.smithi037.vsmnxk (mgr.14182) 1202 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:53.681 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:53 smithi076 conmon[41576]: cluster 2024-02-18T01:38:53.473767+0000 mgr.smithi037.vsmnxk (mgr.14182) 1203 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:53 smithi076 conmon[41576]: 2024-02-18T01:38:54.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:53 smithi037 conmon[35901]: cluster 2024-02-18T01:38:53.473767+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:38:54.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:53 smithi037 conmon[35901]: 14182) 1203 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:55.659 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:55.660 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:56.258 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:38:56.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:56 smithi037 conmon[35901]: cluster 2024-02-18T01:38:55.474351+0000 mgr.smithi037.vsmnxk (mgr.14182) 1204 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:56.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:56 smithi076 conmon[41576]: cluster 2024-02-18T01:38:55.474351+0000 mgr.smithi037.vsmnxk (mgr.14182) 1204 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:56.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:56 smithi076 conmon[41576]: 2024-02-18T01:38:57.259 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:38:57.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:57 smithi037 conmon[35901]: audit 2024-02-18T01:38:55.655948+0000 mgr.smithi037.vsmnxk (mgr.14182) 1205 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:57 smithi076 conmon[41576]: audit 2024-02-18T01:38:55.655948+0000 mgr.smithi037.vsmnxk (mgr.14182) 1205 : audit 2024-02-18T01:38:57.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:57 smithi076 conmon[41576]: [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:58.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:58 smithi037 conmon[35901]: cluster 2024-02-18T01:38:57.474807+0000 2024-02-18T01:38:58.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:58 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 1206 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:58.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:58 smithi076 conmon[41576]: cluster 2024-02-18T01:38:57.474807+0000 mgr.smithi037.vsmnxk (mgr.14182) 1206 : cluster [DBG] 2024-02-18T01:38:58.635 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:58 smithi076 conmon[41576]: pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:59.286 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:38:59.286 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:38:59.567 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:59 smithi037 conmon[35901]: audit 2024-02-18T01:38:59.282638+0000 mgr.smithi037.vsmnxk (mgr.14182) 1207 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:59.567 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:38:59 smithi037 conmon[35901]: cluster 2024-02-18T01:38:59.475431+0000 mgr.smithi037.vsmnxk (mgr.14182) 1208 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:59 smithi076 conmon[41576]: audit 2024-02-18T01:38:59.282638+0000 mgr.smithi037.vsmnxk (mgr.14182) 1207 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:38:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:38:59 smithi076 conmon[41576]: cluster 2024-02-18T01:38:59.475431+0000 mgr.smithi037.vsmnxk (mgr.14182) 1208 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:38:59.938 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:00.939 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:01 smithi037 conmon[35901]: cluster 2024-02-18T01:39:01.475992+0000 2024-02-18T01:39:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:01 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 1209 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:01 smithi076 conmon[41576]: cluster 2024-02-18T01:39:01.475992+0000 mgr.smithi037.vsmnxk (mgr.14182) 1209 : cluster 2024-02-18T01:39:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:01 smithi076 conmon[41576]: [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:02.945 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:02.945 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:03.587 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:03 smithi076 conmon[41576]: audit 2024-02-18T01:39:02.941557+0000 mgr.smithi037.vsmnxk (mgr.14182) 1210 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:03 smithi076 conmon[41576]: cluster 2024-02-18T01:39:03.476528+0000 mgr.smithi037.vsmnxk (mgr.14182) 1211 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:04.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:03 smithi037 conmon[35901]: audit 2024-02-18T01:39:02.941557+0000 mgr.smithi037.vsmnxk (mgr.14182) 1210 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:04.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:03 smithi037 conmon[35901]: cluster 2024-02-18T01:39:03.476528+0000 mgr.smithi037.vsmnxk (mgr.14182) 1211 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:04.588 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:05.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:05 smithi037 conmon[35901]: cluster 2024-02-18T01:39:05.477453+0000 mgr.smithi037.vsmnxk (mgr.14182) 1212 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:05.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:05 smithi037 conmon[35901]: 2024-02-18T01:39:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:05 smithi076 conmon[41576]: cluster 2024-02-18T01:39:05.477453+0000 mgr.smithi037.vsmnxk (mgr.14182) 1212 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:05 smithi076 conmon[41576]: 2024-02-18T01:39:06.585 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:06.585 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:07.230 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:07 smithi076 conmon[41576]: audit 2024-02-18T01:39:06.581570+0000 mgr.smithi037.vsmnxk (mgr.14182) 1213 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:07 smithi076 conmon[41576]: cluster 2024-02-18T01:39:07.478128+0000 mgr.smithi037.vsmnxk (mgr.14182) 1214 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:08.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:07 smithi037 conmon[35901]: audit 2024-02-18T01:39:06.581570+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:39:08.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:07 smithi037 conmon[35901]: 14182) 1213 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:08.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:07 smithi037 conmon[35901]: cluster 2024-02-18T01:39:07.478128+0000 mgr.smithi037.vsmnxk (mgr.14182) 1214 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:08.231 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:09.828 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:09 smithi037 conmon[35901]: cluster 2024-02-18T01:39:09.478850+0000 mgr.smithi037.vsmnxk 2024-02-18T01:39:09.829 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:09 smithi037 conmon[35901]: (mgr.14182) 1215 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:09 smithi076 conmon[41576]: cluster 2024-02-18T01:39:09.478850+0000 mgr.smithi037.vsmnxk (mgr.14182) 1215 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:10.248 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:10.249 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:10 smithi076 conmon[41576]: audit 2024-02-18T01:39:10.245345+0000 mgr.smithi037.vsmnxk (mgr.14182) 1216 : audit 2024-02-18T01:39:10.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:10 smithi076 conmon[41576]: [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:10.948 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:10 smithi037 conmon[35901]: audit 2024-02-18T01:39:10.245345+0000 mgr.smithi037.vsmnxk (mgr.14182) 1216 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:10.971 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:11.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:11 smithi076 conmon[41576]: cluster 2024-02-18T01:39:11.479357+0000 mgr.smithi037.vsmnxk (mgr.14182) 1217 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:11.973 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:12.007 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:11 smithi037 conmon[35901]: cluster 2024-02-18T01:39:11.479357+0000 2024-02-18T01:39:12.007 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:11 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 1217 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:13.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:13 smithi076 conmon[41576]: cluster 2024-02-18T01:39:13.479901+0000 mgr.smithi037.vsmnxk (mgr.14182) 1218 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:13.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:13 smithi076 conmon[41576]: 2024-02-18T01:39:13.977 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:13.977 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:14.001 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:13 smithi037 conmon[35901]: cluster 2024-02-18T01:39:13.479901+0000 mgr.smithi037.vsmnxk (mgr.14182) 1218 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:14.703 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:14.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:14 smithi076 conmon[41576]: audit 2024-02-18T01:39:13.974606+0000 mgr.smithi037.vsmnxk (mgr.14182) 1219 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:15.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:14 smithi037 conmon[35901]: audit 2024-02-18T01:39:13.974606+0000 mgr.smithi037.vsmnxk (mgr.14182) 1219 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:15.704 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:15.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:15 smithi076 conmon[41576]: cluster 2024-02-18T01:39:15.480560+0000 mgr.smithi037.vsmnxk (mgr.14182) 1220 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:16.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:15 smithi037 conmon[35901]: cluster 2024-02-18T01:39:15.480560+0000 mgr.smithi037.vsmnxk (mgr.14182) 1220 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:17.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:17 smithi037 conmon[35901]: cluster 2024-02-18T01:39:17.481133+0000 mgr.smithi037.vsmnxk (mgr.14182) 1221 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:17.777 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:17.777 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:17.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:17 smithi076 conmon[41576]: cluster 2024-02-18T01:39:17.481133+0000 mgr.smithi037.vsmnxk (mgr.14182) 1221 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:18.402 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:18 smithi037 conmon[35901]: audit 2024-02-18T01:39:17.774347+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:39:18.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:18 smithi037 conmon[35901]: 1222 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:18.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:18 smithi076 conmon[41576]: audit 2024-02-18T01:39:17.774347+0000 mgr.smithi037.vsmnxk (mgr.14182) 1222 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:19.404 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:19.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:19 smithi037 conmon[35901]: cluster 2024-02-18T01:39:19.481972+0000 mgr.smithi037.vsmnxk (mgr.14182) 1223 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:19.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:19 smithi076 conmon[41576]: cluster 2024-02-18T01:39:19.481972+0000 mgr.smithi037.vsmnxk (mgr.14182) 1223 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:21.470 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:21.471 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:21.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:21 smithi037 conmon[35901]: audit 2024-02-18T01:39:21.467173+0000 mgr.smithi037.vsmnxk (mgr.14182) 1224 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:21.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:21 smithi037 conmon[35901]: cluster 2024-02-18T01:39:21.482496+0000 mgr.smithi037.vsmnxk (mgr.14182) 1225 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:21 smithi076 conmon[41576]: audit 2024-02-18T01:39:21.467173+0000 mgr.smithi037.vsmnxk (mgr.14182) 1224 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:21 smithi076 conmon[41576]: cluster 2024-02-18T01:39:21.482496+0000 mgr.smithi037.vsmnxk (mgr.14182) 1225 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:22.160 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:23.161 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:23 smithi076 conmon[41576]: cluster 2024-02-18T01:39:23.482840+0000 mgr.smithi037.vsmnxk (mgr.14182) 1226 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:24.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:23 smithi037 conmon[35901]: cluster 2024-02-18T01:39:23.482840+0000 mgr.smithi037.vsmnxk (mgr.14182) 1226 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:25.166 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:25.167 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:25.842 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:25 smithi037 conmon[35901]: audit 2024-02-18T01:39:25.160582+0000 mgr.smithi037.vsmnxk (mgr.14182) 1227 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:25.842 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:25 smithi037 conmon[35901]: cluster 2024-02-18T01:39:25.483488+0000 mgr.smithi037.vsmnxk (mgr.14182) 1228 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:25.845 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:25 smithi076 conmon[41576]: audit 2024-02-18T01:39:25.160582+0000 mgr.smithi037.vsmnxk (mgr.14182) 1227 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:25 smithi076 conmon[41576]: cluster 2024-02-18T01:39:25.483488+0000 mgr.smithi037.vsmnxk (mgr.14182) 1228 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:26.846 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:27.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:27 smithi037 conmon[35901]: cluster 2024-02-18T01:39:27.484015+0000 mgr.smithi037.vsmnxk (mgr.14182) 1229 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:27.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:27 smithi037 conmon[35901]: 2024-02-18T01:39:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:27 smithi076 conmon[41576]: cluster 2024-02-18T01:39:27.484015+0000 mgr.smithi037.vsmnxk (mgr.14182) 1229 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:28.909 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:28.910 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:29.610 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:29 smithi076 conmon[41576]: audit 2024-02-18T01:39:28.906071+0000 mgr.smithi037.vsmnxk (mgr.14182) 1230 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:29 smithi076 conmon[41576]: cluster 2024-02-18T01:39:29.484765+0000 mgr.smithi037.vsmnxk (mgr.14182) 1231 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:30.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:29 smithi037 conmon[35901]: audit 2024-02-18T01:39:28.906071+0000 mgr.smithi037.vsmnxk (mgr.14182) 1230 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:30.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:29 smithi037 conmon[35901]: cluster 2024-02-18T01:39:29.484765+0000 mgr.smithi037.vsmnxk (mgr.14182) 1231 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:30.611 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:31 smithi037 conmon[35901]: cluster 2024-02-18T01:39:31.485323+0000 mgr.smithi037.vsmnxk (mgr.14182) 1232 : 2024-02-18T01:39:31.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:31 smithi037 conmon[35901]: cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:31.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:31 smithi076 conmon[41576]: cluster 2024-02-18T01:39:31.485323+0000 mgr.smithi037.vsmnxk (mgr.14182) 1232 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:32.582 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:32.582 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:33.217 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:33.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:33 smithi076 conmon[41576]: audit 2024-02-18T01:39:32.578259+0000 mgr.smithi037.vsmnxk (mgr.14182) 1233 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:33.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:33 smithi076 conmon[41576]: cluster 2024-02-18T01:39:33.485756+0000 mgr.smithi037.vsmnxk (mgr.14182) 1234 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:34.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:33 smithi037 conmon[35901]: audit 2024-02-18T01:39:32.578259+0000 mgr.smithi037.vsmnxk (mgr.14182) 1233 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:34.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:33 smithi037 conmon[35901]: cluster 2024-02-18T01:39:33.485756+0000 mgr.smithi037.vsmnxk (mgr.14182) 1234 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:34.218 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:35.743 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:35 smithi037 conmon[35901]: cluster 2024-02-18T01:39:35.486397+0000 mgr.smithi037.vsmnxk (mgr.14182) 1235 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:35.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:35 smithi076 conmon[41576]: cluster 2024-02-18T01:39:35.486397+0000 mgr.smithi037.vsmnxk (mgr.14182) 1235 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:36.169 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:36.169 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:36.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:36.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:36 smithi076 conmon[41576]: audit 2024-02-18T01:39:36.165783+0000 mgr.smithi037.vsmnxk (mgr.14182) 1236 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:36 smithi037 conmon[35901]: audit 2024-02-18T01:39:36.165783+0000 mgr.smithi037.vsmnxk (mgr.14182 2024-02-18T01:39:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:36 smithi037 conmon[35901]: ) 1236 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:37.800 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:37.836 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:37 smithi037 conmon[35901]: cluster 2024-02-18T01:39:37.487014+0000 mgr.smithi037.vsmnxk (mgr.14182) 1237 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:37.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:37 smithi076 conmon[41576]: cluster 2024-02-18T01:39:37.487014+0000 mgr.smithi037.vsmnxk (mgr.14182) 1237 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:39.729 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:39.730 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:39.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:39 smithi076 conmon[41576]: cluster 2024-02-18T01:39:39.487592+0000 mgr.smithi037.vsmnxk (mgr.14182) 1238 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:39.978 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:39 smithi037 conmon[35901]: cluster 2024-02-18T01:39:39.487592+0000 mgr.smithi037.vsmnxk (mgr.14182) 1238 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:40.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:40.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:40 smithi037 conmon[35901]: audit 2024-02-18T01:39:39.725655+0000 mgr.smithi037.vsmnxk (mgr.14182) 1239 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:40.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:40 smithi076 conmon[41576]: audit 2024-02-18T01:39:39.725655+0000 mgr.smithi037.vsmnxk (mgr.14182) 1239 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:41.350 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:41.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:41 smithi037 conmon[35901]: cluster 2024-02-18T01:39:41.488224+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:39:41.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:41 smithi037 conmon[35901]: mgr.14182) 1240 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:41.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:41 smithi076 conmon[41576]: cluster 2024-02-18T01:39:41.488224+0000 mgr.smithi037.vsmnxk (mgr.14182) 1240 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:43.295 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:43.295 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:43 smithi076 conmon[41576]: audit 2024-02-18T01:39:43.291636+0000 mgr.smithi037.vsmnxk (mgr.14182) 1241 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:43 smithi076 conmon[41576]: cluster 2024-02-18T01:39:43.488665+0000 mgr.smithi037.vsmnxk (mgr.14182) 1242 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:43.907 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:43 smithi037 conmon[35901]: audit 2024-02-18T01:39:43.291636+0000 mgr.smithi037.vsmnxk (mgr.14182) 1241 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:43.907 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:43 smithi037 conmon[35901]: cluster 2024-02-18T01:39:43.488665+0000 mgr.smithi037.vsmnxk (mgr.14182) 1242 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:43.931 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:44.931 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:45.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:45 smithi037 conmon[35901]: cluster 2024-02-18T01:39:45.489528+0000 mgr.smithi037.vsmnxk (mgr.14182) 1243 : cluster [DBG] 2024-02-18T01:39:45.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:45 smithi037 conmon[35901]: pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:45.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:45 smithi076 conmon[41576]: cluster 2024-02-18T01:39:45.489528+0000 mgr.smithi037.vsmnxk (mgr.14182) 1243 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:47.027 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:47.027 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:47.674 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:47 smithi076 conmon[41576]: audit 2024-02-18T01:39:47.023265+0000 mgr.smithi037.vsmnxk (mgr.14182) 1244 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:47 smithi076 conmon[41576]: 2024-02-18T01:39:47.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:47 smithi076 conmon[41576]: cluster 2024-02-18T01:39:47.490188+0000 mgr.smithi037.vsmnxk (mgr.14182) 1245 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:48.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:47 smithi037 conmon[35901]: audit 2024-02-18T01:39:47.023265+0000 mgr.smithi037.vsmnxk (mgr.14182) 1244 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:48.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:47 smithi037 conmon[35901]: cluster 2024-02-18T01:39:47.490188+0000 mgr.smithi037.vsmnxk (mgr.14182) 1245 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:48.674 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:49.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:49 smithi037 conmon[35901]: cluster 2024-02-18T01:39:49.490875+0000 mgr.smithi037.vsmnxk (mgr.14182) 1246 2024-02-18T01:39:49.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:49 smithi037 conmon[35901]: : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:49.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:49 smithi076 conmon[41576]: cluster 2024-02-18T01:39:49.490875+0000 mgr.smithi037.vsmnxk (mgr.14182) 1246 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:50.624 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:50.624 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:51.331 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:51.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:51 smithi076 conmon[41576]: audit 2024-02-18T01:39:50.620170+0000 mgr.smithi037.vsmnxk (mgr.14182) 1247 : audit [DBG] 2024-02-18T01:39:51.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:51 smithi076 conmon[41576]: from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:51.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:51 smithi076 conmon[41576]: cluster 2024-02-18T01:39:51.491425+0000 mgr.smithi037.vsmnxk (mgr.14182) 1248 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:52.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:51 smithi037 conmon[35901]: audit 2024-02-18T01:39:50.620170+0000 mgr.smithi037.vsmnxk (mgr.14182) 1247 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:52.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:51 smithi037 conmon[35901]: cluster 2024-02-18T01:39:51.491425+0000 mgr.smithi037.vsmnxk (mgr.14182) 1248 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:52.332 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:53.848 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:53 smithi037 conmon[35901]: cluster 2024-02-18T01:39:53.492006+0000 mgr.smithi037.vsmnxk (mgr.14182) 1249 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:53.848 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:53 smithi037 conmon[35901]: 2024-02-18T01:39:53.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:53 smithi076 conmon[41576]: cluster 2024-02-18T01:39:53.492006+0000 mgr.smithi037.vsmnxk (mgr.14182) 1249 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:54.278 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:54.278 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:54.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:54 smithi076 conmon[41576]: audit 2024-02-18T01:39:54.275272+0000 mgr.smithi037.vsmnxk (mgr.14182) 1250 : audit 2024-02-18T01:39:54.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:54 smithi076 conmon[41576]: [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:54.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:54 smithi037 conmon[35901]: audit 2024-02-18T01:39:54.275272+0000 mgr.smithi037.vsmnxk (mgr.14182) 1250 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:55.008 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:55.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:55 smithi076 conmon[41576]: cluster 2024-02-18T01:39:55.492816+0000 mgr.smithi037.vsmnxk (mgr.14182) 1251 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:56.009 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:56.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:55 smithi037 conmon[35901]: cluster 2024-02-18T01:39:55.492816+0000 mgr.smithi037.vsmnxk (mgr.14182) 1251 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:57 smithi076 conmon[41576]: cluster 2024-02-18T01:39:57.494870+0000 mgr.smithi037.vsmnxk (mgr.14182) 1252 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:57.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:57 smithi076 conmon[41576]: 2024-02-18T01:39:58.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:57 smithi037 conmon[35901]: cluster 2024-02-18T01:39:57.494870+0000 mgr.smithi037.vsmnxk (mgr.14182) 1252 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:39:58.042 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:39:58.042 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:39:58.723 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:39:58.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:58 smithi076 conmon[41576]: audit 2024-02-18T01:39:58.038900+0000 mgr.smithi037.vsmnxk (mgr.14182) 1253 : audit 2024-02-18T01:39:58.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:58 smithi076 conmon[41576]: [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:58 smithi037 conmon[35901]: audit 2024-02-18T01:39:58.038900+0000 mgr.smithi037.vsmnxk (mgr.14182) 1253 : audit 2024-02-18T01:39:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:58 smithi037 conmon[35901]: [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:39:59.724 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:39:59.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:39:59 smithi076 conmon[41576]: cluster 2024-02-18T01:39:59.495501+0000 mgr.smithi037.vsmnxk (mgr.14182) 1254 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:00.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:59 smithi037 conmon[35901]: cluster 2024-02-18T01:39:59.495501+0000 mgr.smithi037.vsmnxk (mgr.14182) 1254 : cluster [DBG] 2024-02-18T01:40:00.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:39:59 smithi037 conmon[35901]: pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:00.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:00 smithi037 conmon[35901]: cluster 2024-02-18T01:40:00.000099+0000 mon.smithi037 (mon.0) 740 : cluster [INF] 2024-02-18T01:40:00.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:00 smithi037 conmon[35901]: overall HEALTH_OK 2024-02-18T01:40:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:00 smithi076 conmon[41576]: cluster 2024-02-18T01:40:00.000099+0000 mon.smithi037 (mon.0) 740 : cluster 2024-02-18T01:40:00.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:00 smithi076 conmon[41576]: [INF] overall HEALTH_OK 2024-02-18T01:40:01.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:01 smithi037 conmon[35901]: cluster 2024-02-18T01:40:01.496050+0000 mgr.smithi037.vsmnxk (mgr.14182) 1255 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:01.787 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:01.787 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:01 smithi076 conmon[41576]: cluster 2024-02-18T01:40:01.496050+0000 mgr.smithi037.vsmnxk (mgr.14182) 1255 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:02.446 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:02.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:02 smithi037 conmon[35901]: audit 2024-02-18T01:40:01.784206+0000 mgr.smithi037.vsmnxk (mgr.14182) 1256 : audit 2024-02-18T01:40:02.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:02 smithi037 conmon[35901]: [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:02.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:02 smithi076 conmon[41576]: audit 2024-02-18T01:40:01.784206+0000 mgr.smithi037.vsmnxk (mgr.14182) 1256 : 2024-02-18T01:40:02.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:02 smithi076 conmon[41576]: audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:03.447 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:03.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:03 smithi037 conmon[35901]: cluster 2024-02-18T01:40:03.496538+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:40:03.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:03 smithi037 conmon[35901]: 1257 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:03.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:03 smithi076 conmon[41576]: cluster 2024-02-18T01:40:03.496538+0000 mgr.smithi037.vsmnxk (mgr.14182) 1257 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:05.454 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:05.454 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:05.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:05 smithi037 conmon[35901]: audit 2024-02-18T01:40:05.449656+0000 mgr.smithi037.vsmnxk (mgr.14182) 1258 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:05.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:05 smithi037 conmon[35901]: cluster 2024-02-18T01:40:05.497254+0000 mgr.smithi037.vsmnxk (mgr.14182) 1259 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:05 smithi076 conmon[41576]: audit 2024-02-18T01:40:05.449656+0000 mgr.smithi037.vsmnxk (mgr.14182) 1258 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:05 smithi076 conmon[41576]: 2024-02-18T01:40:05.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:05 smithi076 conmon[41576]: cluster 2024-02-18T01:40:05.497254+0000 mgr.smithi037.vsmnxk (mgr.14182) 1259 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:06.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:07.172 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:07.835 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:07 smithi037 conmon[35901]: cluster 2024-02-18T01:40:07.497724+0000 mgr.smithi037.vsmnxk (mgr.14182) 1260 : cluster 2024-02-18T01:40:07.835 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:07 smithi037 conmon[35901]: [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:07 smithi076 conmon[41576]: cluster 2024-02-18T01:40:07.497724+0000 mgr.smithi037.vsmnxk (mgr.14182) 1260 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:07.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:07 smithi076 conmon[41576]: 2024-02-18T01:40:09.176 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:09.176 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:09 smithi037 conmon[35901]: audit 2024-02-18T01:40:09.172309+0000 mgr.smithi037.vsmnxk (mgr.14182) 1261 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:09.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:09 smithi037 conmon[35901]: cluster 2024-02-18T01:40:09.498377+0000 mgr.smithi037.vsmnxk (mgr.14182) 1262 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:09.837 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:09 smithi076 conmon[41576]: audit 2024-02-18T01:40:09.172309+0000 mgr.smithi037.vsmnxk (mgr.14182) 1261 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:09 smithi076 conmon[41576]: 2024-02-18T01:40:09.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:09 smithi076 conmon[41576]: cluster 2024-02-18T01:40:09.498377+0000 mgr.smithi037.vsmnxk (mgr.14182) 1262 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:10.838 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:11.690 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:11 smithi037 conmon[35901]: cluster 2024-02-18T01:40:11.499112+0000 mgr.smithi037.vsmnxk (mgr.14182) 1263 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:11.691 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:11 smithi037 conmon[35901]: 2024-02-18T01:40:11.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:11 smithi076 conmon[41576]: cluster 2024-02-18T01:40:11.499112+0000 mgr.smithi037.vsmnxk (mgr.14182) 1263 : cluster [DBG] 2024-02-18T01:40:11.887 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:11 smithi076 conmon[41576]: pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:12.841 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:12.842 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:13.453 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:13.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:13 smithi037 conmon[35901]: audit 2024-02-18T01:40:12.835213+0000 mgr.smithi037.vsmnxk (mgr.14182) 1264 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:13.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:13 smithi037 conmon[35901]: cluster 2024-02-18T01:40:13.499678+0000 mgr.smithi037.vsmnxk (mgr.14182) 1265 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:13.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:13 smithi076 conmon[41576]: audit 2024-02-18T01:40:12.835213+0000 mgr.smithi037.vsmnxk (mgr.14182) 1264 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:13.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:13 smithi076 conmon[41576]: cluster 2024-02-18T01:40:13.499678+0000 mgr.smithi037.vsmnxk (mgr.14182) 1265 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:14.454 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:15.730 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:15 smithi037 conmon[35901]: cluster 2024-02-18T01:40:15.500425+0000 mgr.smithi037.vsmnxk (mgr.14182) 1266 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:15.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:15 smithi076 conmon[41576]: cluster 2024-02-18T01:40:15.500425+0000 mgr.smithi037.vsmnxk (mgr.14182) 1266 : cluster 2024-02-18T01:40:15.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:15 smithi076 conmon[41576]: [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:16.391 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:16.392 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:16.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:16 smithi037 conmon[35901]: audit 2024-02-18T01:40:16.387883+0000 mgr.smithi037.vsmnxk (mgr.14182) 1267 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:16.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:16 smithi076 conmon[41576]: audit 2024-02-18T01:40:16.387883+0000 mgr.smithi037.vsmnxk (mgr.14182) 1267 : audit [DBG] 2024-02-18T01:40:16.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:16 smithi076 conmon[41576]: from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:17.069 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:17.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:17 smithi076 conmon[41576]: cluster 2024-02-18T01:40:17.501020+0000 mgr.smithi037.vsmnxk (mgr.14182) 1268 : cluster [DBG] 2024-02-18T01:40:17.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:17 smithi076 conmon[41576]: pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:18.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:17 smithi037 conmon[35901]: cluster 2024-02-18T01:40:17.501020+0000 mgr.smithi037.vsmnxk (mgr.14182) 1268 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:18.069 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:19.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:19 smithi037 conmon[35901]: cluster 2024-02-18T01:40:19.501597+0000 mgr.smithi037.vsmnxk (mgr.14182) 1269 : cluster 2024-02-18T01:40:19.611 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:19 smithi037 conmon[35901]: [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:19.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:19 smithi076 conmon[41576]: cluster 2024-02-18T01:40:19.501597+0000 mgr.smithi037.vsmnxk (mgr.14182) 1269 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:20.014 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:20.014 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:20.669 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:20 smithi076 conmon[41576]: audit 2024-02-18T01:40: 2024-02-18T01:40:20.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:20 smithi076 conmon[41576]: 20.010221+0000 mgr.smithi037.vsmnxk (mgr.14182) 1270 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:21.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:20 smithi037 conmon[35901]: audit 2024-02-18T01:40:20.010221+0000 mgr.smithi037.vsmnxk (mgr.14182) 1270 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:21.670 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:21 smithi076 conmon[41576]: cluster 2024-02-18T01:40:21.502247+0000 mgr.smithi037.vsmnxk (mgr.14182) 1271 : cluster [DBG] 2024-02-18T01:40:21.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:21 smithi076 conmon[41576]: pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:22.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:21 smithi037 conmon[35901]: cluster 2024-02-18T01:40:21.502247+0000 mgr.smithi037.vsmnxk (mgr.14182) 1271 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:23.729 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:23.729 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:23 smithi076 conmon[41576]: cluster 2024-02-18T01:40:23.502628+0000 mgr.smithi037.vsmnxk (mgr.14182) 1272 : cluster [DBG] 2024-02-18T01:40:23.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:23 smithi076 conmon[41576]: pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:23.947 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:23 smithi037 conmon[35901]: cluster 2024-02-18T01:40:23.502628+0000 mgr.smithi037.vsmnxk (mgr.14182) 1272 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:24.386 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:24.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:24 smithi037 conmon[35901]: audit 2024-02-18T01:40:23.726042+0000 mgr.smithi037.vsmnxk (mgr.14182) 1273 : 2024-02-18T01:40:24.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:24 smithi037 conmon[35901]: audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:24.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:24 smithi076 conmon[41576]: audit 2024-02-18T01:40:23.726042+0000 mgr.smithi037.vsmnxk (mgr.14182) 1273 : audit [DBG] 2024-02-18T01:40:24.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:24 smithi076 conmon[41576]: from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:25.387 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:25.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:25 smithi037 conmon[35901]: cluster 2024-02-18T01:40:25.503220+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:40:25.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:25 smithi037 conmon[35901]: 14182) 1274 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:25 smithi076 conmon[41576]: cluster 2024-02-18T01:40:25.503220+0000 mgr.smithi037.vsmnxk (mgr.14182) 1274 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:25.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:25 smithi076 conmon[41576]: 2024-02-18T01:40:27.277 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:27.277 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:31:43.830338Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lujsdz on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lujsdz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lujsdz\nDeploy daemon haproxy.rgw.foo.smithi076.lujsdz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:29:47Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:30:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:31:03Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.650038Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.finmvt on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-finmvt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.finmvt\nDeploy daemon haproxy.rgw.foo.smithi037.finmvt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:32:20Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:32:58Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:33:36Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:34:17.651432Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.ztycix on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:27 smithi076 conmon[41576]: audit 2024-02-18T01:40:27.273558+0000 mgr.smithi037.vsmnxk (mgr.14182) 1275 : audit [DBG] 2024-02-18T01:40:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:27 smithi076 conmon[41576]: from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:27.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:27 smithi076 conmon[41576]: cluster 2024-02-18T01:40:27.503735+0000 mgr.smithi037.vsmnxk (mgr.14182) 1276 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:27.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:27 smithi037 conmon[35901]: audit 2024-02-18T01:40:27.273558+0000 mgr.smithi037.vsmnxk (mgr.14182) 1275 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:27.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:27 smithi037 conmon[35901]: cluster 2024-02-18T01:40:27.503735+0000 mgr.smithi037.vsmnxk (mgr.14182) 1276 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:27.984 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:28.985 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:29.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:29 smithi037 conmon[35901]: cluster 2024-02-18T01:40:29.504375+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:40:29.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:29 smithi037 conmon[35901]: 1277 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:29.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:29 smithi076 conmon[41576]: cluster 2024-02-18T01:40:29.504375+0000 mgr.smithi037.vsmnxk (mgr. 2024-02-18T01:40:29.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:29 smithi076 conmon[41576]: 14182) 1277 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:31.008 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:31.009 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:31.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:30 smithi037 conmon[35901]: audit 2024-02-18T01:40:30.722812 2024-02-18T01:40:31.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:30 smithi037 conmon[35901]: +0000 mon.smithi037 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi037.hjbwyg"}]: dispatch 2024-02-18T01:40:31.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:30 smithi076 conmon[41576]: audit 2024-02-18T01:40:30.722812+0000 mon.smithi037 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi037.hjbwyg"}]: dispatch 2024-02-18T01:40:31.837 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:32.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: cephadm 2024-02-18T01:40:30.722161+0000 mgr.smithi037.vsmnxk (mgr.14182) 1278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.hjbwyg ... 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:38:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:39:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:39:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: Traceback (most recent call last): 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: yield (conn, connr) 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:40:32.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: code, '\n'.join(err))) 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.hjbwyg ... 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:38:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:39:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:39:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.137 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: cephadm 2024-02-18T01:40:30.722418+0000 mgr.smithi037.vsmnxk (mgr.14182) 1279 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: cephadm 2024-02-18T01:40:30.723686+0000 mgr.smithi037.vsmnxk (mgr.14182) 1280 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: Deploy daemon haproxy.rgw.foo.smithi037.hjbwyg ... 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:38:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:39:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr time="2024-02-18T01:39:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.138 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: cephadm 2024-02-18T01:40:30.725188+0000 mgr.smithi037.vsmnxk (mgr.14182) 1281 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:40:32.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: cephadm 2024-02-18T01:40:30.726506+0000 mgr.smithi037.vsmnxk (mgr.14182) 1282 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:40:32.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: cluster 2024-02-18T01 2024-02-18T01:40:32.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: :40:30.727574+0000 mgr.smithi037.vsmnxk (mgr.14182) 1283 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:32.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: cluster 2024-02-18T01:40:30.779127+0000 mon.smithi037 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T01:40:32.139 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:31 smithi076 conmon[41576]: audit 2024-02-18T01:40:31.005954+0000 mgr.smithi037.vsmnxk (mgr.14182) 1284 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:32.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: cephadm 2024-02-18T01:40:30.722161+0000 mgr.smithi037.vsmnxk (mgr.14182) 1278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.hjbwyg ... 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:38:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:39:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:39:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.264 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: Traceback (most recent call last): 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: yield (conn, connr) 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: code, '\n'.join(err))) 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: 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-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.hjbwyg ... 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:38:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:39:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:39:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.265 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: cephadm 2024-02-18T01:40:30.722418+0000 mgr.smithi037.vsmnxk (mgr.14182) 1279 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: cephadm 2024-02-18T01:40:30.723686+0000 mgr.smithi037.vsmnxk (mgr.14182) 1280 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: /bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: Deploy daemon haproxy.rgw.foo.smithi037.hjbwyg ... 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:38:34Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:39:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.266 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr time="2024-02-18T01:39:50Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: cephadm 2024-02-18T01:40:30.725188+0000 mgr.smithi037.vsmnxk (mgr.14182) 1281 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: cephadm 2024-02-18T01:40:30.726506+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: 1282 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: cluster 2024-02-18T01:40:30.727574+0000 mgr.smithi037.vsmnxk (mgr.14182) 1283 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: cluster 2024-02-18T01:40:30.779127+0000 mon.smithi037 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: audit 2024-02-18 2024-02-18T01:40:32.267 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:31 smithi037 conmon[35901]: T01:40:31.005954+0000 mgr.smithi037.vsmnxk (mgr.14182) 1284 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:32.838 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:34.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:34 smithi076 conmon[41576]: cluster 2024-02-18T01:40:32.728410+0000 mgr.smithi037.vsmnxk (mgr.14182) 1285 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:34.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:34 smithi076 conmon[41576]: audit 2024-02-18T01:40:33.031401+0000 mon.smithi037 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:40:34.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:34 smithi037 conmon[35901]: cluster 2024-02-18T01:40:32.728410+0000 mgr.smithi037.vsmnxk (mgr.14182) 1285 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:34.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:34 smithi037 conmon[35901]: audit 2024-02-18T01:40:33.031401+0000 mon.smithi037 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:40:34.932 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:34.933 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:35.570 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:36.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:36 smithi076 conmon[41576]: cluster 2024-02-18T01:40:34.729398+0000 mgr.smithi037.vsmnxk (mgr.14182) 1286 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:36.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:36 smithi076 conmon[41576]: audit 2024-02-18T01:40:34.929676+0000 mgr.smithi037.vsmnxk (mgr.14182) 1287 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:36.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:36 smithi037 conmon[35901]: cluster 2024-02-18T01:40:34.729398+0000 mgr.smithi037.vsmnxk (mgr.14182) 1286 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:36.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:36 smithi037 conmon[35901]: audit 2024-02-18T01:40:34.929676+0000 mgr.smithi037.vsmnxk (mgr.14182) 1287 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:36.571 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:38.161 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:38 smithi037 conmon[35901]: cluster 2024-02-18T01:40:36.730061+0000 mgr.smithi037.vsmnxk (mgr.14182) 1288 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:38.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:38 smithi076 conmon[41576]: cluster 2024-02-18T01:40:36.730061+0000 mgr.smithi037.vsmnxk (mgr.14182) 1288 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:38.577 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:38.577 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:39.237 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:40.237 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:40.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:40 smithi076 conmon[41576]: audit 2024-02-18T01:40:38.573693+0000 mgr.smithi037.vsmnxk (mgr.14182) 1289 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:40.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:40 smithi076 conmon[41576]: cluster 2024-02-18T01:40:38.730820+0000 mgr.smithi037.vsmnxk (mgr.14182) 1290 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:40.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:40 smithi037 conmon[35901]: audit 2024-02-18T01:40:38.573693+0000 mgr.smithi037.vsmnxk (mgr.14182) 1289 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:40.513 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:40 smithi037 conmon[35901]: cluster 2024-02-18T01:40:38.730820+0000 mgr.smithi037.vsmnxk (mgr.14182) 1290 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:42.226 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:42.226 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:42.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:42 smithi076 conmon[41576]: cluster 2024-02-18T01:40:40.731595+0000 mgr.smithi037.vsmnxk (mgr.14182) 1291 : cluster [DBG] 2024-02-18T01:40:42.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:42 smithi076 conmon[41576]: pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:42.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:42 smithi037 conmon[35901]: cluster 2024-02-18T01:40:40.731595+0000 mgr.smithi037.vsmnxk (mgr.14182) 1291 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:42.917 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:43.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:43 smithi037 conmon[35901]: audit 2024-02-18T01:40:42.223030+0000 mgr.smithi037.vsmnxk (mgr.14182) 1292 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:43.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:43 smithi037 conmon[35901]: audit 2024-02-18T01:40:42.488865+0000 mon.smithi037 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:40:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:43 smithi076 conmon[41576]: audit 2024-02-18T01:40:42.223030+0000 mgr.smithi037.vsmnxk (mgr.14182) 1292 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:43.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:43 smithi076 conmon[41576]: audit 2024-02-18T01:40:42.488865+0000 mon.smithi037 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:40:43.918 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:44.744 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:44 smithi037 conmon[35901]: cluster 2024-02-18T01:40:42.732431+0000 mgr.smithi037.vsmnxk (mgr.14182) 1293 : cluster 2024-02-18T01:40:44.745 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:44 smithi037 conmon[35901]: [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:44.754 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:44 smithi076 conmon[41576]: cluster 2024-02-18T01:40:42.732431+0000 mgr.smithi037.vsmnxk (mgr.14182) 1293 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:44.754 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:44 smithi076 conmon[41576]: 2024-02-18T01:40:45.843 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:45.843 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:46.518 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:46 smithi037 conmon[35901]: cluster 2024-02-18T01:40:44.733177+0000 mgr.smithi037.vsmnxk (mgr.14182) 1294 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:46.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:46 smithi037 conmon[35901]: 2024-02-18T01:40:46.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:46 smithi076 conmon[41576]: cluster 2024-02-18T01:40:44.733177+0000 mgr.smithi037.vsmnxk (mgr.14182) 1294 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:46.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:46 smithi076 conmon[41576]: 2024-02-18T01:40:47.520 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:47.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:47 smithi037 conmon[35901]: audit 2024-02-18T01:40:45.839517+0000 mgr.smithi037.vsmnxk (mgr.14182) 1295 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:47.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:47 smithi076 conmon[41576]: audit 2024-02-18T01:40:45.839517+0000 mgr.smithi037.vsmnxk (mgr.14182) 1295 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:47.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:47 smithi076 conmon[41576]: 2024-02-18T01:40:48.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:48 smithi037 conmon[35901]: cluster 2024-02-18T01:40:46.734192+0000 mgr.smithi037.vsmnxk (mgr.14182) 1296 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:48.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:48 smithi076 conmon[41576]: cluster 2024-02-18T01:40:46.734192+0000 mgr.smithi037.vsmnxk (mgr.14182) 1296 : 2024-02-18T01:40:48.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:48 smithi076 conmon[41576]: cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:49.439 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:49.439 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:50.125 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:50.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:50 smithi076 conmon[41576]: cluster 2024-02-18T01:40:48.734899+0000 mgr.smithi037.vsmnxk (mgr.14182) 1297 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:50.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:50 smithi076 conmon[41576]: audit 2024-02-18T01:40:49.436278+0000 mgr.smithi037.vsmnxk (mgr.14182) 1298 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:51.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:50 smithi037 conmon[35901]: cluster 2024-02-18T01:40:48.734899+0000 2024-02-18T01:40:51.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:50 smithi037 conmon[35901]: mgr.smithi037.vsmnxk (mgr.14182) 1297 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:51.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:50 smithi037 conmon[35901]: audit 2024-02-18T01:40:49.436278+0000 mgr.smithi037.vsmnxk (mgr.14182) 1298 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:51.126 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:52.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:52 smithi037 conmon[35901]: cluster 2024-02-18T01:40:50.735723+0000 mgr.smithi037.vsmnxk (mgr.14182) 1299 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:52.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:52 smithi076 conmon[41576]: cluster 2024-02-18T01:40:50.735723+0000 mgr.smithi037.vsmnxk (mgr.14182) 1299 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:53.159 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:53.159 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:53.849 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:54.850 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:54.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:54 smithi076 conmon[41576]: cluster 2024-02-18T01:40:52.736412+0000 mgr.smithi037.vsmnxk (mgr.14182) 1300 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:54.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:54 smithi076 conmon[41576]: audit 2024-02-18T01:40:53.156184+0000 mgr.smithi037.vsmnxk (mgr.14182) 1301 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:54.885 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:54 smithi037 conmon[35901]: cluster 2024-02-18T01:40:52.736412+0000 mgr.smithi037.vsmnxk (mgr.14182) 1300 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:54.886 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:54 smithi037 conmon[35901]: audit 2024-02-18T01:40:53.156184+0000 mgr.smithi037.vsmnxk (mgr.14182) 1301 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:56.763 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:56 smithi037 conmon[35901]: cluster 2024-02-18T01:40:54.737310+0000 mgr.smithi037.vsmnxk (mgr.14182) 1302 : 2024-02-18T01:40:56.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:56 smithi037 conmon[35901]: cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:56.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:56 smithi076 conmon[41576]: cluster 2024-02-18T01:40:54.737310+0000 mgr.smithi037.vsmnxk (mgr.14182) 1302 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:56.931 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:40:56.931 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:40:57.698 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:40:58.699 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:40:58.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:58 smithi076 conmon[41576]: cluster 2024-02-18T01:40:56.737901+0000 mgr.smithi037.vsmnxk (mgr.14182) 1303 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:58.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:40:58 smithi076 conmon[41576]: audit 2024-02-18T01:40:56.928881+0000 mgr.smithi037.vsmnxk (mgr.14182) 1304 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:40:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:58 smithi037 conmon[35901]: cluster 2024-02-18T01:40:56.737901+0000 mgr.smithi037.vsmnxk (mgr.14182) 1303 : cluster [DBG] 2024-02-18T01:40:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:58 smithi037 conmon[35901]: pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:40:59.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:40:58 smithi037 conmon[35901]: audit 2024-02-18T01:40:56.928881+0000 mgr.smithi037.vsmnxk (mgr.14182) 1304 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:00.603 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:00.603 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:00.818 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:00 smithi037 conmon[35901]: cluster 2024-02-18T01:40:58.738504+0000 mgr.smithi037.vsmnxk (mgr.14182) 1305 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:00.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:00 smithi076 conmon[41576]: cluster 2024-02-18T01:40:58.738504+0000 mgr.smithi037.vsmnxk (mgr.14182) 1305 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:01.282 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:01.884 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:01 smithi076 conmon[41576]: audit 2024-02-18T01:41:00.599853+0000 mgr.smithi037.vsmnxk (mgr.14182) 1306 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:01 smithi076 conmon[41576]: 2024-02-18T01:41:01.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:01 smithi076 conmon[41576]: cluster 2024-02-18T01:41:00.739303+0000 mgr.smithi037.vsmnxk (mgr.14182) 1307 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:02.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:01 smithi037 conmon[35901]: audit 2024-02-18T01:41:00.599853+0000 mgr.smithi037.vsmnxk (mgr.14182) 1306 : audit 2024-02-18T01:41:02.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:01 smithi037 conmon[35901]: [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:02.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:01 smithi037 conmon[35901]: cluster 2024-02-18T01:41:00.739303+0000 mgr.smithi037.vsmnxk (mgr.14182) 1307 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:02.283 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:04.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:03 smithi076 conmon[41576]: cluster 2024-02-18T01:41:02.739991+0000 mgr.smithi037.vsmnxk (mgr.14182) 1308 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:04.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:03 smithi076 conmon[41576]: 2024-02-18T01:41:04.201 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:04.202 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:04.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:03 smithi037 conmon[35901]: cluster 2024-02-18T01:41:02.739991+0000 mgr.smithi037.vsmnxk (mgr.14182) 1308 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:04.890 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:05.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:04 smithi076 conmon[41576]: audit 2024-02-18T01:41:04.198042+0000 mgr.smithi037.vsmnxk (mgr.14182) 1309 : audit 2024-02-18T01:41:05.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:04 smithi076 conmon[41576]: [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:05.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:04 smithi037 conmon[35901]: audit 2024-02-18T01:41:04.198042+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:41:05.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:04 smithi037 conmon[35901]: mgr.14182) 1309 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:05.891 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:06.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:05 smithi076 conmon[41576]: cluster 2024-02-18T01:41:04.740745+0000 mgr.smithi037.vsmnxk (mgr.14182) 1310 : cluster [DBG] 2024-02-18T01:41:06.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:05 smithi076 conmon[41576]: pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:06.195 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:05 smithi037 conmon[35901]: cluster 2024-02-18T01:41:04.740745+0000 mgr.smithi037.vsmnxk (mgr.14182) 1310 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:07.923 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:07.923 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:08.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:07 smithi076 conmon[41576]: cluster 2024-02-18T01:41:06.741541+0000 mgr.smithi037.vsmnxk (mgr.14182) 1311 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:08.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:07 smithi076 conmon[41576]: 2024-02-18T01:41:08.141 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:07 smithi037 conmon[35901]: cluster 2024-02-18T01:41:06.741541+0000 mgr.smithi037.vsmnxk (mgr.14182) 1311 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:08.599 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:09.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:08 smithi037 conmon[35901]: audit 2024-02-18T01:41:07.919712+0000 mgr.smithi037.vsmnxk (mgr.14182) 1312 2024-02-18T01:41:09.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:08 smithi037 conmon[35901]: : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:09.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:08 smithi076 conmon[41576]: audit 2024-02-18T01:41:07.919712+0000 mgr.smithi037.vsmnxk (mgr.14182) 1312 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:09.601 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:10.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:09 smithi076 conmon[41576]: cluster 2024-02-18T01:41:08.742326+0000 mgr.smithi037.vsmnxk (mgr.14182) 1313 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:10.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:09 smithi037 conmon[35901]: cluster 2024-02-18T01:41:08.742326+0000 mgr.smithi037.vsmnxk (mgr.14182) 1313 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:11.880 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:11.880 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:12.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:11 smithi076 conmon[41576]: cluster 2024-02-18T01:41:10.743252+0000 mgr.smithi037.vsmnxk (mgr.14182) 1314 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:12.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:11 smithi037 conmon[35901]: cluster 2024-02-18T01:41:10.743252+0000 mgr.smithi037.vsmnxk (mgr.14182) 1314 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:12.487 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:13.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:12 smithi076 conmon[41576]: audit 2024-02-18T01:41:11.877139+0000 mgr.smithi037.vsmnxk (mgr.14182) 1315 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:13.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:12 smithi037 conmon[35901]: audit 2024-02-18T01:41:11.877139+0000 mgr.smithi037.vsmnxk (mgr.14182) 1315 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:13.489 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:14.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:13 smithi076 conmon[41576]: cluster 2024-02-18T01:41:12.744119+0000 mgr.smithi037.vsmnxk (mgr.14182) 1316 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:14.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:13 smithi037 conmon[35901]: cluster 2024-02-18T01:41:12.744119+0000 mgr.smithi037.vsmnxk (mgr.14182) 1316 : 2024-02-18T01:41:14.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:13 smithi037 conmon[35901]: cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:15.445 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:15.446 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:16.102 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:15 smithi037 conmon[35901]: cluster 2024-02-18T01:41:14.744919+0000 mgr.smithi037.vsmnxk (mgr.14182) 1317 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:16.102 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:15 smithi037 conmon[35901]: audit 2024-02-18T01:41:15.442186+0000 mgr.smithi037.vsmnxk (mgr.14182) 1318 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:16.103 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:16.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:15 smithi076 conmon[41576]: cluster 2024-02-18T01:41:14.744919+0000 mgr.smithi037.vsmnxk (mgr.14182) 1317 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:16.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:15 smithi076 conmon[41576]: audit 2024-02-18T01:41:15.442186+0000 mgr.smithi037.vsmnxk (mgr.14182) 1318 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:17.105 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:18.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:17 smithi076 conmon[41576]: cluster 2024-02-18T01:41:16.745806+0000 mgr.smithi037.vsmnxk (mgr.14182) 1319 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:18.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:17 smithi037 conmon[35901]: cluster 2024-02-18T01:41:16.745806+0000 mgr.smithi037.vsmnxk (mgr.14182) 1319 : cluster [DBG] 2024-02-18T01:41:18.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:17 smithi037 conmon[35901]: pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:19.128 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:19.128 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:19.837 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:20.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:19 smithi076 conmon[41576]: cluster 2024-02-18T01:41:18.746443+0000 mgr.smithi037.vsmnxk (mgr.14182) 1320 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:20.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:19 smithi076 conmon[41576]: audit 2024-02-18T01:41:19.125146+0000 mgr.smithi037.vsmnxk (mgr.14182) 1321 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:20.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:19 smithi037 conmon[35901]: cluster 2024-02-18T01:41:18.746443+0000 mgr.smithi037.vsmnxk (mgr.14182) 1320 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:20.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:19 smithi037 conmon[35901]: audit 2024-02-18T01:41:19.125146+0000 mgr.smithi037.vsmnxk (mgr.14182) 1321 : audit [DBG] from='client.16168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:20.839 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:22.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:21 smithi037 conmon[35901]: cluster 2024-02-18T01:41:20.747249+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:41:22.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:21 smithi037 conmon[35901]: 1322 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:22.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:21 smithi076 conmon[41576]: cluster 2024-02-18T01:41:20.747249+0000 mgr.smithi037.vsmnxk (mgr.14182) 1322 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:22.831 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:22.831 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:23.447 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:24.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:23 smithi076 conmon[41576]: cluster 2024-02-18T01:41:22.747868+0000 mgr.smithi037.vsmnxk (mgr.14182) 1323 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:24.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:23 smithi076 conmon[41576]: audit 2024-02-18T01:41:22.828090+0000 mgr.smithi037.vsmnxk (mgr.14182) 1324 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:24.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:23 smithi037 conmon[35901]: cluster 2024-02-18T01:41:22.747868+0000 mgr.smithi037.vsmnxk (mgr.14182) 1323 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:24.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:23 smithi037 conmon[35901]: audit 2024-02-18T01:41:22.828090+0000 mgr.smithi037.vsmnxk (mgr.14182) 1324 : audit [DBG] from='client.16172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:24.448 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:25.946 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:25 smithi037 conmon[35901]: cluster 2024-02-18T01:41:24.748535+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:41:25.947 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:25 smithi037 conmon[35901]: mgr.14182) 1325 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:26.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:25 smithi076 conmon[41576]: cluster 2024-02-18T01:41:24.748535+0000 mgr.smithi037.vsmnxk (mgr.14182) 1325 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:26.343 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:26.343 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:26.955 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:27.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:26 smithi076 conmon[41576]: audit 2024-02-18T01:41:26.340132+0000 mgr.smithi037.vsmnxk (mgr.14182) 1326 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:27.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:26 smithi037 conmon[35901]: audit 2024-02-18T01:41:26.340132+0000 mgr.smithi037.vsmnxk (mgr.14182) 1326 : audit [DBG] from='client.16176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:27.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:26 smithi037 conmon[35901]: 2024-02-18T01:41:27.955 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:28.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:27 smithi076 conmon[41576]: cluster 2024-02-18T01:41:26.749238+0000 mgr.smithi037.vsmnxk (mgr.14182) 1327 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:28.262 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:27 smithi037 conmon[35901]: cluster 2024-02-18T01:41:26.749238+0000 mgr.smithi037.vsmnxk (mgr.14182) 1327 : cluster 2024-02-18T01:41:28.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:27 smithi037 conmon[35901]: [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:29.929 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:29.930 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:19.378565Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:19.378766Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:19.378862Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:19.378964Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:19.379051Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:19.379367Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:30.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:29 smithi076 conmon[41576]: cluster 2024-02-18T01:41:28.750128+0000 mgr.smithi037.vsmnxk (mgr.14182) 1328 : cluster [DBG] pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:30.171 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:29 smithi037 conmon[35901]: cluster 2024-02-18T01:41:28.750128+0000 mgr.smithi037.vsmnxk (mgr.14182) 1328 : cluster [DBG] pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:30.575 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:31.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:30 smithi076 conmon[41576]: audit 2024-02-18T01:41:29.926104+0000 mgr.smithi037.vsmnxk (mgr.14182) 1329 : audit 2024-02-18T01:41:31.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:30 smithi076 conmon[41576]: [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:31.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:30 smithi076 conmon[41576]: audit 2024-02-18T 2024-02-18T01:41:31.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:30 smithi076 conmon[41576]: 01:41:30.730052+0000 mon.smithi037 (mon.0) 745 : audit 2024-02-18T01:41:31.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:30 smithi076 conmon[41576]: [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:41:31.262 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:30 smithi037 conmon[35901]: audit 2024-02-18T01:41:29.926104+0000 mgr.smithi037.vsmnxk (mgr.14182) 1329 : audit [DBG] from='client.16180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:31.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:30 smithi037 conmon[35901]: audit 2024-02-18T01:41:30.730052+0000 mon.smithi037 (mon.0) 745 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-18T01:41:31.576 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:32.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:32 smithi037 conmon[35901]: cluster 2024-02-18T01:41:30.750939+0000 mgr.smithi037.vsmnxk 2024-02-18T01:41:32.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:32 smithi037 conmon[35901]: (mgr.14182) 1330 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:32.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:32 smithi037 conmon[35901]: audit 2024-02-18T01:41:31.002223+0000 mon.smithi037 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:41:32.384 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:32 smithi076 conmon[41576]: cluster 2024-02-18T01:41:30.750939+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:41:32.384 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:32 smithi076 conmon[41576]: mgr.14182) 1330 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:32.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:32 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:41:32.385 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:32 smithi076 conmon[41576]: T01:41:31.002223+0000 mon.smithi037 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:41:34.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:33 smithi037 conmon[35901]: audit 2024-02-18T01:41:32.741988+0000 mon.smithi037 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:41:34.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:33 smithi037 conmon[35901]: cluster 2024-02-18T01:41:32.751589+0000 mgr.smithi037.vsmnxk (mgr.14182) 1331 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:34.110 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:34.110 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:35:23.032289Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:35:23.032363Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:35:23.032434Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:35:23.032206Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:35:23.032050Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:35:23.032504Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:35:23.032642Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:35:23.032574Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:35:23.032919Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:34.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:33 smithi076 conmon[41576]: audit 2024-02-18T01:41:32.741988+0000 mon.smithi037 (mon.0) 747 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:41:34.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:33 smithi076 conmon[41576]: cluster 2024-02-18T01:41:32.751589+0000 mgr.smithi037.vsmnxk (mgr.14182) 1331 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:34.850 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:35.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:34 smithi037 conmon[35901]: audit 2024-02-18T01:41:34.107527+0000 mgr.smithi037.vsmnxk (mgr.14182) 2024-02-18T01:41:35.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:34 smithi037 conmon[35901]: 1332 : audit [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:35.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:34 smithi076 conmon[41576]: audit 2024-02-18T01:41:34.107527+0000 mgr.smithi037.vsmnxk (mgr.14182) 1332 : audit 2024-02-18T01:41:35.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:34 smithi076 conmon[41576]: [DBG] from='client.16184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:35.850 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:81bd20d634209c7cb82c18be12b4b5a05643ebf1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 -- ceph orch ls -f json 2024-02-18T01:41:36.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:35 smithi037 conmon[35901]: cluster 2024-02-18T01:41:34.752332+0000 mgr.smithi037.vsmnxk (mgr.14182) 1333 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:36.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:35 smithi076 conmon[41576]: cluster 2024-02-18T01:41:34.752332+0000 mgr.smithi037.vsmnxk (mgr.14182) 1333 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:36.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:35 smithi076 conmon[41576]: 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: audit 2024-02-18T01:41:35.788689+0000 mon.smithi037 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: audit 2024-02-18T01:41:36.171552+0000 mon.smithi037 (mon.0) 749 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: audit 2024-02-18T01:41:36.172512+0000 mon.smithi037 (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: audit 2024-02-18T01:41:36.179513+0000 mon.smithi037 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: cluster 2024-02-18T01:41:36.180082+0000 mgr.smithi037.vsmnxk (mgr.14182) 1334 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: audit 2024-02-18T01:41:36.184180+0000 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: mon.smithi037 (mon.0) 752 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: cephadm 2024-02-18T01:41 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: :36.190096+0000 mgr.smithi037.vsmnxk (mgr.14182) 1335 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.rxekxm on smithi076 2024-02-18T01:41:37.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:36 smithi037 conmon[35901]: 2024-02-18T01:41:37.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: audit 2024-02-18T01:41:35.788689+0000 mon.smithi037 (mon.0) 748 : audit 2024-02-18T01:41:37.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: audit 2024-02-18T01:41:36.171552+0000 mon.smithi037 (mon.0 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: ) 749 : audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: audit 2024-02-18T01:41:36.172512+0000 mon.smithi037 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: (mon.0) 750 : audit [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: audit 2024-02-18 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: T01:41:36.179513+0000 mon.smithi037 (mon.0) 751 : audit 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: [INF] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: cluster 2024 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: -02-18T01:41:36.180082+0000 mgr.smithi037.vsmnxk ( 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: mgr.14182) 1334 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: audit 2024-02- 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: 18T01:41:36.184180+0000 mon.smithi037 (mon.0) 752 : 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: audit [DBG] from='mgr.14182 172.21.15.37:0/2003726650' entity='mgr.smithi037.vsmnxk' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: cephadm 2024 2024-02-18T01:41:37.135 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: -02-18T01:41:36.190096+0000 mgr.smithi037.vsmnxk 2024-02-18T01:41:37.136 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:36 smithi076 conmon[41576]: (mgr.14182) 1335 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi076.rxekxm on smithi076 2024-02-18T01:41:37.908 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-02-18T01:41:37.908 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-18T01:12:53.547100Z", "last_refresh": "2024-02-18T01:41:35.781652Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-18T01:12:48.094812Z", "last_refresh": "2024-02-18T01:41:32.734226Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-18T01:12:50.978064Z", "last_refresh": "2024-02-18T01:41:35.781799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:34:17.652560Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.dschtk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:37:56.830996Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi076.lguqsk on smithi076: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi076-lguqsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi076.lguqsk\nDeploy daemon haproxy.rgw.foo.smithi076.lguqsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:36:00Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:36:37Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:37:16Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi076 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.723556Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi037.hjbwyg on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy-rgw-foo-smithi037-hjbwyg\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\n/bin/podman: stderr Error: error inspecting object: no such container ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-haproxy.rgw.foo.smithi037.hjbwyg\nDeploy daemon haproxy.rgw.foo.smithi037.hjbwyg ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-18T01:38:34Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-18T01:39:50Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-18T01:40:30.725084Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi076.vldcqy on smithi076: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-02-18T01:40:30.726404Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi037.mxpxzm on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2024-02-18T01:17:39.832720Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-18T01:12:46.510168Z", "last_refresh": "2024-02-18T01:41:32.734405Z", "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:13.358234Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-18T01:14:13.354993Z", "last_refresh": "2024-02-18T01:41:32.734500Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-18T01:12:52.271440Z", "last_refresh": "2024-02-18T01:41:32.734585Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-18T01:14:42.174741Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-18T01:14:42.170207Z", "last_refresh": "2024-02-18T01:41:32.734665Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-18T01:12:49.740872Z", "last_refresh": "2024-02-18T01:41:35.781957Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-18T01:17:39.832470Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-18T01:17:47.111953Z", "last_refresh": "2024-02-18T01:41:32.735003Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-18T01:41:38.129 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:37 smithi037 conmon[35901]: cluster 2024-02-18T01:41:37.177576+0000 mon.smithi037 (mon.0) 753 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T01:41:38.129 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:37 smithi037 conmon[35901]: cluster 2024-02-18T01:41:37.177615+0000 mon.smithi037 (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-02-18T01:41:38.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:37 smithi076 conmon[41576]: cluster 2024-02-18T01:41:37.177576+0000 mon.smithi037 (mon.0) 753 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-18T01:41:38.134 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:37 smithi076 conmon[41576]: cluster 2024-02-18T01:41:37.177615+0000 mon.smithi037 (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-02-18T01:41:38.619 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-02-18T01:41:38.620 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-18T01:41:38.872 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=388736cd9671451e938fe88517e60551 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_81bd20d634209c7cb82c18be12b4b5a05643ebf1/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-18T01:41:38.874 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-18T01:41:38.885 INFO:tasks.vip:Removing 10.0.15.37 (and any VIPs) on smithi037.front.sepia.ceph.com iface ens1f0... 2024-02-18T01:41:38.885 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip addr del 10.0.15.37/16 dev ens1f0 2024-02-18T01:41:38.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:38 smithi037 conmon[35901]: audit 2024-02-18T01:41:37.904230+0000 mgr.smithi037.vsmnxk (mgr.14182) 1336 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:38.933 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:38 smithi037 conmon[35901]: cluster 2024-02-18T01:41:38.180743+0000 mgr.smithi037.vsmnxk (mgr.14182) 1337 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:38.939 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip addr del 10.0.31.37/16 dev ens1f0 2024-02-18T01:41:39.014 INFO:teuthology.orchestra.run.smithi037.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-18T01:41:39.015 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-18T01:41:39.015 INFO:tasks.vip:Removing 10.0.15.76 (and any VIPs) on smithi076.front.sepia.ceph.com iface enp3s0f1... 2024-02-18T01:41:39.016 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip addr del 10.0.15.76/16 dev enp3s0f1 2024-02-18T01:41:39.064 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:38 smithi076 conmon[41576]: audit 2024-02-18T01:41:37.904230+0000 mgr.smithi037.vsmnxk (mgr.14182) 1336 : audit [DBG] from='client.16188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-18T01:41:39.064 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:38 smithi076 conmon[41576]: cluster 2024-02-18T01:41:38.180743+0000 mgr.smithi037.vsmnxk (mgr.14182) 1337 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-18T01:41:39.070 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip addr del 10.0.31.37/16 dev enp3s0f1 2024-02-18T01:41:39.099 INFO:teuthology.orchestra.run.smithi076.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-18T01:41:39.100 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-18T01:41:39.101 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-18T01:41:39.113 INFO:tasks.cephadm:Teardown begin 2024-02-18T01:41:39.114 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:41:39.151 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:41:39.179 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-18T01:41:39.180 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-18T01:41:39.213 DEBUG:teuthology.orchestra.run.smithi076:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-18T01:41:39.238 INFO:tasks.cephadm:Stopping all daemons... 2024-02-18T01:41:39.238 INFO:tasks.cephadm.mon.smithi037:Stopping mon.smithi037... 2024-02-18T01:41:39.239 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi037 2024-02-18T01:41:39.597 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:39 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for a1bb058a-cdfa-11ee-95ba-87774f69a715... 2024-02-18T01:41:39.597 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:39 smithi037 bash[242983]: Error: no container with name or ID ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-mon.smithi037 found: no such container 2024-02-18T01:41:39.597 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:39 smithi037 conmon[35901]: debug 2024-02-18T01:41:39.597+0000 7f3177ecc700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi037 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-18T01:41:39.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:39 smithi037 conmon[35901]: debug 2024-02-18T01:41:39.597+0000 7f3177ecc700 -1 mon.smithi037@0(leader) e2 *** Got Signal Terminated *** 2024-02-18T01:41:40.263 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Feb 18 01:41:39 smithi037 bash[243098]: a8b8ae758a214d3042b28e90125c0d94de1f33749795f5c291836b76865d6c1b 2024-02-18T01:41:40.511 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi037.service' 2024-02-18T01:41:40.575 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-18T01:41:40.575 INFO:tasks.cephadm.mon.smithi037:Stopped mon.smithi037 2024-02-18T01:41:40.575 INFO:tasks.cephadm.mon.smithi076:Stopping mon.smithi076... 2024-02-18T01:41:40.575 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi076 2024-02-18T01:41:40.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:40 smithi076 systemd[1]: Stopping Ceph mon.smithi076 for a1bb058a-cdfa-11ee-95ba-87774f69a715... 2024-02-18T01:41:40.885 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:40 smithi076 bash[73397]: Error: no container with name or ID ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715-mon.smithi076 found: no such container 2024-02-18T01:41:41.196 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:40 smithi076 conmon[41576]: debug 2024-02-18T01:41:40.888+0000 7f2fa800b700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi076 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-18T01:41:41.196 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Feb 18 01:41:40 smithi076 conmon[41576]: debug 2024-02-18T01:41:40.888+0000 7f2fa800b700 -1 mon.smithi076@1(peon) e2 *** Got Signal Terminated *** 2024-02-18T01:41:41.782 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a1bb058a-cdfa-11ee-95ba-87774f69a715@mon.smithi076.service' 2024-02-18T01:41:41.847 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-18T01:41:41.848 INFO:tasks.cephadm.mon.smithi076:Stopped mon.smithi076 2024-02-18T01:41:41.848 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-18T01:42:42.782 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 --force --keep-logs 2024-02-18T01:45:10.902 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:45:10.958 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-18T01:45:10.989 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-18T01:45:10.992 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044/remote/ubuntu@smithi037.front.sepia.ceph.com/crash 2024-02-18T01:45:10.992 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/crash -- . 2024-02-18T01:45:11.037 INFO:teuthology.orchestra.run.smithi037.stderr:tar: /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-18T01:45:11.037 INFO:teuthology.orchestra.run.smithi037.stderr:tar: Error is not recoverable: exiting now 2024-02-18T01:45:11.039 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044/remote/ubuntu@smithi076.front.sepia.ceph.com/crash 2024-02-18T01:45:11.040 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/crash -- . 2024-02-18T01:45:11.089 INFO:teuthology.orchestra.run.smithi076.stderr:tar: /var/lib/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/crash: Cannot open: No such file or directory 2024-02-18T01:45:11.089 INFO:teuthology.orchestra.run.smithi076.stderr:tar: Error is not recoverable: exiting now 2024-02-18T01:45:11.090 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-18T01:45:11.090 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-18T01:45:11.127 INFO:teuthology.orchestra.run.smithi037.stdout:2024-02-18T01:18:59.791710+0000 mon.smithi037 (mon.0) 674 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-18T01:45:11.127 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-18T01:45:11.128 INFO:tasks.cephadm:Compressing logs... 2024-02-18T01:45:11.128 DEBUG:teuthology.orchestra.run.smithi037:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-18T01:45:11.170 DEBUG:teuthology.orchestra.run.smithi076:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-18T01:45:11.199 INFO:teuthology.orchestra.run.smithi076.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-18T01:45:11.199 INFO:teuthology.orchestra.run.smithi076.stderr:: No such file or directory 2024-02-18T01:45:11.199 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-18T01:45:11.199 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.log 2024-02-18T01:45:11.199 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.2.log 2024-02-18T01:45:11.200 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.cephadm.log: /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-18T01:45:11.200 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.0.log 2024-02-18T01:45:11.200 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.2.log: /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-volume.log: /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.0.log: 95.7% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-18T01:45:11.201 INFO:teuthology.orchestra.run.smithi076.stderr: 90.5% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-18T01:45:11.202 INFO:teuthology.orchestra.run.smithi037.stderr:find: ‘/var/log/rbd-target-api’: No such file or directorygzip 2024-02-18T01:45:11.202 INFO:teuthology.orchestra.run.smithi037.stderr:-5 --verbose -- /var/log/ceph/cephadm.log 2024-02-18T01:45:11.202 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.5.log 2024-02-18T01:45:11.203 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.cephadm.log 2024-02-18T01:45:11.203 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.7.log 2024-02-18T01:45:11.204 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.5.log: /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.1.log 2024-02-18T01:45:11.204 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.log 2024-02-18T01:45:11.205 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mgr.smithi076.pfsdmw.log 2024-02-18T01:45:11.205 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-18T01:45:11.206 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi037.vfxmml.log 2024-02-18T01:45:11.206 INFO:teuthology.orchestra.run.smithi037.stderr: 95.4% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.cephadm.log.gz 2024-02-18T01:45:11.206 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.3.log 2024-02-18T01:45:11.206 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi037.vfxmml.log: 57.8% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi037.vfxmml.log.gz 2024-02-18T01:45:11.208 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi037.ltwvry.log 2024-02-18T01:45:11.208 INFO:teuthology.orchestra.run.smithi037.stderr: 90.4% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.log.gz 2024-02-18T01:45:11.208 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi037.ltwvry.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-volume.log 2024-02-18T01:45:11.209 INFO:teuthology.orchestra.run.smithi037.stderr: 80.2% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi037.ltwvry.log.gz 2024-02-18T01:45:11.209 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mgr.smithi076.pfsdmw.log: /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.audit.log: 92.6% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-18T01:45:11.210 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.6.log 2024-02-18T01:45:11.210 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi076.ttatqd.log 2024-02-18T01:45:11.210 INFO:teuthology.orchestra.run.smithi076.stderr: 94.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-18T01:45:11.210 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mon.smithi076.log 2024-02-18T01:45:11.210 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi076.ttatqd.log: 79.9% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi076.ttatqd.log.gz 2024-02-18T01:45:11.210 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mon.smithi076.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.4.log 2024-02-18T01:45:11.210 INFO:teuthology.orchestra.run.smithi076.stderr: 91.9% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-18T01:45:11.210 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi076.uckpjq.log 2024-02-18T01:45:11.211 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.4.log: /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi076.uckpjq.log: 70.6% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-client.rgw.foo.smithi076.uckpjq.log.gz 2024-02-18T01:45:11.211 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mgr.smithi037.vsmnxk.log 2024-02-18T01:45:11.214 INFO:teuthology.orchestra.run.smithi076.stderr: 93.4% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mgr.smithi076.pfsdmw.log.gz 2024-02-18T01:45:11.216 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mgr.smithi037.vsmnxk.log: 92.6% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-volume.log.gz 2024-02-18T01:45:11.216 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.audit.log 2024-02-18T01:45:11.217 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mon.smithi037.log 2024-02-18T01:45:11.220 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.audit.log: 91.7% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph.audit.log.gz 2024-02-18T01:45:11.235 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mon.smithi037.log: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-18T01:45:11.453 INFO:teuthology.orchestra.run.smithi076.stderr: 92.5% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mon.smithi076.log.gz 2024-02-18T01:45:11.538 INFO:teuthology.orchestra.run.smithi037.stderr: 90.1% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mgr.smithi037.vsmnxk.log.gz 2024-02-18T01:45:11.986 INFO:teuthology.orchestra.run.smithi076.stderr: 93.3% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.2.log.gz 2024-02-18T01:45:12.003 INFO:teuthology.orchestra.run.smithi037.stderr: 93.3% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.7.log.gz 2024-02-18T01:45:12.171 INFO:teuthology.orchestra.run.smithi076.stderr: 93.1% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.4.log.gz 2024-02-18T01:45:12.189 INFO:teuthology.orchestra.run.smithi076.stderr: 93.2% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.0.log.gz 2024-02-18T01:45:12.230 INFO:teuthology.orchestra.run.smithi037.stderr: 93.3% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.1.log.gz 2024-02-18T01:45:12.269 INFO:teuthology.orchestra.run.smithi076.stderr: 93.1% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.6.log.gz 2024-02-18T01:45:12.271 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-02-18T01:45:12.271 INFO:teuthology.orchestra.run.smithi076.stderr:real 0m1.084s 2024-02-18T01:45:12.271 INFO:teuthology.orchestra.run.smithi076.stderr:user 0m3.934s 2024-02-18T01:45:12.271 INFO:teuthology.orchestra.run.smithi076.stderr:sys 0m0.164s 2024-02-18T01:45:12.294 INFO:teuthology.orchestra.run.smithi037.stderr: 90.1% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-mon.smithi037.log.gz 2024-02-18T01:45:12.472 INFO:teuthology.orchestra.run.smithi037.stderr: 93.2% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.5.log.gz 2024-02-18T01:45:12.554 INFO:teuthology.orchestra.run.smithi037.stderr: 93.5% -- replaced with /var/log/ceph/a1bb058a-cdfa-11ee-95ba-87774f69a715/ceph-osd.3.log.gz 2024-02-18T01:45:12.556 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-02-18T01:45:12.556 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m1.368s 2024-02-18T01:45:12.556 INFO:teuthology.orchestra.run.smithi037.stderr:user 0m5.687s 2024-02-18T01:45:12.556 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m0.224s 2024-02-18T01:45:12.556 INFO:tasks.cephadm:Archiving logs... 2024-02-18T01:45:12.557 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044/remote/ubuntu@smithi037.front.sepia.ceph.com/log 2024-02-18T01:45:12.558 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-18T01:45:13.394 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044/remote/ubuntu@smithi076.front.sepia.ceph.com/log 2024-02-18T01:45:13.395 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-18T01:45:14.038 INFO:tasks.cephadm:Removing cluster... 2024-02-18T01:45:14.038 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 --force 2024-02-18T01:45:14.548 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a1bb058a-cdfa-11ee-95ba-87774f69a715 --force 2024-02-18T01:45:15.001 INFO:tasks.cephadm:Removing cephadm ... 2024-02-18T01:45:15.002 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-18T01:45:15.025 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-18T01:45:15.042 INFO:tasks.cephadm:Teardown complete 2024-02-18T01:45:15.043 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-18T01:45:15.058 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_1... 2024-02-18T01:45:15.058 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_1 2024-02-18T01:45:15.210 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-18T01:45:15.212 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:15.212 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_2... 2024-02-18T01:45:15.213 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_2 2024-02-18T01:45:15.356 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-18T01:45:15.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:15.358 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_3... 2024-02-18T01:45:15.358 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_3 2024-02-18T01:45:15.503 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-18T01:45:15.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:15.505 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_4... 2024-02-18T01:45:15.505 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_4 2024-02-18T01:45:15.632 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-18T01:45:15.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:15.634 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-02-18T01:45:15.634 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/scratch_devs 2024-02-18T01:45:15.669 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_1... 2024-02-18T01:45:15.670 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_1 2024-02-18T01:45:15.811 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-18T01:45:15.813 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:15.813 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_2... 2024-02-18T01:45:15.814 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_2 2024-02-18T01:45:15.930 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-18T01:45:15.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:15.932 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_3... 2024-02-18T01:45:15.932 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_3 2024-02-18T01:45:16.067 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-18T01:45:16.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:16.068 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_4... 2024-02-18T01:45:16.069 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_4 2024-02-18T01:45:16.186 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-18T01:45:16.187 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:16.187 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-02-18T01:45:16.187 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/scratch_devs 2024-02-18T01:45:16.214 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-18T01:45:16.224 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-18T01:45:16.225 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T01:45:16.227 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-18T01:45:16.248 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2024-02-18T01:45:16.251 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T01:45:16.251 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2024-02-18T01:45:16.251 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 +2984us[+2984us] +/- 101ms 2024-02-18T01:45:16.251 INFO:teuthology.orchestra.run.smithi037.stdout:^* hv02.front.sepia.ceph.com 3 7 377 51 -1368us[-1367us] +/- 77ms 2024-02-18T01:45:16.251 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 50 -608us[ -608us] +/- 74ms 2024-02-18T01:45:16.251 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:45:16.270 INFO:teuthology.orchestra.run.smithi076.stderr:bash: ntpq: command not found 2024-02-18T01:45:16.274 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-18T01:45:16.274 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2024-02-18T01:45:16.275 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 51 +2977us[+2976us] +/- 101ms 2024-02-18T01:45:16.275 INFO:teuthology.orchestra.run.smithi076.stdout:^* hv02.front.sepia.ceph.com 3 6 377 49 -1412us[-1413us] +/- 77ms 2024-02-18T01:45:16.275 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 52 -621us[ -622us] +/- 74ms 2024-02-18T01:45:16.275 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-18T01:45:16.276 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-18T01:45:16.286 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-18T01:45:16.287 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-18T01:45:16.296 DEBUG:teuthology.orchestra.run.smithi037:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-18T01:45:16.383 DEBUG:teuthology.orchestra.run.smithi076:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-02-18T01:45:16.445 DEBUG:teuthology.orchestra.run.smithi037:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-18T01:45:16.482 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:16.483 DEBUG:teuthology.orchestra.run.smithi076:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-02-18T01:45:16.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:16.512 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-18T01:45:16.523 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-18T01:45:16.533 INFO:teuthology.task.internal:Duration was 2724.995083 seconds 2024-02-18T01:45:16.533 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-18T01:45:16.542 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-18T01:45:16.543 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-18T01:45:16.546 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-18T01:45:16.600 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T01:45:16.604 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-18T01:45:17.026 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-18T01:45:17.027 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2024-02-18T01:45:17.027 DEBUG:teuthology.orchestra.run.smithi037:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-18T01:45:17.055 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2024-02-18T01:45:17.055 DEBUG:teuthology.orchestra.run.smithi076:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-18T01:45:17.077 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-18T01:45:17.077 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-18T01:45:17.097 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-18T01:45:17.186 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-18T01:45:17.186 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-18T01:45:17.188 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-18T01:45:17.369 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-18T01:45:17.381 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-18T01:45:17.382 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-18T01:45:17.413 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-18T01:45:17.441 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-18T01:45:17.452 DEBUG:teuthology.orchestra.run.smithi037:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-18T01:45:17.456 DEBUG:teuthology.orchestra.run.smithi076:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-18T01:45:17.486 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2024-02-18T01:45:17.509 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2024-02-18T01:45:17.532 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-18T01:45:17.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:17.586 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-18T01:45:17.602 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-18T01:45:17.602 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-18T01:45:17.613 INFO:teuthology.task.internal:Transferring archived files... 2024-02-18T01:45:17.614 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044/remote/smithi037 2024-02-18T01:45:17.615 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-18T01:45:17.686 DEBUG:teuthology.misc:Transferring archived files from smithi076:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044/remote/smithi076 2024-02-18T01:45:17.687 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-18T01:45:17.729 INFO:teuthology.task.internal:Removing archive directory... 2024-02-18T01:45:17.729 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-18T01:45:17.732 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-18T01:45:17.779 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-18T01:45:17.792 INFO:teuthology.task.internal:Not uploading archives. 2024-02-18T01:45:17.793 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-18T01:45:17.837 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-18T01:45:17.838 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-18T01:45:17.840 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-18T01:45:17.856 INFO:teuthology.orchestra.run.smithi076.stdout: 262183 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 01:45 /home/ubuntu/cephtest 2024-02-18T01:45:17.859 INFO:teuthology.orchestra.run.smithi037.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 01:45 /home/ubuntu/cephtest 2024-02-18T01:45:17.860 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-18T01:45:17.888 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-18T01:45:17.911 INFO:teuthology.nuke:Checking targets against current locks 2024-02-18T01:45:17.941 DEBUG:teuthology.nuke:shortname: smithi037 2024-02-18T01:45:17.942 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-18T01:45:17.969 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-18 00:53:55.859894', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBcA8fTKTI24cqhHYJA9qw6sa/ak38XDShzjpZ40/LQSkW/dI8j+vtks2STYwk/AJGvHVHIP2kDtVVoIAgCgceY='} 2024-02-18T01:45:17.970 DEBUG:teuthology.nuke:shortname: smithi076 2024-02-18T01:45:17.971 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-18T01:45:17.998 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-17_15:55:51-rados-pacific-release-distro-default-smithi/7565044', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-18 00:53:55.861707', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPIfcRalMEvN2fRdL7mbPm1Axq0u/GsxSYV5rPA97Cs/SVtp8v4hUMqLnFu67Ky1qhTM8NuubWbAMZ7+RGcY9P8='} 2024-02-18T01:45:18.024 INFO:teuthology.orchestra.console.smithi037:Power off 2024-02-18T01:45:18.025 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-18T01:45:18.051 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2024-02-18T01:45:18.051 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T01:45:18.070 INFO:teuthology.orchestra.console.smithi076:Power off 2024-02-18T01:45:18.070 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-18T01:45:18.079 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-02-18T01:45:18.094 DEBUG:teuthology.orchestra.console.smithi076:power off output: Chassis Power Control: Down/Off 2024-02-18T01:45:18.095 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T01:45:18.120 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2024-02-18T01:45:22.081 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T01:45:22.121 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T01:45:22.191 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-02-18T01:45:22.231 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2024-02-18T01:45:26.196 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T01:45:26.232 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-18T01:45:26.308 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2024-02-18T01:45:26.342 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is off 2024-02-18T01:45:26.410 INFO:teuthology.orchestra.console.smithi037:Power off completed 2024-02-18T01:45:26.443 INFO:teuthology.orchestra.console.smithi076:Power off completed 2024-02-18T01:45:26.547 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: 2724.9950828552246 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=388736cd9671451e938fe88517e60551 status: fail success: false 2024-02-18T01:45:26.547 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-18T01:45:26.637 INFO:teuthology.run:FAIL